}
 
 static void drm_simple_kms_plane_atomic_update(struct drm_plane *plane,
-                                       struct drm_plane_state *pstate)
+                                       struct drm_plane_state *old_pstate)
 {
        struct drm_simple_display_pipe *pipe;
 
        if (!pipe->funcs || !pipe->funcs->update)
                return;
 
-       pipe->funcs->update(pipe, pstate);
+       pipe->funcs->update(pipe, old_pstate);
 }
 
 static int drm_simple_kms_plane_prepare_fb(struct drm_plane *plane,
 
         * the hardware lacks vblank support entirely.
         */
        void (*update)(struct drm_simple_display_pipe *pipe,
-                      struct drm_plane_state *plane_state);
+                      struct drm_plane_state *old_plane_state);
 
        /**
         * @prepare_fb: