[Why]
The function dc_commit_updates_for_stream had a parameter called
plane_states.  It was never used.  It was getting in the way
of some cleanup work
[How]
Remove it
Signed-off-by: David Francis <David.Francis@amd.com>
Reviewed-by: Leo Li <sunpeng.li@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
                                             1,
                                             acrtc_state->stream,
                                             &stream_update,
-                                            &surface_updates->surface,
                                             state);
        mutex_unlock(&adev->dm.dc_lock);
 
                        dc,
                        updates,
                        new_plane_count,
-                       dc_stream, stream_update, plane_states, state);
+                       dc_stream, stream_update, state);
        mutex_unlock(&dm->dc_lock);
 
        kfree(flip_addr);
 
                int surface_count,
                struct dc_stream_state *stream,
                struct dc_stream_update *stream_update,
-               struct dc_plane_state **plane_states,
                struct dc_state *state)
 {
        const struct dc_stream_status *stream_status;
 
                int surface_count,
                struct dc_stream_state *stream,
                struct dc_stream_update *stream_update,
-               struct dc_plane_state **plane_states,
                struct dc_state *state);
 /*
  * Log the current stream state.