]> git.baikalelectronics.ru Git - kernel.git/commit
drm/tegra: Implement panel support
authorThierry Reding <treding@nvidia.com>
Fri, 30 Aug 2013 13:22:36 +0000 (15:22 +0200)
committerThierry Reding <treding@nvidia.com>
Tue, 17 Dec 2013 17:10:00 +0000 (18:10 +0100)
commit46f8e8bf2ff74afcd977c39f85badc49850c3b57
tree5463360e4af4ded1a4e6d18982a415192bbd9c81
parentf081471fc5b5ead4f337790521310048dcb3ddd7
drm/tegra: Implement panel support

Use the DRM panel framework to attach a panel to an output. If the panel
attached to a connector supports supports the backlight brightness
accessors, a property will be available to allow the brightness to be
modified from userspace.

Signed-off-by: Thierry Reding <treding@nvidia.com>
Documentation/devicetree/bindings/gpu/nvidia,tegra20-host1x.txt
drivers/gpu/drm/tegra/Kconfig
drivers/gpu/drm/tegra/drm.h
drivers/gpu/drm/tegra/output.c