Lines Matching refs:pm4_dw
720 int instance, int pm4_dw, uint32_t *pm4_src, in amdgpu_test_exec_cs_helper() argument
740 CU_ASSERT_TRUE(pm4_dw <= 1024); in amdgpu_test_exec_cs_helper()
751 memcpy(ring_ptr, pm4_src, pm4_dw * sizeof(*pm4_src)); in amdgpu_test_exec_cs_helper()
754 ib_info->size = pm4_dw; in amdgpu_test_exec_cs_helper()
799 const int pm4_dw = 256; in amdgpu_command_submission_write_linear_helper() local
812 pm4 = calloc(pm4_dw, sizeof(*pm4)); in amdgpu_command_submission_write_linear_helper()
900 const int pm4_dw = 256; in amdgpu_command_submission_const_fill_helper() local
913 pm4 = calloc(pm4_dw, sizeof(*pm4)); in amdgpu_command_submission_const_fill_helper()
1003 const int pm4_dw = 256; in amdgpu_command_submission_copy_linear_helper() local
1016 pm4 = calloc(pm4_dw, sizeof(*pm4)); in amdgpu_command_submission_copy_linear_helper()
1137 int pm4_dw = 256; in amdgpu_userptr_test() local
1146 pm4 = calloc(pm4_dw, sizeof(*pm4)); in amdgpu_userptr_test()