drm: Pass in new and old plane state to prepare_fb and cleanup_fb
[deliverable/linux.git] / drivers / gpu / drm / i915 / intel_drv.h
index 1de8e20474d74d69738abab79e9cfe7775ab0779..58d11a8066d4ea3f1c38d031283b3dd9840f338a 100644 (file)
@@ -943,9 +943,11 @@ void intel_finish_page_flip(struct drm_device *dev, int pipe);
 void intel_finish_page_flip_plane(struct drm_device *dev, int plane);
 void intel_check_page_flip(struct drm_device *dev, int pipe);
 int intel_prepare_plane_fb(struct drm_plane *plane,
-                          struct drm_framebuffer *fb);
+                          struct drm_framebuffer *fb,
+                          const struct drm_plane_state *new_state);
 void intel_cleanup_plane_fb(struct drm_plane *plane,
-                           struct drm_framebuffer *fb);
+                           struct drm_framebuffer *fb,
+                           const struct drm_plane_state *old_state);
 int intel_plane_atomic_get_property(struct drm_plane *plane,
                                    const struct drm_plane_state *state,
                                    struct drm_property *property,
This page took 0.028495 seconds and 5 git commands to generate.