Searched refs:bo1_mc (Results 1 – 2 of 2) sorted by relevance
/external/libdrm/tests/amdgpu/ |
D | basic_tests.c | 899 uint64_t bo1_mc, bo2_mc; in amdgpu_bo_eviction_test() local 955 (void**)&bo1_cpu, &bo1_mc, in amdgpu_bo_eviction_test() 985 pm4[i++] = 0xffffffff & bo1_mc; in amdgpu_bo_eviction_test() 987 pm4[i++] = (0xffffffff00000000 & bo1_mc) >> 32; in amdgpu_bo_eviction_test() 995 pm4[i++] = 0xffffffff & bo1_mc; in amdgpu_bo_eviction_test() 996 pm4[i++] = (0xffffffff00000000 & bo1_mc) >> 32; in amdgpu_bo_eviction_test() 1012 r = amdgpu_bo_unmap_and_free(bo1, bo1_va_handle, bo1_mc, in amdgpu_bo_eviction_test() 1753 uint64_t bo1_mc, bo2_mc; in amdgpu_command_submission_copy_linear_helper() local 1789 (void**)&bo1_cpu, &bo1_mc, in amdgpu_command_submission_copy_linear_helper() 1819 pm4[i++] = 0xffffffff & bo1_mc; in amdgpu_command_submission_copy_linear_helper() [all …]
|
/external/igt-gpu-tools/tests/amdgpu/ |
D | amd_basic.c | 1076 uint64_t bo1_mc, bo2_mc; in amdgpu_command_submission_copy_linear_helper() local 1110 (void**)&bo1_cpu, &bo1_mc, in amdgpu_command_submission_copy_linear_helper() 1141 pm4[i++] = 0xffffffff & bo1_mc; in amdgpu_command_submission_copy_linear_helper() 1142 pm4[i++] = (0xffffffff00000000 & bo1_mc) >> 32; in amdgpu_command_submission_copy_linear_helper() 1152 pm4[i++] = 0xfffffffc & bo1_mc; in amdgpu_command_submission_copy_linear_helper() 1153 pm4[i++] = (0xffffffff00000000 & bo1_mc) >> 32; in amdgpu_command_submission_copy_linear_helper() 1171 amdgpu_bo_unmap_and_free(bo1, bo1_va_handle, bo1_mc, in amdgpu_command_submission_copy_linear_helper()
|