Searched refs:ring_id (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/libdrm/dist/tests/amdgpu/
H A Dsecurity_tests.c101 int ring_id; member in struct:command_ctx
204 AMDGPU_HW_IP_DMA, ctx->ring_id,
248 AMDGPU_HW_IP_DMA, ctx->ring_id,
289 sb_ctx.ring_id = res;
H A Ddeadlock_tests.c346 uint32_t ring_id; local in function:amdgpu_deadlock_sdma
354 for (ring_id = 0; (1 << ring_id) & info.available_rings; ring_id++) {
393 ibs_request.ring = ring_id;
409 fence_status.ring = ring_id;
H A Dbasic_tests.c1578 int i, j, r, loop, ring_id; local in function:amdgpu_command_submission_write_linear_helper_with_secure
1606 for (ring_id = 0; (1 << ring_id) & hw_ip_info.available_rings; ring_id++) {
1651 ip_type, ring_id, i, pm4,
1681 ip_type, ring_id, i, pm4,
1705 ip_type, ring_id, i, pm4,
1738 ip_type, ring_id, i, pm4,
1786 int i, j, r, loop, ring_id; local in function:amdgpu_command_submission_const_fill_helper
1810 for (ring_id
1919 int i, j, r, loop1, loop2, ring_id; local in function:amdgpu_command_submission_copy_linear_helper
[all...]
H A Dshader_test_util.c92 uint32_t ring_id; local in function:shader_test_for_each
123 for (ring_id = 0; (1 << ring_id) & info.available_rings; ring_id++) {
125 ring_id);
126 test_info.ring = ring_id;

Completed in 10 milliseconds