From: Thierry Reding Date: Wed, 30 Oct 2013 08:55:33 +0000 (+0100) Subject: drm/tegra: Tightly bind RGB output to DC X-Git-Tag: v3.13-rc4~39^2~5^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7602fa1d29f5c4e92d6a36e79000a0f55c317a32;p=pandora-kernel.git 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 --- Reading git-diff-tree failed