Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/i915/gt/
H A Dgen6_ppgtt.c34 u32 ecochk; in gen7_ppgtt_enable() local
38 ecochk = intel_uncore_read(uncore, GAM_ECOCHK); in gen7_ppgtt_enable()
40 ecochk |= ECOCHK_PPGTT_WB_HSW; in gen7_ppgtt_enable()
42 ecochk |= ECOCHK_PPGTT_LLC_IVB; in gen7_ppgtt_enable()
43 ecochk &= ~ECOCHK_PPGTT_GFDT_IVB; in gen7_ppgtt_enable()
45 intel_uncore_write(uncore, GAM_ECOCHK, ecochk); in gen7_ppgtt_enable()
/openbmc/linux/drivers/gpu/drm/i915/
H A Dvlv_suspend.c31 u32 ecochk; member
131 s->ecochk = intel_uncore_read(uncore, GAM_ECOCHK); in vlv_save_gunit_s0ix_state()
216 intel_uncore_write(uncore, GAM_ECOCHK, s->ecochk); in vlv_restore_gunit_s0ix_state()