Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/i915/
Di915_suspend.c44 dev_priv->regfile.saveFBC_CONTROL = I915_READ(FBC_CONTROL); in i915_save_display()
58 I915_WRITE(FBC_CONTROL, dev_priv->regfile.saveFBC_CONTROL); in i915_restore_display()
Di915_reg.h3083 #define FBC_CONTROL _MMIO(0x3208) macro
/Linux-v5.4/drivers/gpu/drm/i915/display/
Dintel_fbc.c105 fbc_ctl = I915_READ(FBC_CONTROL); in i8xx_fbc_deactivate()
110 I915_WRITE(FBC_CONTROL, fbc_ctl); in i8xx_fbc_deactivate()
153 fbc_ctl = I915_READ(FBC_CONTROL); in i8xx_fbc_activate()
160 I915_WRITE(FBC_CONTROL, fbc_ctl); in i8xx_fbc_activate()
165 return I915_READ(FBC_CONTROL) & FBC_CTL_EN; in i8xx_fbc_is_active()
1337 I915_WRITE(FBC_CONTROL, 500 << FBC_CTL_INTERVAL_SHIFT); in intel_fbc_init()