]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
drm/i915: implement new set_mode code flow
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Sun, 8 Jul 2012 20:08:04 +0000 (22:08 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Thu, 6 Sep 2012 06:21:26 +0000 (08:21 +0200)
commit25c5b2665fe4cc5a93edd29b62e7c05c15dddd26
treeeaea57c899fa1dbf88ce1465c2f1e8f8282ac2ff
parente2e1ed41ed6e3012464e8a8e7cf7bbcb6d3f7412
drm/i915: implement new set_mode code flow

... using the pipe masks from the previous patch.

Well, not quite:
- We still need to call the disable_unused_functions helper, until
  we've moved the call to commit_output_state further down and
  adjusted intel_crtc_disable a bit. The next patch will do that.
- Because we don't support (yet) mode changes on more than one crtc at
  a time, some of the modeset_pipes checks are a bit hackish - but
  that only needs fixing once we incorporate global modeset support.

Reviewed-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Signed-Off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_display.c