summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/tegra/vic.c
Commit message (Expand)AuthorAgeFilesLines
* gpu: host1x: Rename "parent" to "host"Thierry Reding2020-01-101-4/+4
* drm/tegra: Silence expected errors on IOMMU attachThierry Reding2019-12-041-1/+1
* drm/tegra: vic: Export module device tableThierry Reding2019-12-041-2/+3
* drm/tegra: falcon: Clarify address usageThierry Reding2019-10-291-32/+24
* drm/tegra: Remove memory allocation from Falcon libraryThierry Reding2019-10-291-27/+64
* drm/tegra: Simplify IOMMU group selectionThierry Reding2019-10-291-1/+1
* drm/tegra: Move IOMMU group into host1x clientThierry Reding2019-10-281-6/+4
* drm/tegra: vic: Use common IOMMU attach/detach codeThierry Reding2019-10-281-19/+8
* drm/tegra: vic: Inherit DMA mask from host1xThierry Reding2019-10-281-0/+7
* drm/tegra: vic: Skip stream ID programming without IOMMUThierry Reding2019-10-281-3/+5
* drm/tegra: Inherit device DMA parameters from host1xThierry Reding2019-10-281-0/+9
* gpu: host1x: Request channels for clients, not devicesThierry Reding2019-10-281-1/+1
* drm/tegra: drop use of drmP.hSam Ravnborg2019-08-141-0/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* drm/tegra: vic: Fix implicit function declaration warningAnders Roxell2019-03-221-0/+2
* drm/tegra: vic: Support stream ID register programmingThierry Reding2019-02-071-0/+21
* drm/tegra: vic: Do not clear driver dataThierry Reding2019-02-071-1/+0
* drm/tegra: vic: Load firmware on demandThierry Reding2019-02-071-17/+36
* drm/tegra: vic: Add Tegra194 supportThierry Reding2018-11-291-0/+11
* drm/tegra: vic: Implement explicit reset supportThierry Reding2018-11-291-1/+34
* drm/tegra: vic: Track interface versionThierry Reding2018-05-181-0/+5
* drm/tegra: Use IOMMU groupsThierry Reding2017-12-211-8/+10
* drm/tegra: vic: Properly align argumentsThierry Reding2017-12-131-1/+1
* drm/tegra: vic: Use of_device_get_match_data()Thierry Reding2017-10-201-7/+3
* drm/tegra: Add Tegra186 support for VICMikko Perttunen2017-10-201-0/+10
* gpu: host1x: syncpt: Request syncpoints per clientThierry Reding2017-10-201-1/+1
* drm/tegra: Set MODULE_FIRMWARE for the VICNicolas Chauvet2017-08-171-2/+13
* gpu: host1x: Refactor channel allocation codeMikko Perttunen2017-06-151-2/+2
* drm/tegra: Add VIC supportArto Merilainen2017-04-051-0/+396