Home
last modified time | relevance | path

Searched refs:sdma_write_length (Results 1 – 1 of 1) sorted by relevance

/third_party/libdrm/tests/amdgpu/
Dbasic_tests.c825 const int sdma_write_length = 1024; in amdgpu_bo_eviction_test() local
886 sdma_write_length, 4096, in amdgpu_bo_eviction_test()
894 memset((void*)bo1_cpu, 0xaa, sdma_write_length); in amdgpu_bo_eviction_test()
898 sdma_write_length, 4096, in amdgpu_bo_eviction_test()
906 memset((void*)bo2_cpu, 0, sdma_write_length); in amdgpu_bo_eviction_test()
917 sdma_write_length); in amdgpu_bo_eviction_test()
925 pm4[i++] = sdma_write_length - 1; in amdgpu_bo_eviction_test()
927 pm4[i++] = sdma_write_length; in amdgpu_bo_eviction_test()
943 while(i < sdma_write_length) { in amdgpu_bo_eviction_test()
947 sdma_write_length); in amdgpu_bo_eviction_test()
[all …]