All of lore.kernel.org
 help / color / mirror / Atom feed
* [Intel-gfx] [PATCH 1/4] drm/i915/selftests: Disable capturing forced error states
@ 2020-02-09 23:08 Chris Wilson
  2020-02-09 23:08 ` [Intel-gfx] [PATCH 2/4] drm/i915/selftests: Drop live_preempt_hang Chris Wilson
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Chris Wilson @ 2020-02-09 23:08 UTC (permalink / raw)
  To: intel-gfx

When we are forcing the error for a selftest, we don't need to capture
the GPU state (typically).

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
---
 drivers/gpu/drm/i915/gem/selftests/mock_context.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/gpu/drm/i915/gem/selftests/mock_context.c b/drivers/gpu/drm/i915/gem/selftests/mock_context.c
index 81764289cf0d..b12ea1daa29d 100644
--- a/drivers/gpu/drm/i915/gem/selftests/mock_context.c
+++ b/drivers/gpu/drm/i915/gem/selftests/mock_context.c
@@ -107,6 +107,7 @@ kernel_context(struct drm_i915_private *i915)
 
 	i915_gem_context_clear_bannable(ctx);
 	i915_gem_context_set_persistence(ctx);
+	i915_gem_context_set_no_error_capture(ctx);
 
 	return ctx;
 }
-- 
2.25.0

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

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

end of thread, other threads:[~2020-02-10 15:45 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-09 23:08 [Intel-gfx] [PATCH 1/4] drm/i915/selftests: Disable capturing forced error states Chris Wilson
2020-02-09 23:08 ` [Intel-gfx] [PATCH 2/4] drm/i915/selftests: Drop live_preempt_hang Chris Wilson
2020-02-10 11:39   ` Mika Kuoppala
2020-02-09 23:08 ` [Intel-gfx] [PATCH 3/4] drm/i915/selftests: Exercise timeslice rewinding Chris Wilson
2020-02-09 23:08 ` [Intel-gfx] [PATCH 4/4] drm/i915/selftests: Relax timeout for error-interrupt reset processing Chris Wilson
2020-02-10 11:27 ` [Intel-gfx] [PATCH 1/4] drm/i915/selftests: Disable capturing forced error states Mika Kuoppala
2020-02-10 15:05 ` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/4] " Patchwork
2020-02-10 15:45 ` [Intel-gfx] ✓ Fi.CI.BAT: success " Patchwork

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.