diff options
author | Thierry Reding <treding@nvidia.com> | 2013-08-30 15:22:36 +0200 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2013-12-17 18:10:00 +0100 |
commit | 9be7d864cf0763dd24e07bac7f0a94180bd5e257 (patch) | |
tree | 5463360e4af4ded1a4e6d18982a415192bbd9c81 /drivers/gpu/drm/tegra/Kconfig | |
parent | drm/panel: Add support for Panasonic VVX10F004B0 (diff) | |
download | linux-9be7d864cf0763dd24e07bac7f0a94180bd5e257.tar.xz linux-9be7d864cf0763dd24e07bac7f0a94180bd5e257.zip |
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>
Diffstat (limited to 'drivers/gpu/drm/tegra/Kconfig')
-rw-r--r-- | drivers/gpu/drm/tegra/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/tegra/Kconfig b/drivers/gpu/drm/tegra/Kconfig index 8db9b3bce001..1b5448cd6829 100644 --- a/drivers/gpu/drm/tegra/Kconfig +++ b/drivers/gpu/drm/tegra/Kconfig @@ -6,6 +6,7 @@ config DRM_TEGRA select TEGRA_HOST1X select DRM_KMS_HELPER select DRM_KMS_FB_HELPER + select DRM_PANEL select FB_SYS_FILLRECT select FB_SYS_COPYAREA select FB_SYS_IMAGEBLIT |