From: Srinivasan Shanmugam Date: Mon, 25 Sep 2023 06:12:33 +0000 (+0530) Subject: drm/amd/display: Address 'srf_updates' not described in 'could_mpcc_tree_change_for_a... X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=b44fe93281edaf7dab14cd8b09f3c6f5585b1fbf;p=linux.git drm/amd/display: Address 'srf_updates' not described in 'could_mpcc_tree_change_for_active_pipes' 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 Cc: Rodrigo Siqueira Cc: Aurabindo Pillai Cc: Alex Deucher Signed-off-by: Srinivasan Shanmugam Acked-by: Alex Deucher Signed-off-by: Alex Deucher --- diff --git a/drivers/gpu/drm/amd/display/dc/core/dc.c b/drivers/gpu/drm/amd/display/dc/core/dc.c index cb3cb2db90eef..72dffb7a49f9e 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 *