All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm/i915/tgl: Disable preemption while being debugged
@ 2019-09-12 13:18 Chris Wilson
  2019-09-12 13:23 ` [PATCH v2] " Chris Wilson
  2019-09-12 18:21 ` ✗ Fi.CI.BAT: failure for drm/i915/tgl: Disable preemption while being debugged (rev2) Patchwork
  0 siblings, 2 replies; 6+ messages in thread
From: Chris Wilson @ 2019-09-12 13:18 UTC (permalink / raw)
  To: intel-gfx

We see failures where the context continues executing past a
preemption event, eventually leading to situations where a request has
executed before we have event submitted it to HW! It seems like tgl is
ignoring our RING_TAIL updates, but more likely is that there is a
missing update required for our semaphore waits around preemption.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Cc: Mika Kuoppala <mika.kuoppala@linux.intel.com>
---
 drivers/gpu/drm/i915/i915_pci.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/gpu/drm/i915/i915_pci.c b/drivers/gpu/drm/i915/i915_pci.c
index b3cc8560696b..2ca34a5cf7d3 100644
--- a/drivers/gpu/drm/i915/i915_pci.c
+++ b/drivers/gpu/drm/i915/i915_pci.c
@@ -798,6 +798,7 @@ static const struct intel_device_info intel_tigerlake_12_info = {
 	.engine_mask =
 		BIT(RCS0) | BIT(BCS0) | BIT(VECS0) | BIT(VCS0) | BIT(VCS2),
 	.has_rc6 = false, /* XXX disabled for debugging */
+	.has_logical_ring_preemption = false, /* XXX disabled for debugging */
 };
 
 #undef GEN
-- 
2.23.0

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

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

end of thread, other threads:[~2019-09-12 19:43 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-09-12 13:18 [PATCH] drm/i915/tgl: Disable preemption while being debugged Chris Wilson
2019-09-12 13:23 ` [PATCH v2] " Chris Wilson
2019-09-12 13:59   ` Mika Kuoppala
2019-09-12 18:45   ` Daniele Ceraolo Spurio
2019-09-12 19:43     ` Chris Wilson
2019-09-12 18:21 ` ✗ Fi.CI.BAT: failure for drm/i915/tgl: Disable preemption while being debugged (rev2) 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.