[PATCH] no-elsp1

Chris Wilson chris at chris-wilson.co.uk
Sun Mar 1 22:10:01 UTC 2020


---
 drivers/gpu/drm/i915/gt/intel_lrc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/i915/gt/intel_lrc.c b/drivers/gpu/drm/i915/gt/intel_lrc.c
index 15d56cd3937e..7a4c6ce0494b 100644
--- a/drivers/gpu/drm/i915/gt/intel_lrc.c
+++ b/drivers/gpu/drm/i915/gt/intel_lrc.c
@@ -1819,7 +1819,7 @@ static void execlists_dequeue(struct intel_engine_cs *engine)
 {
 	struct intel_engine_execlists * const execlists = &engine->execlists;
 	struct i915_request **port = execlists->pending;
-	struct i915_request ** const last_port = port + execlists->port_mask;
+	struct i915_request ** const last_port = port;
 	struct i915_request *last;
 	struct rb_node *rb;
 	bool submit = false;
-- 
2.25.1



More information about the Intel-gfx-trybot mailing list