Home
last modified time | relevance | path

Searched refs:FBC_CONTROL (Results 1 – 3 of 3) sorted by relevance

/drivers/gpu/drm/i915/
Di915_suspend.c248 dev_priv->regfile.saveFBC_CONTROL = I915_READ(FBC_CONTROL); in i915_save_display()
318 I915_WRITE(FBC_CONTROL, dev_priv->regfile.saveFBC_CONTROL); in i915_restore_display()
Dintel_pm.c61 fbc_ctl = I915_READ(FBC_CONTROL); in i8xx_disable_fbc()
66 I915_WRITE(FBC_CONTROL, fbc_ctl); in i8xx_disable_fbc()
114 I915_WRITE(FBC_CONTROL, fbc_ctl); in i8xx_enable_fbc()
124 return I915_READ(FBC_CONTROL) & FBC_CTL_EN; in i8xx_fbc_enabled()
Di915_reg.h775 #define FBC_CONTROL 0x03208 macro