https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=266315
--- Comment #28 from Paul Dufresne <[email protected]> --- Also found: torvalds/linux:3d7cb6b0:drivers/gpu/drm/i915/i915_gpu_error.c } len = scnprintf(error->error_msg, sizeof(error->error_msg), "GPU HANG: ecode %d:%x:%08x", GRAPHICS_VER(error->i915), hung_classes, generate_ecode(first)); if (first && first->context.pid) { So first number after ecode would be the version of GPU (I think)... second an indication of the cause , and third I would guess the address. -- You are receiving this mail because: You are the assignee for the bug.
