Skip to content

Commit eeb90e2

Browse files
Logush Oliveralexdeucher
authored andcommitted
drm/amd/display: Fix edp_bootup_bl_level initialization issue
[why] Updating the file to fix the missing line Signed-off-by: Logush Oliver <ollogush@amd.com> Reviewed-by: Charlene Liu <Charlene.Liu@amd.com> Acked-by: Bindu Ramamurthy <bindu.r@amd.com> Tested-by: Daniel Wheeler <daniel.wheeler@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
1 parent 452c76d commit eeb90e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/gpu/drm/amd/display/dc/bios/bios_parser2.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2140,7 +2140,7 @@ static enum bp_result get_integrated_info_v2_1(
21402140
info_v2_1->edp1_info.edp_pwr_down_bloff_to_vary_bloff;
21412141
info->edp1_info.edp_panel_bpc =
21422142
info_v2_1->edp1_info.edp_panel_bpc;
2143-
info->edp1_info.edp_bootup_bl_level =
2143+
info->edp1_info.edp_bootup_bl_level = info_v2_1->edp1_info.edp_bootup_bl_level;
21442144

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

0 commit comments

Comments
 (0)