summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/tegra/hub.c
Commit message (Expand)AuthorAgeFilesLines
* drm/tegra: hub: Implement basic scaling supportThierry Reding2021-05-311-5/+125
* drm/tegra: hub: Fix YUV supportThierry Reding2021-05-311-5/+47
* drm/tegra: Fix shift overflow in tegra_shared_plane_atomic_updateNathan Chancellor2021-05-171-1/+1
* drm/tegra: Support sector layout on Tegra194Thierry Reding2021-03-311-0/+28
* drm/tegra: Count number of display controllers at runtimeThierry Reding2021-03-311-2/+4
* drm/tegra: dc: Inherit DMA maskThierry Reding2021-03-311-0/+7
* Merge tag 'drm-misc-next-2021-03-03' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2021-03-161-28/+34
|\
| * drm: Use state helper instead of the plane state pointerMaxime Ripard2021-02-251-1/+2
| * drm/atomic: Pass the full state to planes atomic disable and updateMaxime Ripard2021-02-251-3/+5
| * drm: Rename plane->state variables in atomic update and disableMaxime Ripard2021-02-241-5/+5
| * drm: Store new plane state in a variable for atomic_update and disableMaxime Ripard2021-02-241-12/+13
| * drm/atomic: Pass the full state to planes atomic_checkMaxime Ripard2021-02-241-1/+3
| * drm: Rename plane atomic_check state namesMaxime Ripard2021-02-241-9/+9
* | drm/tegra: Fix reference leak when pm_runtime_get_sync() failsQinglang Miao2021-01-151-1/+1
|/
* drm/tegra: hub: Register child devicesThierry Reding2020-06-161-0/+9
* drm/tegra: hub: Do not enable orphaned window groupNicolin Chen2020-06-161-2/+6
* drm/tegra: Do not implement runtime PMThierry Reding2020-01-101-78/+116
* gpu: host1x: Rename "parent" to "host"Thierry Reding2020-01-101-2/+2
* drm/tegra: hub: Remove bogus connection mutex checkThierry Reding2019-12-041-3/+0
* drm/tegra: Support DMA API for display controllersThierry Reding2019-10-291-3/+3
* drm/tegra: gem: Rename paddr -> iovaThierry Reding2019-10-281-1/+1
* drm/tegra: drop use of drmP.hSam Ravnborg2019-08-141-1/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* drm/tegra: hub: Fix dereference before checkThierry Reding2019-03-221-1/+3
* drm: Split out drm_probe_helper.hDaniel Vetter2019-01-241-1/+1
* Merge tag 'drm-misc-next-2019-01-07-1' of git://anongit.freedesktop.org/drm/d...Dave Airlie2019-01-101-1/+1
|\
| * drm/atomic: integrate modeset lock with private objectsRob Clark2018-12-111-1/+1
* | drm/tegra: hub: Enable all required clocksThierry Reding2018-11-291-2/+46
|/
* drm/tegra: hub: Add Tegra194 supportThierry Reding2018-09-261-4/+15
* drm/tegra: hub: Use state directlyStefan Schake2018-05-041-1/+1
* drm/tegra: hub: Use private object for global stateThierry Reding2018-03-171-8/+102
* drm/tegra: plane: Support format modifiersThierry Reding2018-03-151-1/+14
* drm/tegra: Mark Tegra186 display hub PM functions __maybe_unusedArnd Bergmann2017-12-211-2/+2
* drm/tegra: Implement zpos propertyThierry Reding2017-12-211-2/+3
* drm/tegra: dc: Use direct offset to plane registersThierry Reding2017-12-211-24/+21
* drm/tegra: dc: Support more formatsThierry Reding2017-12-211-2/+20
* drm/tegra: Add Tegra186 display hub supportThierry Reding2017-12-131-0/+790