summaryrefslogtreecommitdiff
path: root/tests/opengl.py
diff options
context:
space:
mode:
authorSergii Romantsov <sergii.romantsov@gmail.com>2018-10-19 12:07:08 +0300
committerMark Janes <mark.a.janes@intel.com>2018-10-24 10:14:48 -0700
commitfe18f85f3b8262d3eb0a19302a16fc4e028356b0 (patch)
treed7c4f6607ca2df26d442ce7c0472f02918d938d9 /tests/opengl.py
parent819c122cf7e4b30aeaeba4dc481103247ce30811 (diff)
opengl/intel/ppgtt: memory alignment test.ppgtt
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 <kenneth@whitecape.org> CC: Lionel G Landwerlin <lionel.g.landwerlin@intel.com> CC: Chris Wilson <chris@chris-wilson.co.uk> 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 <sergii.romantsov@globallogic.com>
Diffstat (limited to 'tests/opengl.py')
-rw-r--r--tests/opengl.py1
1 files changed, 1 insertions, 0 deletions
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'])