Searched refs:asic_is_gfx_pipe_removed (Results 1 – 8 of 8) sorted by relevance
/third_party/libdrm/tests/amdgpu/ |
D | vm_tests.c | 120 gc_ip_type = (asic_is_gfx_pipe_removed(family_id, chip_id, chip_rev)) ? in amdgpu_vmid_reserve_test()
|
D | amdgpu_test.h | 517 static inline bool asic_is_gfx_pipe_removed(uint32_t family_id, uint32_t chip_id, uint32_t chip_rev) in asic_is_gfx_pipe_removed() function
|
D | syncobj_tests.c | 117 gc_ip_type = (asic_is_gfx_pipe_removed(family_id, chip_id, chip_rev)) ? in syncobj_command_submission_helper()
|
D | cs_tests.c | 80 asic_is_gfx_pipe_removed(family_id, chip_id, chip_rev)) { in suite_cs_tests_enable()
|
D | deadlock_tests.c | 153 if (asic_is_gfx_pipe_removed(family_id, chip_id, chip_rev)) { in suite_deadlock_tests_enable()
|
D | cp_dma_tests.c | 226 gc_ip_type = (asic_is_gfx_pipe_removed(family_id, chip_id, chip_rev)) ? in submit_and_sync()
|
D | vce_tests.c | 119 asic_is_gfx_pipe_removed(family_id, chip_id, chip_rev)) { in suite_vce_tests_enable()
|
D | basic_tests.c | 774 if (asic_is_gfx_pipe_removed(family_id, chip_id, chip_rev)) { in suite_basic_tests_enable() 1217 gc_ip_type = (asic_is_gfx_pipe_removed(family_id, chip_id, chip_rev)) ? in amdgpu_semaphore_test()
|