drm/i915: hook up LVDS DPMS property
authorJesse Barnes <jbarnes@virtuousgeek.org>
Thu, 22 Jan 2009 12:22:06 +0000 (22:22 +1000)
committerDave Airlie <airlied@redhat.com>
Thu, 22 Jan 2009 12:22:06 +0000 (22:22 +1000)
The LVDS output supports DPMS calls, but we never hooked up the property code,
so set property calls didn't actually do anything.  Implement a set_property
callback for the LVDS output so that the right thing happens.

Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>

No differences found