Home
last modified time | relevance | path

Searched refs:INTEL_GUC_RECV_MSG_EXCEPTION (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/drivers/gpu/drm/i915/gt/uc/
Dintel_guc.c217 intel_guc_enable_msg(guc, INTEL_GUC_RECV_MSG_EXCEPTION | in intel_guc_init_early()
630 if (msg & INTEL_GUC_RECV_MSG_EXCEPTION) in intel_guc_to_host_process_recv_msg()
633 if (msg & (INTEL_GUC_RECV_MSG_CRASH_DUMP_POSTED | INTEL_GUC_RECV_MSG_EXCEPTION)) in intel_guc_to_host_process_recv_msg()
Dintel_guc_fwif.h504 INTEL_GUC_RECV_MSG_EXCEPTION = BIT(30), enumerator