Searched refs:GEN12_SFC_DONE (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/uc/ |
H A D | intel_guc_capture.c | 94 { 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]" }
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/ |
H A D | i915_gpu_error.c | 1615 intel_uncore_read(uncore, GEN12_SFC_DONE(i)); in gt_record_regs()
|
H A D | i915_reg.h | 416 #define GEN12_SFC_DONE(n) _MMIO(0x1cc000 + (n) * 0x1000) macro
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/ |
H A D | intel_gt_regs.h | 1671 #define GEN12_SFC_DONE(n) _MMIO(0x1cc000 + (n) * 0x1000) macro
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/ |
H A D | i915_gpu_error.c | 1901 intel_uncore_read(uncore, GEN12_SFC_DONE(i)); in gt_record_global_regs()
|
Completed in 87 milliseconds