All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 08/12] drm/amd/display: Fix edp_bootup_bl_level initialization issue
@ 2021-06-18 19:07 Bindu Ramamurthy
  2021-06-21 14:46 ` Harry Wentland
  0 siblings, 1 reply; 2+ messages in thread
From: Bindu Ramamurthy @ 2021-06-18 19:07 UTC (permalink / raw)
  To: amd-gfx
  Cc: Logush Oliver, Charlene Liu, Eryk.Brol, Sunpeng.Li,
	Harry.Wentland, Qingqing.Zhuo, Rodrigo.Siqueira, Anson.Jacob,
	Aurabindo.Pillai, Bhawanpreet.Lakha, bindu.r

From: Logush Oliver <ollogush@amd.com>

[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>
---
 drivers/gpu/drm/amd/display/dc/bios/bios_parser2.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/amd/display/dc/bios/bios_parser2.c b/drivers/gpu/drm/amd/display/dc/bios/bios_parser2.c
index 7d1c1b76d8d0..840d7aca17cf 100644
--- a/drivers/gpu/drm/amd/display/dc/bios/bios_parser2.c
+++ b/drivers/gpu/drm/amd/display/dc/bios/bios_parser2.c
@@ -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);
-- 
2.25.1

_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH 08/12] drm/amd/display: Fix edp_bootup_bl_level initialization issue
  2021-06-18 19:07 [PATCH 08/12] drm/amd/display: Fix edp_bootup_bl_level initialization issue Bindu Ramamurthy
@ 2021-06-21 14:46 ` Harry Wentland
  0 siblings, 0 replies; 2+ messages in thread
From: Harry Wentland @ 2021-06-21 14:46 UTC (permalink / raw)
  To: Bindu Ramamurthy, amd-gfx
  Cc: Logush Oliver, Charlene Liu, Eryk.Brol, Sunpeng.Li,
	Qingqing.Zhuo, Rodrigo.Siqueira, Anson.Jacob, Aurabindo.Pillai,
	Bhawanpreet.Lakha



On 2021-06-18 3:07 p.m., Bindu Ramamurthy wrote:
> From: Logush Oliver <ollogush@amd.com>
> 
> [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>
> ---
>  drivers/gpu/drm/amd/display/dc/bios/bios_parser2.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/gpu/drm/amd/display/dc/bios/bios_parser2.c b/drivers/gpu/drm/amd/display/dc/bios/bios_parser2.c
> index 7d1c1b76d8d0..840d7aca17cf 100644
> --- a/drivers/gpu/drm/amd/display/dc/bios/bios_parser2.c
> +++ b/drivers/gpu/drm/amd/display/dc/bios/bios_parser2.c
> @@ -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;
>  

This hints at a previous patch not building successfully. Please ensure
all patches in the series are building. It can be easily checked
with 'git rebase -i --exec make'.

Make sure this gets squashed with the faulty patch before merging.

Thanks,
Harry

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

_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-06-21 14:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-18 19:07 [PATCH 08/12] drm/amd/display: Fix edp_bootup_bl_level initialization issue Bindu Ramamurthy
2021-06-21 14:46 ` Harry Wentland

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.