diff options
author | Thierry Reding <treding@nvidia.com> | 2013-10-30 09:55:33 +0100 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2013-12-03 10:04:22 +0100 |
commit | 7602fa1d29f5c4e92d6a36e79000a0f55c317a32 (patch) | |
tree | e426d6294466d2b1f713d7add1b6cc228d01261d /drivers/gpu/drm/tegra/drm.c | |
parent | 37826519c4dca037bda5d008b4d687c2e6f8d405 (diff) |
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>
Diffstat (limited to 'drivers/gpu/drm/tegra/drm.c')
0 files changed, 0 insertions, 0 deletions