Searched refs:bo1_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
586 (void**)&bo1_cpu, &bo1_mc,
618 ptr[i++] = 0xffffffff & bo1_mc;
619 ptr[i++] = (0xffffffff00000000 & bo1_mc) >> 32;
627 ptr[i++] = 0xffffffff & bo1_mc;
628 ptr[i++] = (0xffffffff00000000 & bo1_mc) >> 32;
636 ptr[i++] = 0xffffffff & bo1_mc;
637 ptr[i++] = (0xffffffff00000000 & bo1_mc) >> 32;
676 r = amdgpu_bo_unmap_and_free(bo1, bo1_va_handle, bo1_mc,
H A Dbasic_tests.c1055 uint64_t bo1_mc, bo2_mc; local in function:amdgpu_bo_eviction_test
1111 (void**)&bo1_cpu, &bo1_mc,
1141 pm4[i++] = 0xffffffff & bo1_mc;
1143 pm4[i++] = (0xffffffff00000000 & bo1_mc) >> 32;
1151 pm4[i++] = 0xffffffff & bo1_mc;
1152 pm4[i++] = (0xffffffff00000000 & bo1_mc) >> 32;
1168 r = amdgpu_bo_unmap_and_free(bo1, bo1_va_handle, bo1_mc,
1917 uint64_t bo1_mc, bo2_mc; local in function:amdgpu_command_submission_copy_linear_helper
1953 (void**)&bo1_cpu, &bo1_mc,
1983 pm4[i++] = 0xffffffff & bo1_mc;
[all...]

Completed in 6 milliseconds