[PATCH 7/7] bsw

Chris Wilson chris at chris-wilson.co.uk
Thu Nov 29 08:15:10 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 cc25507dcee5..634740694658 100644
--- a/drivers/gpu/drm/i915/intel_lrc.c
+++ b/drivers/gpu/drm/i915/intel_lrc.c
@@ -1224,7 +1224,7 @@ static int emit_pdps(struct i915_request *rq)
 	int err, i;
 	u32 *cs;
 
-	if (!(ppgtt->pd_dirty_rings & intel_engine_flag(engine)))
+	if (0 && !(ppgtt->pd_dirty_rings & intel_engine_flag(engine)))
 		return 0;
 
 	cs = intel_ring_begin(rq, 4 * (GEN8_3LVL_PDPES + num_rings) + 8);
-- 
2.20.0.rc1



More information about the Intel-gfx-trybot mailing list