Home
last modified time | relevance | path

Searched refs:GEN12_SFC_DONE (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc_capture.c94 { GEN12_SFC_DONE(0), 0, 0, "SFC_DONE[0]" }, \
95 { GEN12_SFC_DONE(1), 0, 0, "SFC_DONE[1]" }, \
96 { GEN12_SFC_DONE(2), 0, 0, "SFC_DONE[2]" }, \
97 { GEN12_SFC_DONE(3), 0, 0, "SFC_DONE[3]" }
/openbmc/linux/drivers/gpu/drm/i915/gt/
H A Dintel_gt_regs.h1677 #define GEN12_SFC_DONE(n) _MMIO(0x1cc000 + (n) * 0x1000) macro
/openbmc/linux/drivers/gpu/drm/i915/
H A Di915_gpu_error.c1913 intel_uncore_read(uncore, GEN12_SFC_DONE(i)); in gt_record_global_regs()