summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/host1x/dev.c
Commit message (Expand)AuthorAgeFilesLines
* gpu: host1x: Add Tegra SE to SID tableAkhil R2024-04-121-0/+24
* gpu: host1x: Skip reset assert on Tegra186Mikko Perttunen2024-02-221-6/+9
* gpu: host1x: Syncpoint interrupt shardingMikko Perttunen2023-10-111-4/+25
* gpu: host1x: Enable system suspend callbacksMikko Perttunen2023-10-111-1/+1
* gpu: host1x: Stop CDMA before suspendingMikko Perttunen2023-10-111-0/+1
* gpu/host1x: Explicitly include correct DT includesRob Herring2023-07-211-1/+2
* gpu: host1x: fix uninitialized variable useArnd Bergmann2023-03-201-3/+2
* gpu: host1x: Rewrite syncpoint interrupt handlingMikko Perttunen2023-01-261-2/+2
* gpu: host1x: Add stream ID register data for NVDEC on Tegra234Mikko Perttunen2022-11-251-0/+12
* gpu: host1x: Avoid trying to use GART on Tegra20Robin Murphy2022-11-181-0/+4
* gpu: host1x: Tegra234 device data and headersMikko Perttunen2022-07-081-0/+42
* gpu: host1x: Allow reset to be missingMikko Perttunen2022-07-081-3/+0
* gpu: host1x: Program virtualization tablesMikko Perttunen2022-07-081-3/+18
* gpu: host1x: Simplify register mapping and add common apertureMikko Perttunen2022-07-081-27/+19
* gpu: host1x: Add context device management codeMikko Perttunen2022-07-081-1/+11
* gpu: host1x: Fix a memory leak in 'host1x_remove()'Christophe JAILLET2022-03-011-0/+1
* gpu: host1x: Fix an error handling path in 'host1x_probe()'Christophe JAILLET2022-03-011-2/+5
* gpu: host1x: Add back arm_iommu_detach_device()Dmitry Osipenko2021-12-161-0/+15
* gpu: host1x: Add initial runtime PM and OPP supportDmitry Osipenko2021-12-161-27/+123
* drm/tegra: Add NVDEC driverMikko Perttunen2021-12-161-0/+18
* drm/tegra: Implement buffer object cacheThierry Reding2021-12-161-0/+2
* gpu: host1x: Reserve VBLANK syncpoints at initializationMikko Perttunen2021-03-311-0/+6
* gpu: host1x: Register child devicesThierry Reding2020-06-161-0/+6
* gpu: host1x: Clean up debugfs in error handling pathChristophe JAILLET2020-06-161-2/+3
* gpu: host1x: Use SMMU on Tegra124 and Tegra210Thierry Reding2020-04-281-4/+42
* drm/tegra: Fix SMMU support on Tegra124 and Tegra210Thierry Reding2020-04-281-0/+13
* gpu: host1x: Remove dev_err() on platform_get_irq() failureYueHaibing2020-01-101-3/+1
* gpu: host1x: Set DMA mask based on IOMMU setupThierry Reding2019-10-291-79/+135
* gpu: host1x: Support DMA mapping of buffersThierry Reding2019-10-291-12/+4
* gpu: host1x: Clean up debugfs on removalThierry Reding2019-10-291-0/+1
* gpu: host1x: Explicitly initialize host1x_info structuresThierry Reding2019-10-281-0/+12
* gpu: host1x: Do not limit DMA segment sizeThierry Reding2019-10-281-0/+3
* Merge tag 'drm/tegra/for-5.3-rc1' of git://anongit.freedesktop.org/tegra/linu...Dave Airlie2019-06-251-1/+4
|\
| * gpu: host1x: Do not output error message for deferred probeThierry Reding2019-06-051-1/+4
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 201Thomas Gleixner2019-05-301-12/+1
|/
* 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: Set up stream ID tableThierry Reding2019-02-041-0/+38
* gpu: host1x: Add Tegra194 supportThierry Reding2018-11-291-0/+13
* gpu: host1x: Detach Host1x from IOMMU DMA domain on arm32Dmitry Osipenko2018-09-261-1/+12
* gpu: host1x: Skip IOMMU initialization if firewall is enabledDmitry Osipenko2018-07-091-0/+3
* gpu: host1x: Acquire a reference to the IOVA cacheThierry Reding2018-05-171-1/+10
* gpu: host1x: Use IOMMU groupsThierry Reding2017-12-211-7/+15
* 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-151-14/+55
|\
| * gpu: host1x: Add Tegra186 supportMikko Perttunen2017-10-201-5/+50
| * gpu: host1x: Use of_device_get_match_data()Thierry Reding2017-10-201-9/+5
* | iommu/iova: Make dma_32bit_pfn implicitZhen Lei2017-09-271-2/+1
|/
* Merge tag 'drm/tegra/for-4.14-rc1' of git://anongit.freedesktop.org/tegra/lin...Dave Airlie2017-08-211-2/+2
|\
| * gpu: host1x: fix error return code in host1x_probe()Gustavo A. R. Silva2017-08-171-2/+2