[PATCH 7/7] not-started

Chris Wilson chris at chris-wilson.co.uk
Sat Feb 8 11:16:09 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 76392b42c75f..0a8bc4372793 100644
--- a/drivers/gpu/drm/i915/gt/intel_lrc.c
+++ b/drivers/gpu/drm/i915/gt/intel_lrc.c
@@ -1838,7 +1838,7 @@ skip_lite_restore(struct intel_engine_cs *const engine,
 		 * its request, we can just tell it to extend the RING_TAIL
 		 * onto the next without having to submit a new ELSP.
 		 */
-		if (!i915_request_completed(first)) {
+		if (!i915_request_started(first)) {
 			struct i915_request **port;
 
 			ENGINE_TRACE(engine,
-- 
2.25.0



More information about the Intel-gfx-trybot mailing list