public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
* [PATCH 0/4] ppgtt: ring initialization fixes
@ 2015-03-17 16:18 Mika Kuoppala
  2015-03-17 16:18 ` [PATCH 1/4] drm/i915: Detect page faults during hangcheck Mika Kuoppala
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Mika Kuoppala @ 2015-03-17 16:18 UTC (permalink / raw)
  To: intel-gfx; +Cc: miku

With this series I can get reliable ring initialization
on my gen7 and ppgtt=2. No page faults nor rings running
wild across address space. Prerequisite for testing
dynamic page table series on gen7.

Chris Wilson (2):
  drm/i915: Detect page faults during hangcheck
  drm/i915: Reorder hw init to avoid executing with invalid context/mm
    state

Mika Kuoppala (2):
  drm/i915: Introduce ring->start_ring()
  drm/i915: Stop rings before cleaning up on reset

 drivers/gpu/drm/i915/i915_drv.h         |  1 +
 drivers/gpu/drm/i915/i915_gem.c         | 66 ++++++++++++++++++++++++---------
 drivers/gpu/drm/i915/i915_irq.c         |  5 +++
 drivers/gpu/drm/i915/intel_lrc.c        | 20 ++++++++++
 drivers/gpu/drm/i915/intel_lrc.h        |  1 +
 drivers/gpu/drm/i915/intel_ringbuffer.c | 51 ++++++++++++++++++-------
 drivers/gpu/drm/i915/intel_ringbuffer.h |  3 ++
 drivers/gpu/drm/i915/intel_uncore.c     |  2 +
 8 files changed, 118 insertions(+), 31 deletions(-)

-- 
1.9.1

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

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

end of thread, other threads:[~2015-03-19  8:48 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-17 16:18 [PATCH 0/4] ppgtt: ring initialization fixes Mika Kuoppala
2015-03-17 16:18 ` [PATCH 1/4] drm/i915: Detect page faults during hangcheck Mika Kuoppala
2015-03-17 16:18 ` [PATCH 2/4] drm/i915: Introduce ring->start_ring() Mika Kuoppala
2015-03-17 16:52   ` Chris Wilson
2015-03-17 16:18 ` [PATCH 3/4] drm/i915: Reorder hw init to avoid executing with invalid context/mm state Mika Kuoppala
2015-03-17 16:18 ` [PATCH 4/4] drm/i915: Stop rings before cleaning up on reset Mika Kuoppala
2015-03-19  8:48   ` shuang.he

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