drm/i915: Add the brightness property for SDVO-LVDS
authorZhao Yakui <yakui.zhao@intel.com>
Thu, 10 Sep 2009 07:45:47 +0000 (15:45 +0800)
committerEric Anholt <eric@anholt.net>
Thu, 10 Sep 2009 18:30:32 +0000 (11:30 -0700)
commitd0cbde93cc29a250de97ccb63d98da5bd1cbcfcd
tree56ff1ca3a69c1fe8ff2053a558fb057d221b4ed2
parentb9219c5e8be99ddd697e3f9b61069d7ea477ddec
drm/i915: Add the brightness property for SDVO-LVDS

When the sdvo device is detected as SDVO-LVDS, we will check whether the
brightness is supported by issue SDVO enhancement command.
If it is supported, we will add the brightness property and then brightness
can be adjusted.

Signed-off-by: Zhao Yakui <yakui.zhao@intel.com>
Signed-off-by: Eric Anholt <eric@anholt.net>
drivers/gpu/drm/i915/intel_sdvo.c