[PATCH 4/5] ro

Chris Wilson chris at chris-wilson.co.uk
Sun May 10 07:50:11 UTC 2020


---
 drivers/gpu/drm/i915/gt/gen8_ppgtt.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/drivers/gpu/drm/i915/gt/gen8_ppgtt.c b/drivers/gpu/drm/i915/gt/gen8_ppgtt.c
index 338fec67f930..94e746af8926 100644
--- a/drivers/gpu/drm/i915/gt/gen8_ppgtt.c
+++ b/drivers/gpu/drm/i915/gt/gen8_ppgtt.c
@@ -702,8 +702,6 @@ struct i915_ppgtt *gen8_ppgtt_create(struct intel_gt *gt)
 	 * Gen12 has inherited the same read-only fault issue from gen11.
 	 */
 	ppgtt->vm.has_read_only = !IS_GEN_RANGE(gt->i915, 11, 12);
-	if (IS_CHERRYVIEW(gt->i915))
-		ppgtt->vm.has_read_only = false;
 
 	/*
 	 * There are only few exceptions for gen >=6. chv and bxt.
-- 
2.20.1



More information about the Intel-gfx-trybot mailing list