[PATCH 1/7] no-lite-restore

Chris Wilson chris at chris-wilson.co.uk
Wed Apr 25 09:29:43 UTC 2018


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

diff --git a/drivers/gpu/drm/i915/intel_lrc.c b/drivers/gpu/drm/i915/intel_lrc.c
index 029901a8fa38..66db842f4918 100644
--- a/drivers/gpu/drm/i915/intel_lrc.c
+++ b/drivers/gpu/drm/i915/intel_lrc.c
@@ -636,7 +636,7 @@ static void execlists_dequeue(struct intel_engine_cs *engine)
 		 * work). However, we have to double check that the
 		 * priorities of the ports haven't been switch.
 		 */
-		if (port_count(&port[1]))
+		if (port_count(&port[0]))
 			goto unlock;
 
 		/*
-- 
2.17.0



More information about the Intel-gfx-trybot mailing list