Searched refs:FBC_CONTROL (Results 1 – 3 of 3) sorted by relevance
69 fbc_ctl = I915_READ(FBC_CONTROL); in i8xx_fbc_disable()74 I915_WRITE(FBC_CONTROL, fbc_ctl); in i8xx_fbc_disable()122 fbc_ctl = I915_READ(FBC_CONTROL); in i8xx_fbc_enable()129 I915_WRITE(FBC_CONTROL, fbc_ctl); in i8xx_fbc_enable()137 return I915_READ(FBC_CONTROL) & FBC_CTL_EN; in i8xx_fbc_enabled()1121 I915_WRITE(FBC_CONTROL, 500 << FBC_CTL_INTERVAL_SHIFT); in intel_fbc_init()
61 dev_priv->regfile.saveFBC_CONTROL = I915_READ(FBC_CONTROL); in i915_save_display()99 I915_WRITE(FBC_CONTROL, dev_priv->regfile.saveFBC_CONTROL); in i915_restore_display()
2023 #define FBC_CONTROL 0x03208 macro