Searched refs:RUNL_TRACE (Results 1 – 3 of 3) sorted by relevance
/linux-6.6.21/drivers/gpu/drm/nouveau/nvkm/engine/fifo/ |
D | nv50.c | 294 RUNL_TRACE(runl, "RAMRL: update cgrps:%d chans:%d", runl->cgrp_nr, runl->chan_nr); in nv50_runl_update() 299 RUNL_TRACE(runl, "RAMRL: update start:%08x", start); in nv50_runl_update() 322 RUNL_TRACE(runl, "RAMRL: commit start:%08x count:%d", start, count); in nv50_runl_update()
|
D | runl.c | 288 RUNL_TRACE(runl, "running"); in nvkm_runl_allow() 302 RUNL_TRACE(runl, "stopped"); in nvkm_runl_block()
|
D | runl.h | 130 #define RUNL_TRACE(r,f,a...) RUNL_PRINT((r), TRACE, info, " "f"\n", ##a) macro
|