]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Correct the bit number for the MI_FLUSH_ENABLE.
authorEric Anholt <eric@anholt.net>
Thu, 19 Jan 2012 18:50:06 +0000 (10:50 -0800)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 25 Jan 2012 23:16:48 +0000 (00:16 +0100)
commita60ae0421d0ddfa9558ba9be6d8a2003d078b675
tree65195ddd18f34fb12b767912cf25c6779329e9d7
parenta595a2a81c0f911639b04845cc3541bc3c55d592
drm/i915: Correct the bit number for the MI_FLUSH_ENABLE.

Older specs claimed this was bit 11, but newer specs and the actual
simulator code say it was bit 12.  Regardless, we don't use MI_FLUSH,
or try to enable it any more.

Signed-off-by: Eric Anholt <eric@anholt.net>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Ben Widawsky <ben@bwidawsk.net>
[danvet: Anyone trying to use this bit, please read all the relevant
discussions, it's epic.]
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/i915_reg.h