Searched refs:ecochk (Results 1 – 3 of 3) sorted by relevance
1752 uint32_t ecochk, ecobits; in gen7_ppgtt_enable() local1758 ecochk = I915_READ(GAM_ECOCHK); in gen7_ppgtt_enable()1760 ecochk |= ECOCHK_PPGTT_WB_HSW; in gen7_ppgtt_enable()1762 ecochk |= ECOCHK_PPGTT_LLC_IVB; in gen7_ppgtt_enable()1763 ecochk &= ~ECOCHK_PPGTT_GFDT_IVB; in gen7_ppgtt_enable()1765 I915_WRITE(GAM_ECOCHK, ecochk); in gen7_ppgtt_enable()1777 uint32_t ecochk, gab_ctl, ecobits; in gen6_ppgtt_enable() local1786 ecochk = I915_READ(GAM_ECOCHK); in gen6_ppgtt_enable()1787 I915_WRITE(GAM_ECOCHK, ecochk | ECOCHK_SNB_BIT | ECOCHK_PPGTT_CACHE64B); in gen6_ppgtt_enable()
1160 s->ecochk = I915_READ(GAM_ECOCHK); in vlv_save_gunit_s0ix_state()1242 I915_WRITE(GAM_ECOCHK, s->ecochk); in vlv_restore_gunit_s0ix_state()
1059 u32 ecochk; member