Home
last modified time | relevance | path

Searched refs:DBG_NO_ASYNC_DMA (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_pipe_common.c639 if (rscreen->info.num_rings[RING_DMA] && !(rscreen->debug_flags & DBG_NO_ASYNC_DMA)) { in r600_common_context_init()
705 { "nodma", DBG_NO_ASYNC_DMA, "Disable asynchronous DMA" },
Dr600_pipe_common.h95 #define DBG_NO_ASYNC_DMA (1ull << 32) macro