aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/host1x
Commit message (Expand)AuthorAgeFilesLines
...
* | gpu: host1x: Allocate gather copy for host1xThierry Reding2019-10-291-5/+6
* | gpu: host1x: Clean up debugfs on removalThierry Reding2019-10-291-0/+1
* | gpu: host1x: Overhaul host1x_bo_{pin,unpin}() APIThierry Reding2019-10-291-3/+12
* | gpu: host1x: Make host1x_cdma_wait_pushbuffer_space() staticBen Dooks (Codethink)2019-10-281-3/+3
* | gpu: host1x: Request channels for clients, not devicesThierry Reding2019-10-282-6/+8
* | gpu: host1x: Explicitly initialize host1x_info structuresThierry Reding2019-10-281-0/+12
* | gpu: host1x: Remove gratuitous blank lineThierry Reding2019-10-281-1/+0
* | gpu: host1x: Do not limit DMA segment sizeThierry Reding2019-10-283-1/+6
|/
* Merge tag 'drm/tegra/for-5.3-rc1' of git://anongit.freedesktop.org/tegra/linu...Dave Airlie2019-06-253-5/+38
|\
| * host1x: debugfs_create_dir() can never return NULLGreg Kroah-Hartman2019-06-131-3/+0
| * gpu: host1x: Do not link logical devices to DT nodesThierry Reding2019-06-051-1/+31
| * gpu: host1x: Increase maximum DMA segment sizeThierry Reding2019-06-051-0/+3
| * gpu: host1x: Do not output error message for deferred probeThierry Reding2019-06-051-1/+4
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282Thomas Gleixner2019-06-054-40/+4
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 201Thomas Gleixner2019-05-3055-678/+55
* | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
|/
* gpu: host1x: Program stream ID to bypass without SMMUArnd Bergmann2019-04-111-2/+6
* gpu: host1x: Fix compile error when IOMMU API is not availableStefan Agner2019-04-111-1/+1
* gpu: host1x: Continue CDMA execution starting with a next jobDmitry Osipenko2019-02-072-26/+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: Use correct semantics for HOST1X_CHANNEL_DMAENDThierry Reding2019-02-071-2/+2
* gpu: host1x: Support 40-bit addressing on Tegra186Thierry Reding2019-02-071-1/+1
* gpu: host1x: Restrict IOVA space to DMA maskThierry Reding2019-02-071-3/+6
* gpu: host1x: Support 40-bit addressingThierry Reding2019-02-074-10/+62
* gpu: host1x: Introduce support for wide opcodesThierry Reding2019-02-072-0/+94
* gpu: host1x: Program the channel stream IDThierry Reding2019-02-075-0/+37
* gpu: host1x: Set up stream ID tableThierry Reding2019-02-042-0/+46
* gpu: host1x: Represent host1x bus devices in debugfsThierry Reding2019-02-041-0/+35
* gpu: host1x: Use completion instead of semaphoreArnd Bergmann2019-02-042-6/+6
* gpu: host1x: Add Tegra194 supportThierry Reding2018-11-2910-2/+496
* gpu: host1x: Fix syncpoint ID field size on Tegra186Thierry Reding2018-11-271-1/+1
* gpu: host1x: Resize channel register region on Tegra186 and laterThierry Reding2018-11-271-2/+5
* gpu: host1x: Detach Host1x from IOMMU DMA domain on arm32Dmitry Osipenko2018-09-261-1/+12
* gpu: host1x: Remove spurious tabThierry Reding2018-09-261-1/+1
* gpu: host1x: Check whether size of unpin isn't 0Dmitry Osipenko2018-07-091-1/+2
* gpu: host1x: Skip IOMMU initialization if firewall is enabledDmitry Osipenko2018-07-091-0/+3
* Merge tag 'drm-next-2018-06-06-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2018-06-0613-186/+49
|\
| * gpu: host1x: Use not explicitly sized typesThierry Reding2018-05-182-7/+8
| * gpu: host1x: Rename relocarray -> relocs for consistencyThierry Reding2018-05-181-4/+4
| * gpu: host1x: Drop unnecessary host1x argumentThierry Reding2018-05-184-13/+13
| * gpu: host1x: Cleanup loop variable usageThierry Reding2018-05-184-5/+5
| * gpu: host1x: Store pointer to client in jobsThierry Reding2018-05-182-2/+2
| * gpu: host1x: Remove wait check supportThierry Reding2018-05-186-151/+4
| * gpu: host1x: Fix compiler errors by converting to dma_addr_tEmil Goode2018-05-182-2/+2
| * gpu: host1x: Acquire a reference to the IOVA cacheThierry Reding2018-05-171-1/+10
| * gpu: host1x: Fix dma_free_wc() argument in the error pathDmitry Osipenko2018-05-171-1/+1
* | drivers: remove force dma flag from busesChristoph Hellwig2018-05-031-3/+2
* | dma-mapping: move dma configuration to bus infrastructureNipun Gupta2018-05-031-0/+6
|/