]> git.baikalelectronics.ru Git - kernel.git/commit
drm/tegra: hdmi: Demidlayer
authorThierry Reding <treding@nvidia.com>
Fri, 28 Nov 2014 15:50:59 +0000 (16:50 +0100)
committerThierry Reding <treding@nvidia.com>
Tue, 27 Jan 2015 09:14:47 +0000 (10:14 +0100)
commit659cb9733d54edbc58f96ec3a577b8fc167303a2
tree768475f0926f81354cb8142edf85b4369a466b6e
parent862aad2f384fcc89224d792bb3dd964394602f33
drm/tegra: hdmi: Demidlayer

Implement encoder and connector within the HDMI 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/drm.h
drivers/gpu/drm/tegra/hdmi.c
drivers/gpu/drm/tegra/output.c