Searched refs:update_wm (Results 1 – 6 of 6) sorted by relevance
47 if (i915->display.funcs.wm->update_wm) in intel_update_watermarks()48 i915->display.funcs.wm->update_wm(i915); in intel_update_watermarks()
76 void (*update_wm)(struct drm_i915_private *dev_priv); member
3988 .update_wm = pnv_update_wm,3992 .update_wm = i965_update_wm,3996 .update_wm = i9xx_update_wm,4000 .update_wm = i845_update_wm,
596 .update_wm = cdv_update_wm,
583 void (*update_wm)(struct drm_device *dev, struct drm_crtc *crtc); member
323 dev_priv->ops->update_wm(dev, crtc); in gma_crtc_dpms()