Searched refs:SI_CPDMA_SKIP_GFX_SYNC (Results 1 – 2 of 2) sorted by relevance
190 if (!(user_flags & SI_CPDMA_SKIP_GFX_SYNC) && sctx->b.flags) in si_cp_dma_prepare()448 if (!(user_flags & SI_CPDMA_SKIP_GFX_SYNC)) in si_copy_buffer()
666 #define SI_CPDMA_SKIP_GFX_SYNC (1 << 3) /* don't flush caches and don't wait for PS/CS */ macro671 SI_CPDMA_SKIP_GFX_SYNC | \