]> git.baikalelectronics.ru Git - kernel.git/commit
drm/tegra: rgb: Demidlayer
authorThierry Reding <treding@nvidia.com>
Tue, 16 Dec 2014 17:30:16 +0000 (18:30 +0100)
committerThierry Reding <treding@nvidia.com>
Tue, 27 Jan 2015 09:14:47 +0000 (10:14 +0100)
commit862aad2f384fcc89224d792bb3dd964394602f33
tree3a8f800e87e5a8b7e05c5404cb5a692b5bd4f580
parentc1cc40bfd00cb975b2aaf2769297c883f44f4b99
drm/tegra: rgb: Demidlayer

Implement encoder and connector within the RGB driver itself using the
Tegra output helpers rather than using the Tegra output as midlayer. By
doing so one level of indirection is removed and output drivers become
more flexible while keeping the majority of the advantages provided by
the common output helpers.

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