All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] drm/i915: Ring buffer stuff
@ 2012-11-26 12:48 ville.syrjala
  2012-11-26 12:48 ` [PATCH 1/2] drm/i915: Don't allow ring tail to reach the same cacheline as head ville.syrjala
  2012-11-26 12:48 ` [PATCH 2/2] drm/i915: Warn if ring tail is not qword aligned ville.syrjala
  0 siblings, 2 replies; 12+ messages in thread
From: ville.syrjala @ 2012-11-26 12:48 UTC (permalink / raw)
  To: intel-gfx

After getting slightly confused by the values of the ring registers
in the error state dumps, I started to actually read the specs and
compare what I learned with the code.

I spotted one possible issue with the head and tail handling. But I
don't know if my patch might fix some obscure bug, or not.
gem_ringfill seems to work equally well with and without the patch.

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

end of thread, other threads:[~2012-11-27  6:03 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-26 12:48 [PATCH 0/2] drm/i915: Ring buffer stuff ville.syrjala
2012-11-26 12:48 ` [PATCH 1/2] drm/i915: Don't allow ring tail to reach the same cacheline as head ville.syrjala
2012-11-26 16:28   ` Chris Wilson
2012-11-26 18:02     ` Ville Syrjälä
2012-11-26 20:24       ` Chris Wilson
2012-11-26 12:48 ` [PATCH 2/2] drm/i915: Warn if ring tail is not qword aligned ville.syrjala
2012-11-26 15:55   ` Daniel Vetter
2012-11-26 16:25   ` Chris Wilson
2012-11-26 17:40     ` Ville Syrjälä
2012-11-26 17:46       ` Chris Wilson
2012-11-26 18:09         ` Ville Syrjälä
2012-11-27  6:04           ` Ben Widawsky

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.