Home
last modified time | relevance | path

Searched refs:pm4_dw (Results 1 – 2 of 2) sorted by relevance

/third_party/libdrm/tests/amdgpu/
Dbasic_tests.c72 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() argument
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() argument
1543 ip_type, instance, pm4_dw, pm4_src, in amdgpu_test_exec_cs_helper()
1554 const int pm4_dw = 256; in amdgpu_command_submission_write_linear_helper_with_secure() local
[all …]
Damdgpu_test.h536 unsigned ip_type, int instance, int pm4_dw,