All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/5] drm/i915: mmio vs. CS flip race fix
@ 2014-04-15 18:41 ville.syrjala
  2014-04-15 18:41 ` [PATCH v2 1/5] drm/i915: Fix mmio vs. CS flip race on ILK+ ville.syrjala
                   ` (5 more replies)
  0 siblings, 6 replies; 19+ messages in thread
From: ville.syrjala @ 2014-04-15 18:41 UTC (permalink / raw)
  To: intel-gfx

From: Ville Syrjälä <ville.syrjala@linux.intel.com>

This is the second version of the mmio vs. CS flip race fix.

Since v1 I fixed one if Chris's complaints. I still left the
flip_count_after_eq() untouched so that it's reasonably consistent
with the vbl_count_after_eq() I have in my watermark series.

The IPS vs. vblank wait removal patches got reordered.

And I realized we have another race with the primary enable/disable
logic in the sprite code, so I added a fix for that as well.

And finally I tried to kill off some code duplication in the .queue_flip()
functions.

I also wrote a few testcases that exercise these bugs.

Ville Syrjälä (5):
  drm/i915: Fix mmio vs. CS flip race on ILK+
  drm/i915: Wait for vblank in hsw_enable_ips()
  drm/i915: Drop the excessive vblank waits from modeset codepaths
  drm/i915: Wait for pending page flips before enabling/disabling the
    primary plane
  drm/i915: Move buffer pinning and ring selection to
    intel_crtc_page_flip()

 drivers/gpu/drm/i915/i915_drv.h      |   1 +
 drivers/gpu/drm/i915/i915_reg.h      |   1 +
 drivers/gpu/drm/i915/intel_display.c | 184 +++++++++++++++++------------------
 drivers/gpu/drm/i915/intel_drv.h     |   3 +
 drivers/gpu/drm/i915/intel_sprite.c  |   9 +-
 5 files changed, 102 insertions(+), 96 deletions(-)

-- 
1.8.3.2

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

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

end of thread, other threads:[~2014-05-22  8:43 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-04-15 18:41 [PATCH v2 0/5] drm/i915: mmio vs. CS flip race fix ville.syrjala
2014-04-15 18:41 ` [PATCH v2 1/5] drm/i915: Fix mmio vs. CS flip race on ILK+ ville.syrjala
2014-05-21  0:39   ` Rodrigo Vivi
2014-05-22  8:43     ` sourab gupta
2014-05-21  7:55   ` Daniel Vetter
2014-04-15 18:41 ` [PATCH 2/5] drm/i915: Wait for vblank in hsw_enable_ips() ville.syrjala
2014-05-21  0:41   ` Rodrigo Vivi
2014-04-15 18:41 ` [PATCH 3/5] drm/i915: Drop the excessive vblank waits from modeset codepaths ville.syrjala
2014-04-25 10:30   ` [PATCH v2 " ville.syrjala
2014-05-21  0:42     ` Rodrigo Vivi
2014-04-15 18:41 ` [PATCH 4/5] drm/i915: Wait for pending page flips before enabling/disabling the primary plane ville.syrjala
2014-05-21  0:44   ` Rodrigo Vivi
2014-05-21 11:04   ` [PATCH v2 " ville.syrjala
2014-05-21 22:29     ` Rodrigo Vivi
2014-04-15 18:41 ` [PATCH 5/5] drm/i915: Move buffer pinning and ring selection to intel_crtc_page_flip() ville.syrjala
2014-04-17  9:21   ` Chris Wilson
2014-04-15 18:41 ` [PATCH igt] tests/kms_mmio_vs_cs_flip: Add a test case to exercise mmio vs. CS flip races ville.syrjala
2014-05-21 12:17   ` [PATCH igt v2] " ville.syrjala
2014-05-21 22:29     ` Rodrigo Vivi

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.