Searched refs:FBC_CONTROL (Results 1 – 3 of 3) sorted by relevance
52 fbc_ctl = I915_READ(FBC_CONTROL); in i8xx_fbc_disable()57 I915_WRITE(FBC_CONTROL, fbc_ctl); in i8xx_fbc_disable()107 fbc_ctl = I915_READ(FBC_CONTROL); in i8xx_fbc_enable()114 I915_WRITE(FBC_CONTROL, fbc_ctl); in i8xx_fbc_enable()124 return I915_READ(FBC_CONTROL) & FBC_CTL_EN; in i8xx_fbc_enabled()737 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()
1664 #define FBC_CONTROL 0x03208 macro