Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/i915/
H A Dvlv_suspend.c169 s->gt_scratch[i] = intel_uncore_read(uncore, GEN7_GT_SCRATCH(i)); in vlv_save_gunit_s0ix_state()
254 intel_uncore_write(uncore, GEN7_GT_SCRATCH(i), s->gt_scratch[i]); in vlv_restore_gunit_s0ix_state()
/openbmc/linux/drivers/gpu/drm/i915/gt/
H A Dintel_gt_regs.h1519 #define GEN7_GT_SCRATCH(i) _MMIO(0x4f100 + (i) * 4) macro