Searched refs:pm4_dw (Results 1 - 2 of 2) sorted by relevance
/third_party/libdrm/tests/amdgpu/ |
H A D | basic_tests.c | 72 int instance, int pm4_dw, uint32_t *pm4_src, 1034 const int pm4_dw = 256; in amdgpu_bo_eviction_test() local 1048 pm4 = calloc(pm4_dw, sizeof(*pm4)); in amdgpu_bo_eviction_test() 1454 unsigned ip_type, int instance, int pm4_dw, in amdgpu_test_exec_cs_helper_raw() 1476 CU_ASSERT_TRUE(pm4_dw <= 1024); in amdgpu_test_exec_cs_helper_raw() 1487 memcpy(ring_ptr, pm4_src, pm4_dw * sizeof(*pm4_src)); in amdgpu_test_exec_cs_helper_raw() 1490 ib_info->size = pm4_dw; in amdgpu_test_exec_cs_helper_raw() 1536 unsigned ip_type, int instance, int pm4_dw, in amdgpu_test_exec_cs_helper() 1543 ip_type, instance, pm4_dw, pm4_src, in amdgpu_test_exec_cs_helper() 1554 const int pm4_dw in amdgpu_command_submission_write_linear_helper_with_secure() local 1452 amdgpu_test_exec_cs_helper_raw(amdgpu_device_handle device_handle, amdgpu_context_handle context_handle, unsigned ip_type, int instance, int pm4_dw, uint32_t *pm4_src, int res_cnt, amdgpu_bo_handle *resources, struct amdgpu_cs_ib_info *ib_info, struct amdgpu_cs_request *ibs_request, bool secure) amdgpu_test_exec_cs_helper_raw() argument 1535 amdgpu_test_exec_cs_helper(amdgpu_context_handle context_handle, unsigned ip_type, int instance, int pm4_dw, uint32_t *pm4_src, int res_cnt, amdgpu_bo_handle *resources, struct amdgpu_cs_ib_info *ib_info, struct amdgpu_cs_request *ibs_request) amdgpu_test_exec_cs_helper() argument 1763 const int pm4_dw = 256; amdgpu_command_submission_const_fill_helper() local 1896 const int pm4_dw = 256; amdgpu_command_submission_copy_linear_helper() local 2164 int pm4_dw = 256; amdgpu_userptr_test() local [all...] |
H A D | amdgpu_test.h | 536 unsigned ip_type, int instance, int pm4_dw,
|
Completed in 5 milliseconds