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)
commit9be7d864cf0763dd24e07bac7f0a94180bd5e257
tree5463360e4af4ded1a4e6d18982a415192bbd9c81
parent210fcd9d9cf1ad6ebfae3b46b457e602c8f8cdc2
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