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

drm/amd/display: Add 'pstate_keepout' kdoc entry in 'optc1_program_timing'

Fixes the below with gcc W=1:
Function parameter or struct member 'pstate_keepout' not described in 'optc1_program_timing'

Cc: Tom Chung <chiahsuan.chung@amd.com>
Cc: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com>
Cc: Roman Li <roman.li@amd.com>
Cc: Alex Hung <alex.hung@amd.com>
Cc: Aurabindo Pillai <aurabindo.pillai@amd.com>
Cc: Harry Wentland <harry.wentland@amd.com>
Cc: Hamza Mahfooz <hamza.mahfooz@amd.com>
Signed-off-by: default avatarSrinivasan Shanmugam <srinivasan.shanmugam@amd.com>
Reviewed-by: default avatarTom Chung <chiahsuan.chung@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 7a38efee
...@@ -148,6 +148,7 @@ void optc1_setup_vertical_interrupt2( ...@@ -148,6 +148,7 @@ void optc1_setup_vertical_interrupt2(
* @vstartup_start: Vstartup period. * @vstartup_start: Vstartup period.
* @vupdate_offset: Vupdate starting position. * @vupdate_offset: Vupdate starting position.
* @vupdate_width: Vupdate duration. * @vupdate_width: Vupdate duration.
* @pstate_keepout: determines low power mode timing during refresh
* @signal: DC signal types. * @signal: DC signal types.
* @use_vbios: to program timings from BIOS command table. * @use_vbios: to program timings from BIOS command table.
* *
......
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