All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] Hangcheck and arb robustness
@ 2013-07-03 14:22 Mika Kuoppala
  2013-07-03 14:22 ` [PATCH 1/7] drm/i915: Fix retrieval of hangcheck stats Mika Kuoppala
                   ` (6 more replies)
  0 siblings, 7 replies; 29+ messages in thread
From: Mika Kuoppala @ 2013-07-03 14:22 UTC (permalink / raw)
  To: intel-gfx

Hi,

Assortment of hangcheck related stuff and
reset stats ioctl on top.

Ben noted that his ppgtt series provides 1/7 but
I included it here cause 7/7 depends on it.

-Mika

Chris Wilson (2):
  drm/i915: Fix retrieval of hangcheck stats
  drm/i915: Replace open-coding of DEFAULT_CONTEXT_ID

Mika Kuoppala (5):
  drm/i915: introduce i915_queue_hangcheck
  drm/i915: no hangcheck when reset is in progress
  drm/i915: queue hangcheck on reset
  drm/i915: add i915_reset_count
  drm/i915: add i915_get_reset_stats_ioctl

 drivers/gpu/drm/i915/i915_dma.c            |    1 +
 drivers/gpu/drm/i915/i915_drv.c            |   34 ++++++++++++++++++++++++++++
 drivers/gpu/drm/i915/i915_drv.h            |   14 +++++++++---
 drivers/gpu/drm/i915/i915_gem.c            |    6 ++---
 drivers/gpu/drm/i915/i915_gem_context.c    |   23 +++++++------------
 drivers/gpu/drm/i915/i915_gem_execbuffer.c |    6 ++---
 drivers/gpu/drm/i915/i915_irq.c            |   28 +++++++++++++++--------
 include/uapi/drm/i915_drm.h                |   17 ++++++++++++++
 8 files changed, 94 insertions(+), 35 deletions(-)

-- 
1.7.9.5

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

end of thread, other threads:[~2013-11-08 21:58 UTC | newest]

Thread overview: 29+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-07-03 14:22 [PATCH 0/7] Hangcheck and arb robustness Mika Kuoppala
2013-07-03 14:22 ` [PATCH 1/7] drm/i915: Fix retrieval of hangcheck stats Mika Kuoppala
2013-07-03 14:22 ` [PATCH 2/7] drm/i915: Replace open-coding of DEFAULT_CONTEXT_ID Mika Kuoppala
2013-07-03 14:22 ` [PATCH 3/7] drm/i915: introduce i915_queue_hangcheck Mika Kuoppala
2013-07-03 14:22 ` [PATCH 4/7] drm/i915: no hangcheck when reset is in progress Mika Kuoppala
2013-07-16  8:45   ` Daniel Vetter
2013-07-03 14:22 ` [PATCH 5/7] drm/i915: queue hangcheck on reset Mika Kuoppala
2013-07-16  8:49   ` Daniel Vetter
2013-07-16  9:16     ` Chris Wilson
2013-07-03 14:22 ` [PATCH 6/7] drm/i915: add i915_reset_count Mika Kuoppala
2013-07-03 14:22 ` [PATCH 7/7] drm/i915: add i915_get_reset_stats_ioctl Mika Kuoppala
2013-07-03 15:14   ` Chris Wilson
2013-07-03 21:23     ` Ben Widawsky
2013-07-03 21:41       ` Chris Wilson
2013-07-03 21:44         ` Ben Widawsky
2013-07-03 21:58           ` Daniel Vetter
2013-07-03 22:00             ` Ben Widawsky
2013-07-04  7:54               ` Ville Syrjälä
2013-07-04 16:39                 ` Ben Widawsky
2013-10-26  1:42   ` Ian Romanick
2013-10-27 12:30     ` Daniel Vetter
2013-10-29 22:29       ` Ian Romanick
2013-10-30  8:21         ` Daniel Vetter
2013-11-08  5:48           ` Dave Airlie
2013-11-08  6:32             ` Daniel Vetter
2013-11-08 17:21               ` Ian Romanick
2013-11-08 19:00                 ` Dave Airlie
2013-11-08 21:20                   ` Ian Romanick
2013-11-08 19:22               ` Jesse Barnes

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.