drm/amdgpu/display: Address kdoc for 'is_psr_su' in 'fill_dc_dirty_rects'
authorSrinivasan Shanmugam <srinivasan.shanmugam@amd.com>
Thu, 15 Feb 2024 12:55:40 +0000 (18:25 +0530)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 22 Feb 2024 15:30:57 +0000 (10:30 -0500)
commit3651306ae4c7f3f54caa9feb826a93cc69ccebbf
tree11662caf6a870cd695d7457eb55d0d7578143a72
parent756762aeb11ae1befbbcb7a04cf213a0a67c2646
drm/amdgpu/display: Address kdoc for 'is_psr_su' in 'fill_dc_dirty_rects'

The is_psr_su parameter is a boolean flag indicating whether the Panel
Self Refresh Selective Update (PSR SU) feature is enabled which is a
power-saving feature that allows only the updated regions of the screen
to be refreshed, reducing the amount of data that needs to be sent to
the display.

Fixes the below with gcc W=1:
drivers/gpu/drm/amd/amdgpu/../display/amdgpu_dm/amdgpu_dm.c:5257: warning: Function parameter or member 'is_psr_su' not described in 'fill_dc_dirty_rects'

Fixes: d16df040c8da ("drm/amdgpu: make damage clips support configurable")
Cc: stable@vger.kernel.org
Cc: Hamza Mahfooz <hamza.mahfooz@amd.com>
Cc: Mario Limonciello <mario.limonciello@amd.com>
Cc: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com>
Cc: Aurabindo Pillai <aurabindo.pillai@amd.com>
Signed-off-by: Srinivasan Shanmugam <srinivasan.shanmugam@amd.com>
Reviewed-by: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c