]> www.infradead.org Git - users/dwmw2/linux.git/commit
drm/i915: don't intel_crt_init on any ULT machines
authorPaulo Zanoni <paulo.r.zanoni@intel.com>
Fri, 12 Apr 2013 21:16:53 +0000 (18:16 -0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 11 May 2013 14:18:29 +0000 (07:18 -0700)
commit3d853eee7ad906d15f54bd0c4547346b7077bc7b
treec136431dea6ce5be840ec0b5e7376bda954d9369
parent396396ac6d52b726665e5cfd8141af1604db2b46
drm/i915: don't intel_crt_init on any ULT machines

commit c40c0f5bd5b0f09e4386d2cf26c96c89c45ee539 upstream.

We may have DDI_BUF_CTL(PORT_A) configured with 2 lanes and still not
have CRT, so just check for !IS_ULT. This problem happened on a real
machine and resulted in a very ugly dmesg.

Signed-off-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/gpu/drm/i915/intel_display.c