commit | c40c0f5bd5b0f09e4386d2cf26c96c89c45ee539 | [log] [tgz] |
---|---|---|
author | Paulo Zanoni <paulo.r.zanoni@intel.com> | Fri Apr 12 18:16:53 2013 -0300 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Thu Apr 18 09:43:27 2013 +0200 |
tree | 66372204a185df29c1b9d50e0a01f2c0cb00fb5c | |
parent | 6af79ae2ae81efb2abd42d908041aa6ac0db9d43 [diff] |
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>