From fe18f85f3b8262d3eb0a19302a16fc4e028356b0 Mon Sep 17 00:00:00 2001 From: Sergii Romantsov Date: Fri, 19 Oct 2018 12:07:08 +0300 Subject: opengl/intel/ppgtt: memory alignment test. Intel ppgtt-model requires memory addresses to be aligned by page size. Test explores cases with cached memory-buckets and sizes above cached. CC: Kenneth Graunke CC: Lionel G Landwerlin CC: Chris Wilson Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=106997 Tests: 24839663a402 (intel/ppgtt: memory address alignment) Tests: a363bb2cd0e2 (i965: Allocate VMA in userspace for full-PPGTT systems.) Signed-off-by: Sergii Romantsov --- tests/opengl.py | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/opengl.py') diff --git a/tests/opengl.py b/tests/opengl.py index f7e408cd5..917c5a180 100644 --- a/tests/opengl.py +++ b/tests/opengl.py @@ -669,6 +669,7 @@ with profile.test_list.group_manager( g(['polygon-mode-facing']) g(['polygon-mode-offset']) g(['polygon-offset']) + g(['ppgtt_memory_alignment']) g(['push-pop-texture-state']) g(['quad-invariance']) g(['readpix-z']) -- cgit v1.2.3