Searched refs:bo2_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 967 (void**)&bo2_cpu, &bo2_mc, in amdgpu_bo_eviction_test() 984 pm4[i++] = 0xffffffff & bo2_mc; in amdgpu_bo_eviction_test() 986 pm4[i++] = (0xffffffff00000000 & bo2_mc) >> 32; in amdgpu_bo_eviction_test() 997 pm4[i++] = 0xffffffff & bo2_mc; in amdgpu_bo_eviction_test() 998 pm4[i++] = (0xffffffff00000000 & bo2_mc) >> 32; in amdgpu_bo_eviction_test() 1015 r = amdgpu_bo_unmap_and_free(bo2, bo2_va_handle, bo2_mc, in amdgpu_bo_eviction_test() 1753 uint64_t bo1_mc, bo2_mc; in amdgpu_command_submission_copy_linear_helper() local 1801 (void**)&bo2_cpu, &bo2_mc, in amdgpu_command_submission_copy_linear_helper() 1818 pm4[i++] = 0xffffffff & bo2_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 1122 (void**)&bo2_cpu, &bo2_mc, in amdgpu_command_submission_copy_linear_helper() 1143 pm4[i++] = 0xffffffff & bo2_mc; in amdgpu_command_submission_copy_linear_helper() 1144 pm4[i++] = (0xffffffff00000000 & bo2_mc) >> 32; in amdgpu_command_submission_copy_linear_helper() 1154 pm4[i++] = 0xfffffffc & bo2_mc; in amdgpu_command_submission_copy_linear_helper() 1155 pm4[i++] = (0xffffffff00000000 & bo2_mc) >> 32; in amdgpu_command_submission_copy_linear_helper() 1173 amdgpu_bo_unmap_and_free(bo2, bo2_va_handle, bo2_mc, in amdgpu_command_submission_copy_linear_helper()
|