Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
H A Drunl.c288 RUNL_TRACE(runl, "running"); in nvkm_runl_allow()
302 RUNL_TRACE(runl, "stopped"); in nvkm_runl_block()
H A Drunl.h136 #define RUNL_TRACE(r,f,a...) RUNL_PRINT((r), TRACE, info, " "f"\n", ##a) macro