aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/tegra/hub.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-06-16drm/tegra: hub: Register child devicesThierry Reding1-0/+9
2020-06-16drm/tegra: hub: Do not enable orphaned window groupNicolin Chen1-2/+6
2020-01-10drm/tegra: Do not implement runtime PMThierry Reding1-78/+116
2020-01-10gpu: host1x: Rename "parent" to "host"Thierry Reding1-2/+2
2019-12-04drm/tegra: hub: Remove bogus connection mutex checkThierry Reding1-3/+0
2019-10-29drm/tegra: Support DMA API for display controllersThierry Reding1-3/+3
2019-10-28drm/tegra: gem: Rename paddr -> iovaThierry Reding1-1/+1
2019-08-14drm/tegra: drop use of drmP.hSam Ravnborg1-1/+2
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-03-22drm/tegra: hub: Fix dereference before checkThierry Reding1-1/+3
2019-01-24drm: Split out drm_probe_helper.hDaniel Vetter1-1/+1
2019-01-10Merge tag 'drm-misc-next-2019-01-07-1' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-1/+1
2018-12-11drm/atomic: integrate modeset lock with private objectsRob Clark1-1/+1
2018-11-29drm/tegra: hub: Enable all required clocksThierry Reding1-2/+46
2018-09-26drm/tegra: hub: Add Tegra194 supportThierry Reding1-4/+15
2018-05-04drm/tegra: hub: Use state directlyStefan Schake1-1/+1
2018-03-17drm/tegra: hub: Use private object for global stateThierry Reding1-8/+102
2018-03-15drm/tegra: plane: Support format modifiersThierry Reding1-1/+14
2017-12-21drm/tegra: Mark Tegra186 display hub PM functions __maybe_unusedArnd Bergmann1-2/+2
2017-12-21drm/tegra: Implement zpos propertyThierry Reding1-2/+3
2017-12-21drm/tegra: dc: Use direct offset to plane registersThierry Reding1-24/+21
2017-12-21drm/tegra: dc: Support more formatsThierry Reding1-2/+20
2017-12-13drm/tegra: Add Tegra186 display hub supportThierry Reding1-0/+790