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

/xsrc/external/mit/libdrm/dist/tests/amdgpu/
H A Dbasic_tests.c1047 const int sdma_write_length = 1024; local in function:amdgpu_bo_eviction_test
1108 sdma_write_length, 4096,
1116 memset((void*)bo1_cpu, 0xaa, sdma_write_length);
1120 sdma_write_length, 4096,
1128 memset((void*)bo2_cpu, 0, sdma_write_length);
1139 sdma_write_length);
1147 pm4[i++] = sdma_write_length - 1;
1149 pm4[i++] = sdma_write_length;
1165 while(i < sdma_write_length) {
1169 sdma_write_length);
1567 const int sdma_write_length = 128; local in function:amdgpu_command_submission_write_linear_helper_with_secure
1776 const int sdma_write_length = 1024 * 1024; local in function:amdgpu_command_submission_const_fill_helper
1909 const int sdma_write_length = 1024; local in function:amdgpu_command_submission_copy_linear_helper
2186 int sdma_write_length = 4; local in function:amdgpu_userptr_test
[all...]
H A Ddeadlock_tests.c546 const int sdma_write_length = 1024; local in function:amdgpu_hang_sdma_helper
583 sdma_write_length, 4096,
591 memset((void*)bo1_cpu, 0xaa, sdma_write_length);
595 sdma_write_length, 4096,
603 memset((void*)bo2_cpu, 0, sdma_write_length);
616 ptr[i++] = sdma_write_length - 1;
625 ptr[i++] = sdma_write_length - 1;
632 ptr[i++] = sdma_write_length - 1;
677 sdma_write_length);
681 sdma_write_length);
[all...]

Completed in 5 milliseconds