drm/i915: Pass plane and crtc to intel_update_sprite_watermarks
[deliverable/linux.git] / drivers / gpu / drm / i915 / i915_drv.h
index 2cfa21fbedce5774cf4ffc0962697b9228520aaf..550ad171628cff4d7b1f2bf75f8a9bc0f9a5e4ea 100644 (file)
@@ -359,7 +359,8 @@ struct drm_i915_display_funcs {
                          struct dpll *match_clock,
                          struct dpll *best_clock);
        void (*update_wm)(struct drm_device *dev);
-       void (*update_sprite_wm)(struct drm_device *dev, int pipe,
+       void (*update_sprite_wm)(struct drm_plane *plane,
+                                struct drm_crtc *crtc,
                                 uint32_t sprite_width, int pixel_size,
                                 bool enable, bool scaled);
        void (*modeset_global_resources)(struct drm_device *dev);
This page took 0.025269 seconds and 5 git commands to generate.