Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/i915/
Dintel_fbc.c52 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()
Di915_suspend.c61 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()
Di915_reg.h1664 #define FBC_CONTROL 0x03208 macro