Searched refs:CE_TRACE (Results 1 – 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/ |
D | intel_context.c | 168 CE_TRACE(ce, "active\n"); in intel_context_pre_pin() 261 CE_TRACE(ce, "pin ring:{start:%08x, head:%04x, tail:%04x}\n", in __intel_context_do_pin_ww() 315 CE_TRACE(ce, "unpin\n"); in intel_context_unpin() 335 CE_TRACE(ce, "retire runtime: { total:%lluns, avg:%lluns }\n", in __intel_context_retire()
|
D | intel_context.h | 21 #define CE_TRACE(ce, fmt, ...) do { \ macro
|
D | intel_lrc.c | 1328 CE_TRACE(ce, "runtime underflow: last=%u, new=%u, delta=%d\n", in intel_context_update_runtime() 3528 CE_TRACE(ce, "reset\n"); in execlists_context_reset()
|