All of lore.kernel.org
 help / color / mirror / Atom feed
* Is MI_FLUSH_ENABLE bit 12?
@ 2011-11-29  2:48 Keith Packard
  2011-11-30  0:47 ` Eric Anholt
  0 siblings, 1 reply; 9+ messages in thread
From: Keith Packard @ 2011-11-29  2:48 UTC (permalink / raw)
  To: drivers, Intel


[-- Attachment #1.1: Type: text/plain, Size: 432 bytes --]


Just reading through vol1c.4 of the bspec  this evening and found something odd.

Bit 11 of MI_MODE is "Invalidate UHPTR enable".
Bit 12 of MI_MODE is "MI_FLUSH Enable"

And, yet, in i915_reg.h:

#define MI_MODE		0x0209c
# define VS_TIMER_DISPATCH				(1 << 6)
# define MI_FLUSH_ENABLE				(1 << 11)

Are we off-by-one on MI_FLUSH_ENABLE? Seems like this would cause
serious problems...

-- 
keith.packard@intel.com

[-- Attachment #1.2: Type: application/pgp-signature, Size: 827 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2011-12-06 21:04 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-29  2:48 Is MI_FLUSH_ENABLE bit 12? Keith Packard
2011-11-30  0:47 ` Eric Anholt
2011-11-30  3:42   ` Ben Widawsky
2011-11-30  8:08     ` Keith Packard
2011-11-30 21:54     ` Eric Anholt
2011-12-05 22:57       ` Jesse Barnes
2011-12-06 19:56         ` Eric Anholt
2011-12-06 20:21           ` Jesse Barnes
2011-12-06 21:04             ` Daniel Vetter

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.