Home
last modified time | relevance | path

Searched refs:PACKET3_CP_DMA_CMD_DAS (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/gpu/drm/amd/amdgpu/
H A Dsi_enums.h221 # define PACKET3_CP_DMA_CMD_DAS (1 << 27) macro
H A Dsid.h1780 # define PACKET3_CP_DMA_CMD_DAS (1 << 27) macro
/linux/drivers/gpu/drm/radeon/
H A Devergreen_cs.c2127 (command & PACKET3_CP_DMA_CMD_DAS)) || /* dst = register */ in evergreen_packet3_check()
2174 if (command & PACKET3_CP_DMA_CMD_DAS) { in evergreen_packet3_check()
3443 (command & PACKET3_CP_DMA_CMD_DAS)) || /* dst = register */ in evergreen_vm_packet3_check()
3473 if (command & PACKET3_CP_DMA_CMD_DAS) { in evergreen_vm_packet3_check()
H A Dsid.h1717 # define PACKET3_CP_DMA_CMD_DAS (1 << 27) macro
H A Devergreend.h1622 # define PACKET3_CP_DMA_CMD_DAS (1 << 27) macro
H A Dr600d.h1644 # define PACKET3_CP_DMA_CMD_DAS (1 << 27) macro
H A Dr600_cs.c1817 if (command & PACKET3_CP_DMA_CMD_DAS) { in r600_packet3_check()
H A Dsi.c4486 if (command & PACKET3_CP_DMA_CMD_DAS) { in si_vm_packet3_cp_dma_check()