Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/gt/uc/
H A Dselftest_guc_hangcheck.c41 u32 guc_status; in intel_hang_guc() local
99 guc_status = intel_uncore_read(gt->uncore, GUC_STATUS); in intel_hang_guc()
100 if (!(guc_status & GS_MIA_IN_RESET)) { in intel_hang_guc()
102 gt_err(gt, "Failed to reset GuC: status = 0x%08X\n", guc_status); in intel_hang_guc()
/linux/drivers/gpu/drm/xe/
H A Dxe_guc.c907 u32 guc_status, gdrst; in xe_guc_reset() local
923 guc_status = xe_mmio_read32(mmio, GUC_STATUS); in xe_guc_reset()
924 if (!(guc_status & GS_MIA_IN_RESET)) { in xe_guc_reset()
926 guc_status); in xe_guc_reset()