public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
* [PATCH 0/3] drm/i915: FIFO underrun reporting changes
@ 2014-01-17  9:44 ville.syrjala
  2014-01-17  9:44 ` [PATCH 1/3] drm/i915: Limit FIFO underrun reports on GMCH platforms ville.syrjala
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: ville.syrjala @ 2014-01-17  9:44 UTC (permalink / raw)
  To: intel-gfx

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

I've mentioned before that I had a patch to re-enable FIFO underrun
reporting after a certain time. Well, here it is.

Based on the recent quick discussion I also took the opportunity to
convert GMCH platforms to use the same underrung reporting logic as
we use for PCH platforms.

And then, there's a patch to make underrun reports DRM_ERRORs. Not
sure how many bug reports we'd be getting, but we should do that
eventually anyway. We do have some cases (eg. too much sprite
scaling vs. cdclk frequency) that can cause underruns currently,
and the watermark code still has some issues, but under typical
use w/o sprites, I wouldn't expect underruns.

Ville Syrjälä (3):
  drm/i915: Limit FIFO underrun reports on GMCH platforms
  drm/i915: Make underruns DRM_ERROR
  drm/i915: Re-enable underrun reporting after 2 secs

 drivers/gpu/drm/i915/i915_drv.h      |  1 +
 drivers/gpu/drm/i915/i915_irq.c      | 98 ++++++++++++++++++++++++++----------
 drivers/gpu/drm/i915/intel_display.c |  3 ++
 3 files changed, 75 insertions(+), 27 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] 9+ messages in thread

end of thread, other threads:[~2014-01-25 19:14 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-17  9:44 [PATCH 0/3] drm/i915: FIFO underrun reporting changes ville.syrjala
2014-01-17  9:44 ` [PATCH 1/3] drm/i915: Limit FIFO underrun reports on GMCH platforms ville.syrjala
2014-01-24 18:37   ` Paulo Zanoni
2014-01-17  9:44 ` [PATCH 2/3] drm/i915: Make underruns DRM_ERROR ville.syrjala
2014-01-24 18:42   ` Paulo Zanoni
2014-01-25 19:14     ` Daniel Vetter
2014-01-17  9:44 ` [PATCH 3/3] drm/i915: Re-enable underrun reporting after 2 secs ville.syrjala
2014-01-17 17:00   ` Daniel Vetter
2014-01-17 17:12     ` Ville Syrjälä

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox