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

/xsrc/external/mit/libdrm/dist/tests/amdgpu/
H A Dsyncobj_tests.c108 unsigned gc_ip_type; local in function:syncobj_command_submission_helper
117 gc_ip_type = (asic_is_gfx_pipe_removed(family_id, chip_id, chip_rev)) ?
144 chunk_data.ib_data.ip_type = wait_or_signal ? gc_ip_type :
170 fence_status.ip_type = wait_or_signal ? gc_ip_type :
H A Dvm_tests.c111 unsigned gc_ip_type; local in function:amdgpu_vmid_reserve_test
120 gc_ip_type = (asic_is_gfx_pipe_removed(family_id, chip_id, chip_rev)) ?
151 ibs_request.ip_type = gc_ip_type;
164 fence_status.ip_type = gc_ip_type;
H A Dcp_dma_tests.c213 unsigned gc_ip_type; local in function:submit_and_sync
226 gc_ip_type = (asic_is_gfx_pipe_removed(family_id, chip_id, chip_rev)) ?
232 ibs_request.ip_type = gc_ip_type;
246 fence_status.ip_type = gc_ip_type;
H A Dbasic_tests.c1226 unsigned gc_ip_type; local in function:amdgpu_semaphore_test
1231 gc_ip_type = (asic_is_gfx_pipe_removed(family_id, chip_id, chip_rev)) ?
1275 r = amdgpu_cs_wait_semaphore(context_handle[0], gc_ip_type, 0, 0, sem);
1282 ibs_request[1].ip_type = gc_ip_type;
1292 fence_status.ip_type = gc_ip_type;
1306 ibs_request[0].ip_type = gc_ip_type;
1313 r = amdgpu_cs_signal_semaphore(context_handle[0], gc_ip_type, 0, 0, sem);
1316 r = amdgpu_cs_wait_semaphore(context_handle[1], gc_ip_type, 0, 0, sem);
1323 ibs_request[1].ip_type = gc_ip_type;
1333 fence_status.ip_type = gc_ip_type;
[all...]

Completed in 6 milliseconds