From: Daniel Vetter Date: Mon, 27 Jan 2014 09:00:30 +0000 (+0100) Subject: drm/i915: Don't set the 8to6 dither flag when not scaling X-Git-Tag: omap-for-v3.16/fixes-against-rc1~44^2~63^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=773875bfb6737982903c42d1ee88cf60af80089c;p=pandora-kernel.git 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 --- Reading git-diff-tree failed