]> git.openfabrics.org - ~shefty/rdma-dev.git/commit
drm/i915: pipe and planes should be disabled on haswell_crtc_mode_set
authorPaulo Zanoni <paulo.r.zanoni@intel.com>
Fri, 5 Oct 2012 15:06:01 +0000 (12:06 -0300)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 10 Oct 2012 22:43:20 +0000 (00:43 +0200)
commit1ce4292073695fd0fec74d1169bc94dadc339731
tree3ee08e85b2f9d2034989b0d7dc18f2c068c8236d
parent2886e93f5d28c559b3de9c4f75547af31e14504e
drm/i915: pipe and planes should be disabled on haswell_crtc_mode_set

So WARN in case they're not. It also does not make any sense to
wait_for_vblank at this point.

Signed-off-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
Reviewed-by: Damien Lespiau <damien.lespiau@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_display.c