summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/host1x
Commit message (Expand)AuthorAgeFilesLines
* 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
* gpu: host1x: mipi: Split tegra_mipi_calibrate() and tegra_mipi_wait()Sowjanya Komatineni2020-07-171-4/+13
* gpu: host1x: mipi: Use readl_relaxed_poll_timeout() in tegra_mipi_wait()Sowjanya Komatineni2020-07-171-12/+8
* gpu: host1x: mipi: Update tegra_mipi_request() to be node basedSowjanya Komatineni2020-07-171-2/+2
* gpu: host1x: Detach driver on unregisterThierry Reding2020-06-161-0/+9
* gpu: host1x: Register child devicesThierry Reding2020-06-161-0/+6
* gpu: host1x: Clean up debugfs in error handling pathChristophe JAILLET2020-06-161-2/+3
* gpu: host1x: Use SMMU on Tegra124 and Tegra210Thierry Reding2020-04-281-4/+42
* drm/tegra: Fix SMMU support on Tegra124 and Tegra210Thierry Reding2020-04-281-0/+13
* Merge tag 'drm/tegra/for-5.6-rc1-fixes' of git://anongit.freedesktop.org/tegr...Dave Airlie2020-02-071-4/+30
|\
| * gpu: host1x: Set DMA direction only for DMA-mapped buffer objectsThierry Reding2020-02-061-1/+1
| * drm/tegra: Reuse IOVA mapping where possibleThierry Reding2020-02-061-3/+29