mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-10 09:26:10 +00:00
tests/gem_vmap_blits: Fix typo
Why, oh why, do these only become obvious after pushing upstream? Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
parent
4c0176e497
commit
25b25b907d
@ -386,7 +386,7 @@ int main(int argc, char **argv)
|
||||
|
||||
if (random() & 1) {
|
||||
copy(fd, gpu[dst], cpu[src]);
|
||||
gpu_val[dst] = gpu_val[src];
|
||||
gpu_val[dst] = cpu_val[src];
|
||||
} else {
|
||||
copy(fd, cpu[dst], gpu[src]);
|
||||
cpu_val[dst] = gpu_val[src];
|
||||
|
Loading…
x
Reference in New Issue
Block a user