Home
last modified time | relevance | path

Searched refs:savePP_DIVISOR (Results 1 – 2 of 2) sorted by relevance

/gfx-drm/usr/src/uts/intel/io/i915/
H A Di915_suspend.c241 dev_priv->regfile.savePP_DIVISOR = I915_READ(PCH_PP_DIVISOR); in i915_save_display()
245 dev_priv->regfile.savePP_DIVISOR = I915_READ(PP_DIVISOR); in i915_save_display()
306 I915_WRITE(PCH_PP_DIVISOR, dev_priv->regfile.savePP_DIVISOR); in i915_restore_display()
316 I915_WRITE(PP_DIVISOR, dev_priv->regfile.savePP_DIVISOR); in i915_restore_display()
H A Di915_drv.h661 u32 savePP_DIVISOR; member