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)
commit335041ed31d774391d9add49824d05e7d19d93e9
tree439f0d0c85712f3a5c52c649f77487494dbe607f
parented2dd4b0cc1494c27478f4ea8452f68d2037a60c
drm/i915: hook up LVDS DPMS property

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>
drivers/gpu/drm/i915/intel_lvds.c