Commit eeb90e26 authored by Logush Oliver's avatar Logush Oliver Committed by Alex Deucher
Browse files

drm/amd/display: Fix edp_bootup_bl_level initialization issue



[why]
Updating the file to fix the missing line

Signed-off-by: default avatarLogush Oliver <ollogush@amd.com>
Reviewed-by: default avatarCharlene Liu <Charlene.Liu@amd.com>
Acked-by: default avatarBindu Ramamurthy <bindu.r@amd.com>
Tested-by: default avatarDaniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 452c76df
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2140,7 +2140,7 @@ static enum bp_result get_integrated_info_v2_1(
		info_v2_1->edp1_info.edp_pwr_down_bloff_to_vary_bloff;
	info->edp1_info.edp_panel_bpc =
		info_v2_1->edp1_info.edp_panel_bpc;
	info->edp1_info.edp_bootup_bl_level =
	info->edp1_info.edp_bootup_bl_level = info_v2_1->edp1_info.edp_bootup_bl_level;

	info->edp2_info.edp_backlight_pwm_hz =
	le16_to_cpu(info_v2_1->edp2_info.edp_backlight_pwm_hz);