Home
last modified time | relevance | path

Searched hist:"7602 fa1d29f5c4e92d6a36e79000a0f55c317a32" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/gpu/drm/tegra/
H A Drgb.cdiff 7602fa1d29f5c4e92d6a36e79000a0f55c317a32 Wed Oct 30 03:55:33 CDT 2013 Thierry Reding <treding@nvidia.com> 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>