diff options
author | Thierry Reding <treding@nvidia.com> | 2013-08-30 09:22:36 -0400 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2013-12-17 12:10:00 -0500 |
commit | 9be7d864cf0763dd24e07bac7f0a94180bd5e257 (patch) | |
tree | 5463360e4af4ded1a4e6d18982a415192bbd9c81 /Documentation | |
parent | 210fcd9d9cf1ad6ebfae3b46b457e602c8f8cdc2 (diff) |
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 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/gpu/nvidia,tegra20-host1x.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/gpu/nvidia,tegra20-host1x.txt b/Documentation/devicetree/bindings/gpu/nvidia,tegra20-host1x.txt index ab45c02aa658..31314bd40da9 100644 --- a/Documentation/devicetree/bindings/gpu/nvidia,tegra20-host1x.txt +++ b/Documentation/devicetree/bindings/gpu/nvidia,tegra20-host1x.txt | |||
@@ -125,6 +125,7 @@ of the following host1x client modules: | |||
125 | - nvidia,ddc-i2c-bus: phandle of an I2C controller used for DDC EDID probing | 125 | - nvidia,ddc-i2c-bus: phandle of an I2C controller used for DDC EDID probing |
126 | - nvidia,hpd-gpio: specifies a GPIO used for hotplug detection | 126 | - nvidia,hpd-gpio: specifies a GPIO used for hotplug detection |
127 | - nvidia,edid: supplies a binary EDID blob | 127 | - nvidia,edid: supplies a binary EDID blob |
128 | - nvidia,panel: phandle of a display panel | ||
128 | 129 | ||
129 | - hdmi: High Definition Multimedia Interface | 130 | - hdmi: High Definition Multimedia Interface |
130 | 131 | ||
@@ -149,6 +150,7 @@ of the following host1x client modules: | |||
149 | - nvidia,ddc-i2c-bus: phandle of an I2C controller used for DDC EDID probing | 150 | - nvidia,ddc-i2c-bus: phandle of an I2C controller used for DDC EDID probing |
150 | - nvidia,hpd-gpio: specifies a GPIO used for hotplug detection | 151 | - nvidia,hpd-gpio: specifies a GPIO used for hotplug detection |
151 | - nvidia,edid: supplies a binary EDID blob | 152 | - nvidia,edid: supplies a binary EDID blob |
153 | - nvidia,panel: phandle of a display panel | ||
152 | 154 | ||
153 | - tvo: TV encoder output | 155 | - tvo: TV encoder output |
154 | 156 | ||