test: Exercise full ppgtt switching between multiple fd

Load up both rings with lots of fighting between multiple contexts.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
Chris Wilson
2014-09-09 14:17:08 +01:00
parent d9d3f4b0d2
commit 961578f471
4 changed files with 211 additions and 0 deletions
+1
View File
@@ -81,6 +81,7 @@ intel_batchbuffer_reset(struct intel_batchbuffer *batch)
memset(batch->buffer, 0, sizeof(batch->buffer));
batch->ptr = batch->buffer;
batch->end = NULL;
}
/**