]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drm/i915: Ensure that the crtcinfo is populated during mode_fixup()
authorChris Wilson <chris@chris-wilson.co.uk>
Sun, 12 Sep 2010 17:25:19 +0000 (18:25 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 27 Sep 2010 00:18:42 +0000 (17:18 -0700)
commitae043da9f41d0e020eec1c8888337e7e7012eae2
tree9f9dfd1e77c885632a4b99698c32fc88272b1d14
parent21a32e679ffa7491e89bfbefa0d36413ca9cb64c
drm/i915: Ensure that the crtcinfo is populated during mode_fixup()

commit 897493504addc5609f04a2c4f73c37ab972c29b2 upstream.

This should fix the mysterious mode setting failures reported during
boot up and after resume, generally for i8xx class machines.

Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=16478
Reported-and-tested-by: Xavier Chantry <chantry.xavier@gmail.com>
Buzilla: https://bugs.freedesktop.org/show_bug.cgi?id=29413
Tested-by: Daniel Vetter <daniel@ffwll.ch>
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/gpu/drm/i915/intel_display.c