summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/host1x
Commit message (Expand)AuthorAgeFilesLines
* 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/+0Star
| * 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/+4Star
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 201Thomas Gleixner2019-05-3055-678/+55Star
* | 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/+11Star
* 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/+7Star
* 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/+49Star
|\
| * 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/+4Star
| * 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/+2Star
* | dma-mapping: move dma configuration to bus infrastructureNipun Gupta2018-05-031-0/+6
|/
* gpu: host1x: Use IOMMU groupsThierry Reding2017-12-212-7/+16
* gpu: host1x: Cleanup on initialization failureThierry Reding2017-12-131-2/+9
* gpu: host1x: Rewrite conditional for better readabilityThierry Reding2017-12-131-5/+7
* Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2017-11-1628-214/+1118
|\
| * gpu: host1x: Fix incorrect comment for channel_requestMikko Perttunen2017-10-201-2/+1Star
| * gpu: host1x: Disassemble more instructionsMikko Perttunen2017-10-203-6/+58
| * gpu: host1x: Improve debug disassembly formattingMikko Perttunen2017-10-205-30/+61
| * gpu: host1x: Enable gather filterMikko Perttunen2017-10-203-0/+46