Searched refs:i915_error_printf (Results 1 - 6 of 6) sorted by relevance

/linux-master/drivers/gpu/drm/xe/compat-i915-headers/
H A Di915_gpu_error.h13 i915_error_printf(struct drm_i915_error_state_buf *e, const char *f, ...) function
/linux-master/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc_capture.c1397 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",
1447 i915_error_printf(ebuf, " No matching ee-node\n");
1451 i915_error_printf(ebu
[all...]
/linux-master/drivers/gpu/drm/i915/
H A Di915_gpu_error.h287 void i915_error_printf(struct drm_i915_error_state_buf *e, const char *f, ...);
347 i915_error_printf(struct drm_i915_error_state_buf *e, const char *f, ...) function
H A Di915_gpu_error.c173 #define err_printf(e, ...) i915_error_printf(e, __VA_ARGS__)
605 void i915_error_printf(struct drm_i915_error_state_buf *e, const char *f, ...) function
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_dmc.c1188 i915_error_printf(m, "DMC initialized: %s\n", str_yes_no(dmc));
1189 i915_error_printf(m, "DMC loaded: %s\n",
1192 i915_error_printf(m, "DMC fw version: %d.%d\n",
H A Dintel_overlay.c1491 i915_error_printf(m, "Overlay, status: 0x%08x, interrupt: 0x%08x\n",
1493 i915_error_printf(m, " Register file at 0x%08lx:\n",
1496 #define P(x) i915_error_printf(m, " " #x ": 0x%08x\n", error->regs.x)

Completed in 245 milliseconds