]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit368d66b1a422d0d851594ea1a8a1a2f2c958b499
tree07651dcd966b1502a18c1944268b8d31a8abdb0e
parenta0b1437aedb91671832ad2b7420c6dc6a0c8d2ad
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