commit | 335041ed31d774391d9add49824d05e7d19d93e9 | [log] [tgz] |
---|---|---|
author | Jesse Barnes <jbarnes@virtuousgeek.org> | Thu Jan 22 22:22:06 2009 +1000 |
committer | Dave Airlie <airlied@redhat.com> | Thu Jan 22 22:22:06 2009 +1000 |
tree | 439f0d0c85712f3a5c52c649f77487494dbe607f | |
parent | ed2dd4b0cc1494c27478f4ea8452f68d2037a60c [diff] |
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>