Searched refs:pm4_dw (Results 1 – 1 of 1) sorted by relevance
/third_party/libdrm/tests/amdgpu/ |
D | basic_tests.c | 68 int instance, int pm4_dw, uint32_t *pm4_src, 826 const int pm4_dw = 256; in amdgpu_bo_eviction_test() local 840 pm4 = calloc(pm4_dw, sizeof(*pm4)); in amdgpu_bo_eviction_test() 1237 int instance, int pm4_dw, uint32_t *pm4_src, in amdgpu_test_exec_cs_helper() argument 1257 CU_ASSERT_TRUE(pm4_dw <= 1024); in amdgpu_test_exec_cs_helper() 1268 memcpy(ring_ptr, pm4_src, pm4_dw * sizeof(*pm4_src)); in amdgpu_test_exec_cs_helper() 1271 ib_info->size = pm4_dw; in amdgpu_test_exec_cs_helper() 1316 const int pm4_dw = 256; in amdgpu_command_submission_write_linear_helper() local 1330 pm4 = calloc(pm4_dw, sizeof(*pm4)); in amdgpu_command_submission_write_linear_helper() 1429 const int pm4_dw = 256; in amdgpu_command_submission_const_fill_helper() local [all …]
|