[PATCH 2/3] single-octave

Chris Wilson chris at chris-wilson.co.uk
Wed Nov 21 23:12:37 UTC 2018


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

diff --git a/drivers/gpu/drm/i915/selftests/i915_gem_context.c b/drivers/gpu/drm/i915/selftests/i915_gem_context.c
index 56d3e52c6580..84d092870110 100644
--- a/drivers/gpu/drm/i915/selftests/i915_gem_context.c
+++ b/drivers/gpu/drm/i915/selftests/i915_gem_context.c
@@ -360,7 +360,7 @@ static int gpu_fill(struct drm_i915_gem_object *obj,
 	 * into the object.
 	 */
 	batch = gpu_fill_dw(vma,
-			    (dw * real_page_count(obj)) << PAGE_SHIFT |
+			    //(dw * real_page_count(obj)) << PAGE_SHIFT |
 			    (dw * sizeof(u32)),
 			    real_page_count(obj),
 			    dw);
-- 
2.19.1



More information about the Intel-gfx-trybot mailing list