Commit b44fe932 authored by Srinivasan Shanmugam's avatar Srinivasan Shanmugam Committed by Alex Deucher

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 <harry.wentland@amd.com>
Cc: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com>
Cc: Aurabindo Pillai <aurabindo.pillai@amd.com>
Cc: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: default avatarSrinivasan Shanmugam <srinivasan.shanmugam@amd.com>
Acked-by: default avatarAlex Deucher <alexander.deucher@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 723d873d
...@@ -3906,6 +3906,7 @@ static void commit_planes_for_stream(struct dc *dc, ...@@ -3906,6 +3906,7 @@ static void commit_planes_for_stream(struct dc *dc,
* *
* @dc: Used to get the current state status * @dc: Used to get the current state status
* @stream: Target stream, which we want to remove the attached planes * @stream: Target stream, which we want to remove the attached planes
* @srf_updates: Array of surface updates
* @surface_count: Number of surface update * @surface_count: Number of surface update
* @is_plane_addition: [in] Fill out with true if it is a plane addition case * @is_plane_addition: [in] Fill out with true if it is a plane addition case
* *
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment