Searched refs:ecochk (Results 1 – 3 of 3) sorted by relevance
1053 uint32_t ecochk, ecobits; in gen7_ppgtt_enable() local1059 ecochk = I915_READ(GAM_ECOCHK); in gen7_ppgtt_enable()1061 ecochk |= ECOCHK_PPGTT_WB_HSW; in gen7_ppgtt_enable()1063 ecochk |= ECOCHK_PPGTT_LLC_IVB; in gen7_ppgtt_enable()1064 ecochk &= ~ECOCHK_PPGTT_GFDT_IVB; in gen7_ppgtt_enable()1066 I915_WRITE(GAM_ECOCHK, ecochk); in gen7_ppgtt_enable()1078 uint32_t ecochk, gab_ctl, ecobits; in gen6_ppgtt_enable() local1087 ecochk = I915_READ(GAM_ECOCHK); in gen6_ppgtt_enable()1088 I915_WRITE(GAM_ECOCHK, ecochk | ECOCHK_SNB_BIT | ECOCHK_PPGTT_CACHE64B); in gen6_ppgtt_enable()
1054 s->ecochk = I915_READ(GAM_ECOCHK); in vlv_save_gunit_s0ix_state()1136 I915_WRITE(GAM_ECOCHK, s->ecochk); in vlv_restore_gunit_s0ix_state()
950 u32 ecochk; member