All of lore.kernel.org
 help / color / mirror / Atom feed
From: Chris Wilson <chris@chris-wilson.co.uk>
To: intel-gfx@lists.freedesktop.org
Subject: [CI] drm/i915/tgl: Drop preemption to see if that helps
Date: Thu, 28 Nov 2019 09:21:20 +0000	[thread overview]
Message-ID: <20191128092120.3783242-1-chris@chris-wilson.co.uk> (raw)

---
 drivers/gpu/drm/i915/gt/intel_lrc.c | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/i915/gt/intel_lrc.c b/drivers/gpu/drm/i915/gt/intel_lrc.c
index 4cd0d46b5da6..37c8ee9801d0 100644
--- a/drivers/gpu/drm/i915/gt/intel_lrc.c
+++ b/drivers/gpu/drm/i915/gt/intel_lrc.c
@@ -3773,8 +3773,11 @@ void intel_execlists_set_default_submission(struct intel_engine_cs *engine)
 			engine->flags |= I915_ENGINE_HAS_PREEMPTION;
 	}
 
-	if (INTEL_GEN(engine->i915) >= 12)
+	if (INTEL_GEN(engine->i915) >= 12) {
 		engine->flags |= I915_ENGINE_HAS_RELATIVE_MMIO;
+		engine->flags &= ~I915_ENGINE_HAS_PREEMPTION;
+		engine->flags &= ~I915_ENGINE_HAS_SEMAPHORES;
+	}
 }
 
 static void execlists_destroy(struct intel_engine_cs *engine)
-- 
2.24.0

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

WARNING: multiple messages have this Message-ID (diff)
From: Chris Wilson <chris@chris-wilson.co.uk>
To: intel-gfx@lists.freedesktop.org
Subject: [Intel-gfx] [CI] drm/i915/tgl: Drop preemption to see if that helps
Date: Thu, 28 Nov 2019 09:21:20 +0000	[thread overview]
Message-ID: <20191128092120.3783242-1-chris@chris-wilson.co.uk> (raw)
Message-ID: <20191128092120.5voju31wKR6l3gq2qMQNXnib3SHdNKKyFyZik2s7X44@z> (raw)

---
 drivers/gpu/drm/i915/gt/intel_lrc.c | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/i915/gt/intel_lrc.c b/drivers/gpu/drm/i915/gt/intel_lrc.c
index 4cd0d46b5da6..37c8ee9801d0 100644
--- a/drivers/gpu/drm/i915/gt/intel_lrc.c
+++ b/drivers/gpu/drm/i915/gt/intel_lrc.c
@@ -3773,8 +3773,11 @@ void intel_execlists_set_default_submission(struct intel_engine_cs *engine)
 			engine->flags |= I915_ENGINE_HAS_PREEMPTION;
 	}
 
-	if (INTEL_GEN(engine->i915) >= 12)
+	if (INTEL_GEN(engine->i915) >= 12) {
 		engine->flags |= I915_ENGINE_HAS_RELATIVE_MMIO;
+		engine->flags &= ~I915_ENGINE_HAS_PREEMPTION;
+		engine->flags &= ~I915_ENGINE_HAS_SEMAPHORES;
+	}
 }
 
 static void execlists_destroy(struct intel_engine_cs *engine)
-- 
2.24.0

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

             reply	other threads:[~2019-11-28  9:21 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-11-28  9:21 Chris Wilson [this message]
2019-11-28  9:21 ` [Intel-gfx] [CI] drm/i915/tgl: Drop preemption to see if that helps Chris Wilson
2019-11-28 11:41 ` ✗ Fi.CI.CHECKPATCH: warning for " Patchwork
2019-11-28 11:41   ` [Intel-gfx] " Patchwork
2019-11-28 12:06 ` ✓ Fi.CI.BAT: success " Patchwork
2019-11-28 12:06   ` [Intel-gfx] " Patchwork
2019-11-28 12:19   ` Chris Wilson
2019-11-28 12:19     ` [Intel-gfx] " Chris Wilson
2019-11-29 17:00 ` ✗ Fi.CI.IGT: failure " Patchwork
2019-11-29 17:00   ` [Intel-gfx] " Patchwork

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20191128092120.3783242-1-chris@chris-wilson.co.uk \
    --to=chris@chris-wilson.co.uk \
    --cc=intel-gfx@lists.freedesktop.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.