Searched refs:update_wm (Results 1 – 6 of 6) sorted by relevance
49 if (i915->display.funcs.wm->update_wm) in intel_update_watermarks()50 i915->display.funcs.wm->update_wm(i915); in intel_update_watermarks()
83 void (*update_wm)(struct drm_i915_private *dev_priv); member
4127 .update_wm = pnv_update_wm,4132 .update_wm = i965_update_wm,4137 .update_wm = i9xx_update_wm,4142 .update_wm = i845_update_wm,
596 .update_wm = cdv_update_wm,
577 void (*update_wm)(struct drm_device *dev, struct drm_crtc *crtc); member
323 dev_priv->ops->update_wm(dev, crtc); in gma_crtc_dpms()