Searched refs:SI_CPDMA_SKIP_GFX_SYNC (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_cp_dma.c189 if (!(user_flags & SI_CPDMA_SKIP_GFX_SYNC) && sctx->flags)
228 if (sdst && !(user_flags & SI_CPDMA_SKIP_GFX_SYNC)) {
360 if ((dst || src) && !(user_flags & SI_CPDMA_SKIP_GFX_SYNC)) {
H A Dsi_pipe.h1221 #define SI_CPDMA_SKIP_GFX_SYNC (1 << 3) /* don't flush caches and don't wait for PS/CS */ macro
1226 SI_CPDMA_SKIP_GFX_SYNC | \
H A Dsi_pipe.c813 SI_CPDMA_SKIP_GFX_SYNC, 0, 0);

Completed in 7 milliseconds