Searched refs:DBG_NO_ASYNC_DMA (Results 1 – 3 of 3) sorted by relevance
92 DBG_NO_ASYNC_DMA, enumerator
712 if (rscreen->info.num_sdma_rings && !(rscreen->debug_flags & DBG_NO_ASYNC_DMA)) { in r600_common_context_init()783 { "nodma", DBG_NO_ASYNC_DMA, "Disable asynchronous DMA" },
96 #define DBG_NO_ASYNC_DMA (1ull << 32) macro