From: Eric Anholt Date: Thu, 19 Jan 2012 18:50:05 +0000 (-0800) Subject: drm/i915: Remove the MI_FLUSH_ENABLE setting. X-Git-Tag: v3.2.38~41 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cba89978ad340768a908c03d0bb39c8003f33e84;p=pandora-kernel.git drm/i915: Remove the MI_FLUSH_ENABLE setting. commit 8d79c3490aecfe6e51f0ba6f9780746fb1434954 upstream. We have always been using the wrong bit -- it's bit 12. However, the bit also doesn't do anything -- hardware has always accepted the MI_FLUSH command even when it was specced not to. Given that there is only one MI_FLUSH emitted in all of the driver stack on gen6+ (in i965_video.c of the 2d driver, and it should be using other code to do its flush instead), just remove the MI_FLUSH enable instead of trying to fix it. Signed-off-by: Eric Anholt Reviewed-by: Kenneth Graunke Reviewed-by: Ben Widawsky Signed-off-by: Daniel Vetter Signed-off-by: Ben Hutchings --- Reading git-diff-tree failed