]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: check modeset state after a pipe_set_base if using fastboot
authorJesse Barnes <jbarnes@virtuousgeek.org>
Tue, 7 Jan 2014 21:50:49 +0000 (13:50 -0800)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 8 Jan 2014 07:37:37 +0000 (08:37 +0100)
commitd73bb4061ff723d78726c2a7858248eedd733e90
tree2caaeedae7400e57dd2734b8435033e3ccb22d43
parent82e6b6f74875f151e05b9922f7b59a6f0124b79b
drm/i915: check modeset state after a pipe_set_base if using fastboot

Otherwise we won't check the state until the next DPMS transition, which
may never happen.

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