Searched refs:i915_error_printf (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/gpu/drm/i915/gt/uc/ |
H A D | intel_guc_capture.c | 1397 i915_error_printf(ebuf, " i915-Eng-Name: %s command stream\n", \ 1399 i915_error_printf(ebuf, " i915-Eng-Inst-Class: 0x%02x\n", (eng)->class); \ 1400 i915_error_printf(ebuf, " i915-Eng-Inst-Id: 0x%02x\n", (eng)->instance); \ 1401 i915_error_printf(ebuf, " i915-Eng-LogicalMask: 0x%08x\n", \ 1407 i915_error_printf(ebuf, " GuC-Engine-Inst-Id: 0x%08x\n", \ 1409 i915_error_printf(ebuf, " GuC-Context-Id: 0x%08x\n", (node)->guc_id); \ 1410 i915_error_printf(ebuf, " LRCA: 0x%08x\n", (node)->lrca); \ 1442 i915_error_printf(ebuf, "global --- GuC Error Capture on %s command stream:\n", in intel_guc_capture_print_engine_node() 1447 i915_error_printf(ebuf, " No matching ee-node\n"); in intel_guc_capture_print_engine_node() 1451 i915_error_printf(ebuf, "Coverage: %s\n", grptype[node->is_partial]); in intel_guc_capture_print_engine_node() [all …]
|
/linux/drivers/gpu/drm/i915/ |
H A D | i915_gpu_error.c | 172 #define err_printf(e, ...) i915_error_printf(e, __VA_ARGS__) 604 void i915_error_printf(struct drm_i915_error_state_buf *e, const char *f, ...) in i915_error_printf() function
|