mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-10 17:36:11 +00:00
igt/gem_streaming_writes: Remember to markup the write target!
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
parent
65fec5e583
commit
3d1f9a2236
@ -78,6 +78,7 @@ static void test_streaming(int fd, int mode, int sync)
|
||||
|
||||
memset(exec, 0, sizeof(exec));
|
||||
exec[0].handle = gem_create(fd, OBJECT_SIZE);
|
||||
exec[0].flags = EXEC_OBJECT_WRITE;
|
||||
#define dst exec[0].handle
|
||||
#define dst_offset exec[0].offset
|
||||
exec[1].handle = gem_create(fd, OBJECT_SIZE);
|
||||
|
Loading…
x
Reference in New Issue
Block a user