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

/xsrc/external/mit/libdrm/dist/tests/amdgpu/
H A Ddeadlock_tests.c556 uint64_t bo1_mc, bo2_mc; local in function:amdgpu_hang_sdma_helper
598 (void**)&bo2_cpu, &bo2_mc,
620 ptr[i++] = 0xffffffff & bo2_mc;
621 ptr[i++] = (0xffffffff00000000 & bo2_mc) >> 32;
629 ptr[i++] = 0xffffffff & bo2_mc;
630 ptr[i++] = (0xffffffff00000000 & bo2_mc) >> 32;
634 ptr[i++] = 0xffffffff & bo2_mc;
635 ptr[i++] = (0xffffffff00000000 & bo2_mc) >> 32;
680 r = amdgpu_bo_unmap_and_free(bo2, bo2_va_handle, bo2_mc,
H A Dbasic_tests.c1055 uint64_t bo1_mc, bo2_mc; local in function:amdgpu_bo_eviction_test
1123 (void**)&bo2_cpu, &bo2_mc,
1140 pm4[i++] = 0xffffffff & bo2_mc;
1142 pm4[i++] = (0xffffffff00000000 & bo2_mc) >> 32;
1153 pm4[i++] = 0xffffffff & bo2_mc;
1154 pm4[i++] = (0xffffffff00000000 & bo2_mc) >> 32;
1171 r = amdgpu_bo_unmap_and_free(bo2, bo2_va_handle, bo2_mc,
1917 uint64_t bo1_mc, bo2_mc; local in function:amdgpu_command_submission_copy_linear_helper
1965 (void**)&bo2_cpu, &bo2_mc,
1982 pm4[i++] = 0xffffffff & bo2_mc;
[all...]

Completed in 6 milliseconds