aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/tegra/vic.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-10gpu: host1x: Rename "parent" to "host"Thierry Reding1-4/+4
2019-12-04drm/tegra: Silence expected errors on IOMMU attachThierry Reding1-1/+1
2019-12-04drm/tegra: vic: Export module device tableThierry Reding1-2/+3
2019-10-29drm/tegra: falcon: Clarify address usageThierry Reding1-32/+24
2019-10-29drm/tegra: Remove memory allocation from Falcon libraryThierry Reding1-27/+64
2019-10-29drm/tegra: Simplify IOMMU group selectionThierry Reding1-1/+1
2019-10-28drm/tegra: Move IOMMU group into host1x clientThierry Reding1-6/+4
2019-10-28drm/tegra: vic: Use common IOMMU attach/detach codeThierry Reding1-19/+8
2019-10-28drm/tegra: vic: Inherit DMA mask from host1xThierry Reding1-0/+7
2019-10-28drm/tegra: vic: Skip stream ID programming without IOMMUThierry Reding1-3/+5
2019-10-28drm/tegra: Inherit device DMA parameters from host1xThierry Reding1-0/+9
2019-10-28gpu: host1x: Request channels for clients, not devicesThierry Reding1-1/+1
2019-08-14drm/tegra: drop use of drmP.hSam Ravnborg1-0/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-03-22drm/tegra: vic: Fix implicit function declaration warningAnders Roxell1-0/+2
2019-02-07drm/tegra: vic: Support stream ID register programmingThierry Reding1-0/+21
2019-02-07drm/tegra: vic: Do not clear driver dataThierry Reding1-1/+0
2019-02-07drm/tegra: vic: Load firmware on demandThierry Reding1-17/+36
2018-11-29drm/tegra: vic: Add Tegra194 supportThierry Reding1-0/+11
2018-11-29drm/tegra: vic: Implement explicit reset supportThierry Reding1-1/+34
2018-05-18drm/tegra: vic: Track interface versionThierry Reding1-0/+5
2017-12-21drm/tegra: Use IOMMU groupsThierry Reding1-8/+10
2017-12-13drm/tegra: vic: Properly align argumentsThierry Reding1-1/+1
2017-10-20drm/tegra: vic: Use of_device_get_match_data()Thierry Reding1-7/+3
2017-10-20drm/tegra: Add Tegra186 support for VICMikko Perttunen1-0/+10
2017-10-20gpu: host1x: syncpt: Request syncpoints per clientThierry Reding1-1/+1
2017-08-17drm/tegra: Set MODULE_FIRMWARE for the VICNicolas Chauvet1-2/+13
2017-06-15gpu: host1x: Refactor channel allocation codeMikko Perttunen1-2/+2
2017-04-05drm/tegra: Add VIC supportArto Merilainen1-0/+396