summaryrefslogtreecommitdiff
path: root/drivers/gpu/host1x/dev.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-12gpu: host1x: Add Tegra SE to SID tableAkhil R1-0/+24
2024-02-22gpu: host1x: Skip reset assert on Tegra186Mikko Perttunen1-6/+9
2023-10-11gpu: host1x: Syncpoint interrupt shardingMikko Perttunen1-4/+25
2023-10-11gpu: host1x: Enable system suspend callbacksMikko Perttunen1-1/+1
2023-10-11gpu: host1x: Stop CDMA before suspendingMikko Perttunen1-0/+1
2023-07-21gpu/host1x: Explicitly include correct DT includesRob Herring1-1/+2
2023-03-20gpu: host1x: fix uninitialized variable useArnd Bergmann1-3/+2
2023-01-26gpu: host1x: Rewrite syncpoint interrupt handlingMikko Perttunen1-2/+2
2022-11-25gpu: host1x: Add stream ID register data for NVDEC on Tegra234Mikko Perttunen1-0/+12
2022-11-18gpu: host1x: Avoid trying to use GART on Tegra20Robin Murphy1-0/+4
2022-07-08gpu: host1x: Tegra234 device data and headersMikko Perttunen1-0/+42
2022-07-08gpu: host1x: Allow reset to be missingMikko Perttunen1-3/+0
2022-07-08gpu: host1x: Program virtualization tablesMikko Perttunen1-3/+18
2022-07-08gpu: host1x: Simplify register mapping and add common apertureMikko Perttunen1-27/+19
2022-07-08gpu: host1x: Add context device management codeMikko Perttunen1-1/+11
2022-03-01gpu: host1x: Fix a memory leak in 'host1x_remove()'Christophe JAILLET1-0/+1
2022-03-01gpu: host1x: Fix an error handling path in 'host1x_probe()'Christophe JAILLET1-2/+5
2021-12-16gpu: host1x: Add back arm_iommu_detach_device()Dmitry Osipenko1-0/+15
2021-12-16gpu: host1x: Add initial runtime PM and OPP supportDmitry Osipenko1-27/+123
2021-12-16drm/tegra: Add NVDEC driverMikko Perttunen1-0/+18
2021-12-16drm/tegra: Implement buffer object cacheThierry Reding1-0/+2
2021-03-31gpu: host1x: Reserve VBLANK syncpoints at initializationMikko Perttunen1-0/+6
2020-06-16gpu: host1x: Register child devicesThierry Reding1-0/+6
2020-06-16gpu: host1x: Clean up debugfs in error handling pathChristophe JAILLET1-2/+3
2020-04-28gpu: host1x: Use SMMU on Tegra124 and Tegra210Thierry Reding1-4/+42
2020-04-28drm/tegra: Fix SMMU support on Tegra124 and Tegra210Thierry Reding1-0/+13
2020-01-10gpu: host1x: Remove dev_err() on platform_get_irq() failureYueHaibing1-3/+1
2019-10-29gpu: host1x: Set DMA mask based on IOMMU setupThierry Reding1-79/+135
2019-10-29gpu: host1x: Support DMA mapping of buffersThierry Reding1-12/+4
2019-10-29gpu: host1x: Clean up debugfs on removalThierry Reding1-0/+1
2019-10-28gpu: host1x: Explicitly initialize host1x_info structuresThierry Reding1-0/+12
2019-10-28gpu: host1x: Do not limit DMA segment sizeThierry Reding1-0/+3
2019-06-25Merge tag 'drm/tegra/for-5.3-rc1' of git://anongit.freedesktop.org/tegra/linu...Dave Airlie1-1/+4
2019-06-05gpu: host1x: Do not output error message for deferred probeThierry Reding1-1/+4
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 201Thomas Gleixner1-12/+1
2019-02-07gpu: host1x: Support 40-bit addressing on Tegra186Thierry Reding1-1/+1
2019-02-07gpu: host1x: Restrict IOVA space to DMA maskThierry Reding1-3/+6
2019-02-04gpu: host1x: Set up stream ID tableThierry Reding1-0/+38
2018-11-29gpu: host1x: Add Tegra194 supportThierry Reding1-0/+13
2018-09-26gpu: host1x: Detach Host1x from IOMMU DMA domain on arm32Dmitry Osipenko1-1/+12
2018-07-09gpu: host1x: Skip IOMMU initialization if firewall is enabledDmitry Osipenko1-0/+3
2018-05-17gpu: host1x: Acquire a reference to the IOVA cacheThierry Reding1-1/+10
2017-12-21gpu: host1x: Use IOMMU groupsThierry Reding1-7/+15
2017-12-13gpu: host1x: Rewrite conditional for better readabilityThierry Reding1-5/+7
2017-11-16Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-14/+55
2017-10-20gpu: host1x: Add Tegra186 supportMikko Perttunen1-5/+50
2017-10-20gpu: host1x: Use of_device_get_match_data()Thierry Reding1-9/+5
2017-09-27iommu/iova: Make dma_32bit_pfn implicitZhen Lei1-2/+1
2017-08-21Merge tag 'drm/tegra/for-4.14-rc1' of git://anongit.freedesktop.org/tegra/lin...Dave Airlie1-2/+2
2017-08-17gpu: host1x: fix error return code in host1x_probe()Gustavo A. R. Silva1-2/+2