]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: remove crtc disabling special case
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Thu, 5 Jul 2012 21:27:42 +0000 (23:27 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Thu, 6 Sep 2012 06:03:39 +0000 (08:03 +0200)
commit8fce843f24e4604ece46cd5fcffb425573066f2b
tree3fdef1d0715ea69457a93b006f6cb58c73c7a812
parentbaa5e6d458c70bbf36ccd247989625143168c7d5
drm/i915: remove crtc disabling special case

Originally this has been introduced in

commit 7635157813a769929f78695807a42bfc63695128
Author: Chris Wilson <chris@chris-wilson.co.uk>
Date:   Mon Nov 28 21:10:05 2011 +0000

    drm: Fix lack of CRTC disable for drm_crtc_helper_set_config(.fb=NULL)

With the improvements of the output state staging and no longer
overwriting crtc->fb before the hw state is updated we can now handle
crtc disabling as part of the normal modeset sequence.

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