HomeSort by relevance Sort by last modified time
    Searched refs:SI_CPDMA_SKIP_SYNC_BEFORE (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/gallium/drivers/radeonsi/
si_pipe.h 665 #define SI_CPDMA_SKIP_SYNC_BEFORE (1 << 2) /* don't wait for DMA before the copy (RAW hazards) */
670 SI_CPDMA_SKIP_SYNC_BEFORE | \
si_cp_dma.c 193 if (!(user_flags & SI_CPDMA_SKIP_SYNC_BEFORE) && *is_first)

Completed in 45 milliseconds