summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/host1x
Commit message (Expand)AuthorAgeFilesLines
...
* gpu: host1x: Simplify register mapping and add common apertureMikko Perttunen2022-07-082-27/+22
* gpu: host1x: Deduplicate hardware headersMikko Perttunen2022-07-087-703/+156
* gpu: host1x: Program context stream ID on submissionMikko Perttunen2022-07-083-4/+68
* gpu: host1x: Add context device management codeMikko Perttunen2022-07-085-1/+214
* gpu: host1x: Add context busMikko Perttunen2022-06-013-0/+37
* gpu: host1x: Show all allocated syncpts via debugfsJon Hunter2022-04-061-4/+7
* gpu: host1x: Do not use mapping cache for job submissionsThierry Reding2022-04-061-2/+2
* gpu: host1x: Fix a memory leak in 'host1x_remove()'Christophe JAILLET2022-03-011-0/+1
* gpu: host1x: Fix an error handling path in 'host1x_probe()'Christophe JAILLET2022-03-011-2/+5
* gpu: host1x: Always return syncpoint value when waitingMikko Perttunen2022-02-161-17/+2
* gpu: host1x: Fix hang on Tegra186+Dmitry Osipenko2022-01-271-8/+8
* gpu: host1x: Add back arm_iommu_detach_device()Dmitry Osipenko2021-12-161-0/+15
* gpu: host1x: Add host1x_channel_stop()Dmitry Osipenko2021-12-161-0/+8
* gpu: host1x: Add initial runtime PM and OPP supportDmitry Osipenko2021-12-166-56/+164
* gpu: host1x: Add missing DMA API includeRobin Murphy2021-12-161-0/+1
* gpu: host1x: select CONFIG_DMA_SHARED_BUFFERArnd Bergmann2021-12-161-0/+1
* gpu: host1x: Drop excess kernel-doc entry @keyRandy Dunlap2021-12-161-1/+0
* drm/tegra: Add NVDEC driverMikko Perttunen2021-12-161-0/+18
* drm/tegra: Implement buffer object cacheThierry Reding2021-12-164-2/+84
* drm/tegra: Implement correct DMA-BUF semanticsThierry Reding2021-12-162-108/+58
* gpu: host1x: Plug potential memory leakThierry Reding2021-09-161-1/+3
* gpu/host1x: fence: Make spinlock staticDmitry Osipenko2021-09-161-1/+1
* gpu: host1x: debug: Dump DMASTART and DMAEND registerThierry Reding2021-08-132-3/+21
* gpu: host1x: debug: Dump only relevant parts of CDMA push bufferThierry Reding2021-08-131-10/+7
* gpu: host1x: debug: Use dma_addr_t more consistentlyThierry Reding2021-08-131-4/+4
* gpu: host1x: Add option to skip firewall for a jobMikko Perttunen2021-08-101-8/+13
* gpu: host1x: Add support for syncpoint waits in CDMA pushbufferMikko Perttunen2021-08-109-41/+199
* gpu: host1x: Add job release callbackMikko Perttunen2021-08-101-0/+3
* gpu: host1x: Add no-recovery modeMikko Perttunen2021-08-105-7/+71
* gpu: host1x: Add DMA fence implementationMikko Perttunen2021-08-105-0/+193
* gpu: host1x: Split up client initalization and registrationThierry Reding2021-05-171-6/+24
* gpu: host1x: Add early init and late exit callbacksThierry Reding2021-03-311-0/+31
* gpu: host1x: Fix Tegra194 syncpt interrupt thresholdJon Hunter2021-03-311-1/+1
* gpu: host1x: Assign intr waiter inside lockMikko Perttunen2021-03-311-2/+3
* gpu: host1x: Reserve VBLANK syncpoints at initializationMikko Perttunen2021-03-313-1/+46
* gpu: host1x: Reset max value when freeing a syncpointMikko Perttunen2021-03-311-0/+2
* gpu: host1x: Cleanup and refcounting for syncpointsMikko Perttunen2021-03-318-39/+76
* gpu: host1x: Use HW-equivalent syncpoint expiration checkMikko Perttunen2021-03-301-49/+2
* gpu: host1x: Remove cancelled waiters immediatelyMikko Perttunen2021-03-303-8/+21
* gpu: host1x: Show number of pending waiters in debugfsMikko Perttunen2021-03-301-3/+11
* gpu: host1x: Allow syncpoints without associated clientMikko Perttunen2021-03-302-13/+25
* gpu: host1x: Use different lock classes for each clientMikko Perttunen2021-03-301-4/+6
* gpu/host1x: bus: Add missing description for 'driver'Lee Jones2020-11-051-0/+1
* Merge tag 'drm-next-2020-10-15' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2020-10-151-14/+8
|\
| * drm: host1x: fix common struct sg_table related issuesMarek Szyprowski2020-09-101-14/+8
* | media: gpu: host1x: mipi: Keep MIPI clock enabled and mutex locked till calib...Sowjanya Komatineni2020-08-281-12/+10
|/
* gpu: host1x: debug: Dump push buffer stateDmitry Osipenko2020-07-171-0/+6
* gpu: host1x: debug: Fix multiple channels emitting messages simultaneouslyDmitry Osipenko2020-07-171-0/+4
* gpu: host1x: Put gather's BO on pinning errorDmitry Osipenko2020-07-171-5/+8
* gpu: host1x: Optimize BOs usage when firewall is enabledDmitry Osipenko2020-07-171-2/+12