commit | 87f1faa630b2045ccb6ab29f18c62279ddd7ef17 | [log] [tgz] |
---|---|---|
author | Daniel Vetter <daniel.vetter@ffwll.ch> | Thu Jul 05 23:36:17 2012 +0200 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Thu Sep 06 08:04:23 2012 +0200 |
tree | 1e33115fc84f927bd749435394577ae64b22c2ea | |
parent | ba1c28c900f1aeb9a353f230a99c68cd4e550dde [diff] |
drm/i915: move output commit and crtc disabling into set_mode It's rather pointless to compute crtc->enabled twice right away ;-) The only thing we really have to be careful about is that we frob the dpms state only after a successful modeset and when we've actually haven't just disabled the crtc. Hooray for convoluted interfaces ... Reviewed-by: Jesse Barnes <jbarnes@virtuousgeek.org> Signed-Off-by: Daniel Vetter <daniel.vetter@ffwll.ch>