Home
last modified time | relevance | path

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

/gfx-drm/usr/src/uts/intel/io/i915/
H A Di915_suspend.c258 dev_priv->regfile.saveFBC_CONTROL = I915_READ(FBC_CONTROL); in i915_save_display()
333 I915_WRITE(FBC_CONTROL, dev_priv->regfile.saveFBC_CONTROL); in i915_restore_display()
H A Dintel_pm.c64 fbc_ctl = I915_READ(FBC_CONTROL); in i8xx_disable_fbc()
69 I915_WRITE(FBC_CONTROL, fbc_ctl); in i8xx_disable_fbc()
117 I915_WRITE(FBC_CONTROL, fbc_ctl); in i8xx_enable_fbc()
127 return I915_READ(FBC_CONTROL) & FBC_CTL_EN; in i8xx_fbc_enabled()
H A Di915_reg.h1020 #define FBC_CONTROL 0x03208 macro
/gfx-drm/usr/src/cmd/mdb/i915/
H A Di915.c1664 ret = i915_read(dev_priv, (uintptr_t)FBC_CONTROL, &val); in i915_fbc_status()