drm/i915: Don't set the 8to6 dither flag when not scaling
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Mon, 27 Jan 2014 09:00:30 +0000 (10:00 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Sun, 13 Apr 2014 09:59:32 +0000 (11:59 +0200)
commit773875bfb6737982903c42d1ee88cf60af80089c
tree13191d710b58a959074edb76d6c3671149ab0b02
parent23d0b13036d14257ae4d226209cd7845f25af8e0
drm/i915: Don't set the 8to6 dither flag when not scaling

Apparently we really only need this when the pfit is enabled, at least
I couldn't dicern any difference here. Furthermore the hacks we have
to reconstruct this bit is a bit glaring, and probably only works
because we can't move the lvds port to any other pipe than pipe B on
gen2/3.

So let's just rip this out.

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=77137 (the LVDS
WARNING log, not the main "VGA can't be turned on" issue).
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_lvds.c
drivers/gpu/drm/i915/intel_panel.c