[PATCH 16/16] maybe...

Matthew Auld matthew.auld at intel.com
Sun Apr 23 20:03:18 UTC 2017


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

diff --git a/drivers/gpu/drm/i915/i915_gem_gtt.c b/drivers/gpu/drm/i915/i915_gem_gtt.c
index 625c0aef10f8..0c852f6e53c3 100644
--- a/drivers/gpu/drm/i915/i915_gem_gtt.c
+++ b/drivers/gpu/drm/i915/i915_gem_gtt.c
@@ -979,7 +979,7 @@ gen8_ppgtt_insert_64K_pte_entries(struct i915_hw_ppgtt *ppgtt,
 			iter->max = iter->dma + iter->sg->length;
 		}
 
-		idx->pte += 16;
+		idx->pte++;
 
 		if (idx->pte == GEN8_PTES) {
 			idx->pte = 0;
-- 
2.9.3



More information about the Intel-gfx-trybot mailing list