drm/i915: Bail out of pipe config compute loop on LPT
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 3 May 2016 08:33:01 +0000 (10:33 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 4 May 2016 15:15:43 +0000 (17:15 +0200)
commitf58a1acc7e4a1f37d26124ce4c875c647fbcc61f
treee2e7f28656a8a1c2e49eeca182821d6855e3c207
parente96b7e575b1e488470b889dd599c63ae5222c3f4
drm/i915: Bail out of pipe config compute loop on LPT

LPT is pch, so might run into the fdi bandwidth constraint (especially
since it has only 2 lanes). But right now we just force pipe_bpp back
to 24, resulting in a nice loop (which we bail out with a loud
WARN_ON). Fix this.

Cc: Chris Wilson <chris@chris-wilson.co.uk>
Cc: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
References: https://bugs.freedesktop.org/show_bug.cgi?id=93477
Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
Tested-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
Cc: stable@vger.kernel.org
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: http://patchwork.freedesktop.org/patch/msgid/1462264381-7573-1-git-send-email-daniel.vetter@ffwll.ch
drivers/gpu/drm/i915/intel_crt.c