drm/tegra: Relocate some output-specific code
authorThierry Reding <treding@nvidia.com>
Thu, 12 Dec 2013 10:06:55 +0000 (11:06 +0100)
committerThierry Reding <treding@nvidia.com>
Fri, 20 Dec 2013 14:56:07 +0000 (15:56 +0100)
commit72d302861530bcdb780ea57ebfc3dff6ec4f802c
tree07651dcd966b1502a18c1944268b8d31a8abdb0e
parent8620fc629aeec02ac3b3735703940696386a3039
drm/tegra: Relocate some output-specific code

Some of the code in the CRTC's mode setting code is specific to the RGB
output or needs to be called slightly differently depending on the type
of output. Push that code down into the output drivers.

Signed-off-by: Thierry Reding <treding@nvidia.com>
drivers/gpu/drm/tegra/dc.c
drivers/gpu/drm/tegra/dc.h
drivers/gpu/drm/tegra/dsi.c
drivers/gpu/drm/tegra/hdmi.c
drivers/gpu/drm/tegra/rgb.c