Searched refs:err_printf (Results 1 – 1 of 1) sorted by relevance
/drivers/gpu/drm/i915/ |
D | i915_gpu_error.c | 161 #define err_printf(e, ...) i915_error_printf(e, __VA_ARGS__) macro 435 err_printf(m, " INSTDONE: 0x%08x\n", in error_print_instdone() 441 err_printf(m, " SC_INSTDONE: 0x%08x\n", in error_print_instdone() 448 err_printf(m, " SAMPLER_INSTDONE[%d][%d]: 0x%08x\n", in error_print_instdone() 453 err_printf(m, " ROW_INSTDONE[%d][%d]: 0x%08x\n", in error_print_instdone() 460 err_printf(m, " SC_INSTDONE_EXTRA: 0x%08x\n", in error_print_instdone() 462 err_printf(m, " SC_INSTDONE_EXTRA2: 0x%08x\n", in error_print_instdone() 473 err_printf(m, "%s pid %d, seqno %8x:%08x%s%s, prio %d, head %08x, tail %08x\n", in error_print_request() 489 err_printf(m, "%s%s[%d] prio %d, guilty %d active %d, runtime total %lluns, avg %lluns\n", in error_print_context() 520 err_printf(m, "%s command stream:\n", ee->engine->name); in error_print_engine() [all …]
|