linux_dsm_epyc7002/drivers/gpu/drm/tegra
Thierry Reding 7602fa1d29 drm/tegra: Tightly bind RGB output to DC
Previously the association to a DC was done via the encoder's .crtc
field. That has the disadvantage that when an encoder is detached from
its CRTC, that field is set to NULL, leading to situations where it is
impossible to access the DC registers required by the RGB output.

However, the coupling between DC and RGB output is really fixed on
Tegra. While they can be detached logically in DRM, the RGB output can
rely on the DC's existence.

Signed-off-by: Thierry Reding <treding@nvidia.com>
2013-12-03 10:04:22 +01:00
..
bus.c drm/tegra: Move driver to DRM tree 2013-10-31 09:55:40 +01:00
dc.c drm/tegra: Support bottom-up buffer objects 2013-10-31 09:55:46 +01:00
dc.h drm/tegra: Support bottom-up buffer objects 2013-10-31 09:55:46 +01:00
drm.c drm/tegra: Deliver syncpoint base to user space 2013-10-31 09:55:48 +01:00
drm.h drm/tegra: Make CRTC upcasting safer 2013-12-03 10:04:15 +01:00
fb.c drm/tegra: Support bottom-up buffer objects 2013-10-31 09:55:46 +01:00
gem.c drm/tegra: Support bottom-up buffer objects 2013-10-31 09:55:46 +01:00
gem.h drm/tegra: Support bottom-up buffer objects 2013-10-31 09:55:46 +01:00
gr2d.c drm/tegra: Reserve base for gr2d 2013-10-31 09:55:48 +01:00
gr2d.h drm/tegra: Use symbolic names for gr2d registers 2013-10-31 09:55:44 +01:00
gr3d.c drm/tegra: Reserve syncpoint base for gr3d 2013-10-31 09:55:49 +01:00
gr3d.h drm/tegra: Add 3D support 2013-10-31 09:55:45 +01:00
hdmi.c drm/tegra: hdmi: Enable VDD earlier for hotplug/DDC 2013-10-31 09:55:44 +01:00
hdmi.h drm/tegra: Add Tegra114 HDMI support 2013-10-31 09:55:42 +01:00
Kconfig drm/tegra: Changes for v3.13-rc1 2013-11-05 16:21:00 +10:00
Makefile drm/tegra: Add 3D support 2013-10-31 09:55:45 +01:00
output.c drm/tegra: Start connectors with correct DPMS mode 2013-10-31 09:55:44 +01:00
rgb.c drm/tegra: Tightly bind RGB output to DC 2013-12-03 10:04:22 +01:00