aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/tegra/hub.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-12Merge tag 'drm/tegra/for-5.20-rc1' of https://gitlab.freedesktop.org/drm/tegra into drm-nextDave Airlie1-0/+1
2022-07-08drm/tegra: Include DMA API header where usedRobin Murphy1-0/+1
2022-06-20drm: Drop drm_blend.h from drm_crtc.hVille Syrjälä1-0/+1
2022-06-20drm: Drop drm_framebuffer.h from drm_crtc.hVille Syrjälä1-0/+1
2022-03-01drm/tegra: Support semi-planar formats on Tegra114+Thierry Reding1-9/+15
2022-03-01drm/tegra: Fix planar formats on Tegra186 and laterThierry Reding1-1/+1
2021-05-31drm/tegra: hub: Implement basic scaling supportThierry Reding1-5/+125
2021-05-31drm/tegra: hub: Fix YUV supportThierry Reding1-5/+47
2021-05-17drm/tegra: Fix shift overflow in tegra_shared_plane_atomic_updateNathan Chancellor1-1/+1
2021-03-31drm/tegra: Support sector layout on Tegra194Thierry Reding1-0/+28
2021-03-31drm/tegra: Count number of display controllers at runtimeThierry Reding1-2/+4
2021-03-31drm/tegra: dc: Inherit DMA maskThierry Reding1-0/+7
2021-03-16Merge tag 'drm-misc-next-2021-03-03' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-28/+34
2021-02-25drm: Use state helper instead of the plane state pointerMaxime Ripard1-1/+2
2021-02-25drm/atomic: Pass the full state to planes atomic disable and updateMaxime Ripard1-3/+5
2021-02-24drm: Rename plane->state variables in atomic update and disableMaxime Ripard1-5/+5
2021-02-24drm: Store new plane state in a variable for atomic_update and disableMaxime Ripard1-12/+13
2021-02-24drm/atomic: Pass the full state to planes atomic_checkMaxime Ripard1-1/+3
2021-02-24drm: Rename plane atomic_check state namesMaxime Ripard1-9/+9
2021-01-15drm/tegra: Fix reference leak when pm_runtime_get_sync() failsQinglang Miao1-1/+1
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