[AMD Official Use Only - General] Hi Jas,
Please add drm/amd/display prefix to the patch title. -- Regards, Jay ________________________________ From: Dhillon, Jasdeep <[email protected]> Sent: Wednesday, September 21, 2022 8:18 PM To: [email protected] <[email protected]> Cc: Wentland, Harry <[email protected]>; Li, Sun peng (Leo) <[email protected]>; Lakha, Bhawanpreet <[email protected]>; Siqueira, Rodrigo <[email protected]>; Pillai, Aurabindo <[email protected]>; Zhuo, Qingqing (Lillian) <[email protected]>; Li, Roman <[email protected]>; Lin, Wayne <[email protected]>; Wang, Chao-kai (Stylon) <[email protected]>; Chiu, Solomon <[email protected]>; Kotarac, Pavle <[email protected]>; Gutierrez, Agustin <[email protected]>; Chen, Ian <[email protected]>; Pavic, Josip <[email protected]>; Dhillon, Jasdeep <[email protected]> Subject: [PATCH 21/31] Add ABM control to panel_config struct. From: Ian Chen <[email protected]> Reviewed-by: Josip Pavic <[email protected]> Acked-by: Jasdeep Dhillon <[email protected]> Signed-off-by: Ian Chen <[email protected]> --- drivers/gpu/drm/amd/display/dc/dc_link.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/drivers/gpu/drm/amd/display/dc/dc_link.h b/drivers/gpu/drm/amd/display/dc/dc_link.h index 6e49ec262487..bf5f9e2773bc 100644 --- a/drivers/gpu/drm/amd/display/dc/dc_link.h +++ b/drivers/gpu/drm/amd/display/dc/dc_link.h @@ -127,6 +127,12 @@ struct dc_panel_config { unsigned int extra_t12_ms; unsigned int extra_post_OUI_ms; } pps; + // ABM + struct varib { + unsigned int varibright_feature_enable; + unsigned int def_varibright_level; + unsigned int abm_config_setting; + } varib; // edp DSC struct dsc { bool disable_dsc_edp; -- 2.25.1
