commit | 172a1ae141a20f8279dfa285d99ff0541b7eb044 | [log] [tgz] |
---|---|---|
author | Daniel Vetter <daniel.vetter@ffwll.ch> | Thu Sep 06 22:08:34 2012 +0200 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Thu Sep 20 14:23:09 2012 +0200 |
tree | 0927ff45bca808cbff786213bbd96dd4c858814d | |
parent | 46b6f8149a7a631ae8789f4eaebf8c27c1279b5a [diff] |
drm/i915: don't call dpms funcs after set_mode ... because our current set_mode implementation doesn't bother to adjust for the dpms state, we just forcefully update it. So stop pretending that we're better than we are and rip out this extranous call. Note that this totally confuses userspace, because the exposed connector property isn't actually updated ... Reviewed-by: Jesse Barnes <jbarnes@virtuousgeek.org> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>