mirror of
https://github.com/torvalds/linux.git
synced 2026-07-27 17:47:41 +02:00
drm/amd/display: Fix kdoc parameter names for DSC padding helper
Replace incorrect kdoc parameter names with the actual function
parameter names used by
dc_update_modified_pix_clock_for_dsc_with_padding().
Fixes the below with gcc W=1:
../display/dc/core/dc_resource.c:4616 function parameter 'stream' not described in 'dc_update_modified_pix_clock_for_dsc_with_padding'
../display/dc/core/dc_resource.c:4616 function parameter 'timing' not described in 'dc_update_modified_pix_clock_for_dsc_with_padding'
../display/dc/core/dc_resource.c:4616 function parameter 'stream' not described in 'dc_update_modified_pix_clock_for_dsc_with_padding'
../display/dc/core/dc_resource.c:4616 function parameter 'timing' not described in 'dc_update_modified_pix_clock_for_dsc_with_padding'
Fixes: 547cc004c3 ("drm/amd/display: add HDMI 2.1 DSC over FRL support")
Cc: Harry Wentland <harry.wentland@amd.com>
Cc: Fangzhi Zuo <Jerry.Zuo@amd.com>
Cc: Dan Wheeler <daniel.wheeler@amd.com>
Cc: Roman Li <roman.li@amd.com>
Cc: Alex Hung <alex.hung@amd.com>
Cc: Tom Chung <chiahsuan.chung@amd.com>
Cc: Aurabindo Pillai <aurabindo.pillai@amd.com>
Signed-off-by: Srinivasan Shanmugam <srinivasan.shanmugam@amd.com>
Reviewed-by: Alex Hung <alex.hung@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
c3778921bf
commit
fed376e1f2
|
|
@ -4603,8 +4603,8 @@ enum dc_status dc_validate_with_context(struct dc *dc,
|
|||
/**
|
||||
* dc_update_modified_pix_clock_for_dsc_with_padding() - update pix_clk for dsc with padding
|
||||
*
|
||||
* @dc_stream_state: Pointer to the stream structure.
|
||||
* @dc_crtc_timing: Pointer to the stream dc_crtc_timing structure.
|
||||
* @stream: Pointer to the stream structure.
|
||||
* @timing: Pointer to the stream dc_crtc_timing structure.
|
||||
* @dsc_padding_params: Pointer to the DSC padding parameters structure.
|
||||
*
|
||||
* This function updated the pix_clk for dsc with padding stored in pipe_ctx
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user