|
@@ -1225,9 +1225,9 @@ void intel_finish_page_flip_cs(struct drm_i915_private *dev_priv, int pipe);
|
|
|
void intel_finish_page_flip_mmio(struct drm_i915_private *dev_priv, int pipe);
|
|
|
void intel_check_page_flip(struct drm_i915_private *dev_priv, int pipe);
|
|
|
int intel_prepare_plane_fb(struct drm_plane *plane,
|
|
|
- const struct drm_plane_state *new_state);
|
|
|
+ struct drm_plane_state *new_state);
|
|
|
void intel_cleanup_plane_fb(struct drm_plane *plane,
|
|
|
- const struct drm_plane_state *old_state);
|
|
|
+ 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,
|