]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - drivers/gpu/drm/i915/intel_display.c
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)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Thu, 18 Apr 2013 07:43:27 +0000 (09:43 +0200)
commitc40c0f5bd5b0f09e4386d2cf26c96c89c45ee539
tree66372204a185df29c1b9d50e0a01f2c0cb00fb5c
parent6af79ae2ae81efb2abd42d908041aa6ac0db9d43
drm/i915: don't intel_crt_init on any ULT machines

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.

Cc: stable@vger.kernel.org
Signed-off-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_display.c