Skip to content

Commit e146a7a

Browse files
srishanmalexdeucher
authored andcommitted
drm/amd/display: Add kdoc entry for 'program_isharp_1dlut' in 'dpp401_dscl_program_isharp'
Added a descriptor for the 'program_isharp_1dlut' parameter, which is a flag used to determine whether to program the isharp 1D LUT. Fixes the below with gcc W=1: drivers/gpu/drm/amd/amdgpu/../display/dc/dpp/dcn401/dcn401_dpp_dscl.c:963: warning: Function parameter or struct member 'program_isharp_1dlut' not described in 'dpp401_dscl_program_isharp' Cc: Tom Chung <[email protected]> Cc: Rodrigo Siqueira <[email protected]> Cc: Roman Li <[email protected]> Cc: Alex Hung <[email protected]> Cc: Aurabindo Pillai <[email protected]> Cc: Harry Wentland <[email protected]> Cc: Hamza Mahfooz <[email protected]> Signed-off-by: Srinivasan Shanmugam <[email protected]> Reviewed-by: Tom Chung <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
1 parent 559a285 commit e146a7a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/gpu/drm/amd/display/dc/dpp/dcn401/dcn401_dpp_dscl.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -951,6 +951,7 @@ static void dpp401_dscl_set_isharp_filter(
951951
*
952952
* @dpp_base: High level DPP struct
953953
* @scl_data: scalaer_data info
954+
* @program_isharp_1dlut: flag to program isharp 1D LUT
954955
* @bs_coeffs_updated: Blur and Scale Coefficients update flag
955956
*
956957
* This is the primary function to program isharp

0 commit comments

Comments
 (0)