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