On Mon, Sep 25, 2023 at 2:41 AM Srinivasan Shanmugam <[email protected]> wrote: > > Fixes the following: > > drivers/gpu/drm/amd/amdgpu/../display/dc/core/dc.c:3928: warning: Function > parameter or member 'srf_updates' not described in > 'could_mpcc_tree_change_for_active_pipes' > > Cc: Harry Wentland <[email protected]> > Cc: Rodrigo Siqueira <[email protected]> > Cc: Aurabindo Pillai <[email protected]> > Cc: Alex Deucher <[email protected]> > Signed-off-by: Srinivasan Shanmugam <[email protected]>
Acked-by: Alex Deucher <[email protected]> > --- > drivers/gpu/drm/amd/display/dc/core/dc.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/gpu/drm/amd/display/dc/core/dc.c > b/drivers/gpu/drm/amd/display/dc/core/dc.c > index c5a74b202bc8..ab403d2d9038 100644 > --- a/drivers/gpu/drm/amd/display/dc/core/dc.c > +++ b/drivers/gpu/drm/amd/display/dc/core/dc.c > @@ -3906,6 +3906,7 @@ static void commit_planes_for_stream(struct dc *dc, > * > * @dc: Used to get the current state status > * @stream: Target stream, which we want to remove the attached planes > + * @srf_updates: Array of surface updates > * @surface_count: Number of surface update > * @is_plane_addition: [in] Fill out with true if it is a plane addition case > * > -- > 2.34.1 >
