aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/host1x/intr.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-12-16gpu: host1x: Add initial runtime PM and OPP supportDmitry Osipenko1-3/+0
2021-08-10gpu: host1x: Add DMA fence implementationMikko Perttunen1-0/+9
2021-03-31gpu: host1x: Assign intr waiter inside lockMikko Perttunen1-2/+3
2021-03-30gpu: host1x: Remove cancelled waiters immediatelyMikko Perttunen1-6/+17
2019-10-28gpu: host1x: Remove gratuitous blank lineThierry Reding1-1/+0
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 201Thomas Gleixner1-12/+1
2018-05-18gpu: host1x: Drop unnecessary host1x argumentThierry Reding1-8/+6
2018-05-18gpu: host1x: Cleanup loop variable usageThierry Reding1-1/+1
2016-06-23gpu: host1x: Constify array of action handlersThierry Reding1-1/+1
2016-06-23gpu: host1x: Fix a couple of checkpatch warningsThierry Reding1-0/+2
2016-06-23gpu: host1x: Use unsigned int consistently for IDsThierry Reding1-4/+4
2016-06-23gpu: host1x: hw: intr_hw: Remove create_workqueueBhaktipriya Shridhar1-4/+0
2013-04-22gpu: host1x: Add channel supportTerje Bergstrom1-1/+27
2013-04-22gpu: host1x: Add syncpoint wait and interruptsTerje Bergstrom1-0/+328