mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-11 01:46:14 +00:00
tests/prime_nv_tests: fix copied buffer size
Doesn't affect the test since we only check the first few bytes. But I want to switch the copy code to always copy entire pages around, so use the right buffer size. Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
parent
ec5f9e8788
commit
32d41cc7a7
@ -336,7 +336,7 @@ static void test_i915_blt_fill_nv_read(void)
|
||||
igt_assert(nouveau_bo_prime_handle_ref(ndev, prime_fd, &nvbo) == 0);
|
||||
close(prime_fd);
|
||||
|
||||
intel_copy_bo(intel_batch, test_intel_bo, src_bo, 256, 1);
|
||||
intel_copy_bo(intel_batch, test_intel_bo, src_bo, 256, 1024/4);
|
||||
|
||||
igt_assert(nouveau_bo_map(nvbo, NOUVEAU_BO_RDWR, nclient) == 0);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user