summaryrefslogtreecommitdiff
path: root/drivers/gpu/host1x/cdma.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-25Merge tag 'iommu-updates-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2023-01-26gpu: host1x: Implement job tracking using DMA fencesMikko Perttunen1-3/+11
2023-01-25iommu: Add a gfp parameter to iommu_map()Jason Gunthorpe1-1/+1
2022-07-08gpu: host1x: Generalize host1x_cdma_push_wide()Mikko Perttunen1-15/+9
2022-07-08gpu: host1x: Use RESTART_W to skip timed out jobs on Tegra186+Mikko Perttunen1-2/+17
2021-08-10gpu: host1x: Add no-recovery modeMikko Perttunen1-6/+52
2021-03-31gpu: host1x: Cleanup and refcounting for syncpointsMikko Perttunen1-8/+3
2019-10-28gpu: host1x: Make host1x_cdma_wait_pushbuffer_space() staticBen Dooks (Codethink)1-3/+3
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 201Thomas Gleixner1-12/+1
2019-02-07gpu: host1x: Continue CDMA execution starting with a next jobDmitry Osipenko1-12/+11
2019-02-07gpu: host1x: Don't complete a completed jobDmitry Osipenko1-8/+14
2019-02-07gpu: host1x: Cancel only job that actually got stuckDmitry Osipenko1-26/+7
2019-02-07gpu: host1x: Optimize CDMA push buffer memory usageThierry Reding1-4/+25
2019-02-07gpu: host1x: Introduce support for wide opcodesThierry Reding1-0/+92
2019-02-04gpu: host1x: Use completion instead of semaphoreArnd Bergmann1-3/+3
2018-05-18gpu: host1x: Store pointer to client in jobsThierry Reding1-1/+1
2018-05-18gpu: host1x: Fix compiler errors by converting to dma_addr_tEmil Goode1-1/+1
2018-05-17gpu: host1x: Fix dma_free_wc() argument in the error pathDmitry Osipenko1-1/+1
2017-04-05gpu: host1x: Add IOMMU supportMikko Perttunen1-16/+58
2016-06-23gpu: host1x: Whitespace cleanup for readabilityThierry Reding1-8/+18
2016-06-23gpu: host1x: Fix a couple of checkpatch warningsThierry Reding1-2/+6
2016-06-23gpu: host1x: cdma: Drop unnecessary local variableThierry Reding1-4/+4
2016-03-09dma, mm/pat: Rename dma_*_writecombine() to dma_*_wc()Luis R. Rodriguez1-4/+4
2014-11-13gpu: host1x: Make mapped field of push buffers void *Thierry Reding1-1/+1
2013-10-31gpu: host1x: Expose syncpt and channel functionalityThierry Reding1-1/+1
2013-04-22gpu: host1x: Add debug supportTerje Bergstrom1-0/+4
2013-04-22gpu: host1x: Add channel supportTerje Bergstrom1-0/+487