Searched refs:PACKET3 (Results 1 - 2 of 2) sorted by relevance
/third_party/libdrm/tests/amdgpu/ |
H A D | basic_tests.c | 150 #define PACKET3(op, n) ((PACKET_TYPE3 << 30) | \ macro 153 #define PACKET3_COMPUTE(op, n) PACKET3(op, n) | (1 << 1) 1378 ptr[0]=PACKET3(PACKET3_NOP, 14); in amdgpu_command_submission_compute_nop() 1628 pm4[i++] = PACKET3(PACKET3_WRITE_DATA, 2 + sdma_write_length); in amdgpu_command_submission_write_linear_helper_with_secure() 1649 pm4[i++] = PACKET3(PACKET3_ATOMIC_MEM, 7); in amdgpu_command_submission_write_linear_helper_with_secure() 1836 pm4[i++] = PACKET3(PACKET3_DMA_DATA_SI, 4); in amdgpu_command_submission_const_fill_helper() 1846 pm4[i++] = PACKET3(PACKET3_DMA_DATA, 5); in amdgpu_command_submission_const_fill_helper() 1989 pm4[i++] = PACKET3(PACKET3_DMA_DATA_SI, 4); in amdgpu_command_submission_copy_linear_helper() 2000 pm4[i++] = PACKET3(PACKET3_DMA_DATA, 5); in amdgpu_command_submission_copy_linear_helper() 2291 ptr[i++] = PACKET3(PKT3_CONTEXT_CONTRO in amdgpu_sync_dependency_test() [all...] |
H A D | deadlock_tests.c | 49 #define PACKET3(op, n) ((PACKET_TYPE3 << 30) | \ macro 269 ptr[0] = PACKET3(PACKET3_WAIT_REG_MEM, 5); in amdgpu_deadlock_helper() 455 ptr[i++] = PACKET3(PACKET3_WRITE_DATA, 3); in bad_access_helper()
|
Completed in 5 milliseconds