summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/host1x/cdma.c
Commit message (Expand)AuthorAgeFilesLines
* gpu: host1x: Cleanup and refcounting for syncpointsMikko Perttunen2021-03-311-8/+3
* gpu: host1x: Make host1x_cdma_wait_pushbuffer_space() staticBen Dooks (Codethink)2019-10-281-3/+3
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 201Thomas Gleixner2019-05-301-12/+1
* gpu: host1x: Continue CDMA execution starting with a next jobDmitry Osipenko2019-02-071-12/+11
* gpu: host1x: Don't complete a completed jobDmitry Osipenko2019-02-071-8/+14
* gpu: host1x: Cancel only job that actually got stuckDmitry Osipenko2019-02-071-26/+7
* gpu: host1x: Optimize CDMA push buffer memory usageThierry Reding2019-02-071-4/+25
* gpu: host1x: Introduce support for wide opcodesThierry Reding2019-02-071-0/+92
* gpu: host1x: Use completion instead of semaphoreArnd Bergmann2019-02-041-3/+3
* gpu: host1x: Store pointer to client in jobsThierry Reding2018-05-181-1/+1
* gpu: host1x: Fix compiler errors by converting to dma_addr_tEmil Goode2018-05-181-1/+1
* gpu: host1x: Fix dma_free_wc() argument in the error pathDmitry Osipenko2018-05-171-1/+1
* gpu: host1x: Add IOMMU supportMikko Perttunen2017-04-051-16/+58
* gpu: host1x: Whitespace cleanup for readabilityThierry Reding2016-06-231-8/+18
* gpu: host1x: Fix a couple of checkpatch warningsThierry Reding2016-06-231-2/+6
* gpu: host1x: cdma: Drop unnecessary local variableThierry Reding2016-06-231-4/+4
* dma, mm/pat: Rename dma_*_writecombine() to dma_*_wc()Luis R. Rodriguez2016-03-091-4/+4
* gpu: host1x: Make mapped field of push buffers void *Thierry Reding2014-11-131-1/+1
* gpu: host1x: Expose syncpt and channel functionalityThierry Reding2013-10-311-1/+1
* gpu: host1x: Add debug supportTerje Bergstrom2013-04-221-0/+4
* gpu: host1x: Add channel supportTerje Bergstrom2013-04-221-0/+487