[PATCH 12/12] drm/amd/display: 3.2.177

2022-03-10 Thread Agustin Gutierrez
during LT fixes - Null point filters - [FW Promotion] Release 0.0.108.0 Acked-by: Agustin Gutierrez Signed-off-by: Aric Cyr --- drivers/gpu/drm/amd/display/dc/dc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/amd/display/dc/dc.h b/drivers/gpu/drm/amd

[PATCH 11/12] drm/amd/display: [FW Promotion] Release 0.0.108.0

2022-03-10 Thread Agustin Gutierrez
From: Anthony Koo Reviewed-by: Aric Cyr Acked-by: Agustin Gutierrez Signed-off-by: Anthony Koo --- drivers/gpu/drm/amd/display/dmub/inc/dmub_cmd.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/amd/display/dmub/inc/dmub_cmd.h b/drivers/gpu/drm/amd

[PATCH 10/12] drm/amd/display: Add save/restore PANEL_PWRSEQ_REF_DIV2

2022-03-10 Thread Agustin Gutierrez
From: Charlene Liu [why] DCN31 has this in zstate save/restore sequence. need for non_zstate supported ASIC [how] add this PANEL_PWRSEQ_REF_DIV2 to existing panel_cntl_hw_init structure. Reviewed-by: Nicholas Kazlauskas Acked-by: Agustin Gutierrez Signed-off-by: Charlene Liu --- .../amd

[PATCH 09/12] drm/amd/display: Wait for hubp read line for Pollock

2022-03-10 Thread Agustin Gutierrez
-by: Agustin Gutierrez Signed-off-by: Becle Lee --- drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.c | 15 +++ drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h | 4 .../gpu/drm/amd/display/dc/dcn10/dcn10_resource.c | 15 +++ .../gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c

[PATCH 08/12] drm/amd/display: Add null pointer filter

2022-03-10 Thread Agustin Gutierrez
From: Jing Zhou [Why & How] Add null pointer filter for logical integrity. Reviewed-by: Charlene Liu Acked-by: Agustin Gutierrez Signed-off-by: Jing Zhou --- drivers/gpu/drm/amd/display/dc/gpio/gpio_service.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/dri

[PATCH 07/12] drm/amd/display: Retry when fail reading lane status during LT

2022-03-10 Thread Agustin Gutierrez
treat lanes status as previous one and repeat LT steps again. Reviewed-by: Wenjing Liu Acked-by: Agustin Gutierrez Signed-off-by: Wayne Lin --- .../gpu/drm/amd/display/dc/core/dc_link_dp.c | 30 --- 1 file changed, 19 insertions(+), 11 deletions(-) diff --git a/drivers/gpu/drm

[PATCH 06/12] drm/amd/display: Add new enum for EDID status

2022-03-10 Thread Agustin Gutierrez
From: Dale Zhao [Why] We must support a new type of partial edid return in the future [How] Add interface and case hander for partial edid Reviewed-by: Charlene Liu Acked-by: Agustin Gutierrez Signed-off-by: Dale Zhao --- drivers/gpu/drm/amd/display/dc/core/dc_link.c | 3 +++ drivers/gpu

[PATCH 05/12] drm/amd/display: Block zstate when more than one plane enabled

2022-03-10 Thread Agustin Gutierrez
, so we disable both. Reviewed-by: Nicholas Kazlauskas Reviewed-by: Nevenko Stupar Acked-by: Agustin Gutierrez Signed-off-by: Eric Yang --- .../gpu/drm/amd/display/dc/dml/dcn20/dcn20_fpu.c | 16 ++-- 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/drivers/gpu/drm/amd

[PATCH 04/12] drm/amd/display: Update engine ddc

2022-03-10 Thread Agustin Gutierrez
From: Jing Zhou [Why] Crash caused by a ddc update failure [How] Update engine ddc before release engine. Reviewed-by: Wyatt Wood Reviewed-by: Aric Cyr Acked-by: Agustin Gutierrez Signed-off-by: Jing Zhou --- drivers/gpu/drm/amd/display/dc/dce/dce_aux.c | 1 + 1 file changed, 1 insertion

[PATCH 03/12] drm/amd/display: Fix a few parts in debugfs entry

2022-03-10 Thread Agustin Gutierrez
ewed-by: Rodrigo Siqueira Acked-by: Agustin Gutierrez Signed-off-by: Wayne Lin --- .../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_debugfs.c | 10 +- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_debugfs.c b/drivers/gpu/drm/amd/dis

[PATCH 02/12] drm/amd/display: Add function to get the pipe from the stream context

2022-03-10 Thread Agustin Gutierrez
From: "Leo (Hanghong) Ma" [Why] We need a helper function in dc to grab the pipe from the stream context. [How] Add it. Reviewed-by: Martin Leung Acked-by: Agustin Gutierrez Signed-off-by: Leo (Hanghong) Ma --- drivers/gpu/drm/amd/display/dc/core/dc_stream.c | 14 +

[PATCH 01/12] drm/amd/display: Add I2C escape to support query device exist.

2022-03-10 Thread Agustin Gutierrez
From: "JinZe.Xu" [How] 1. Search OEM I2C info from BIOS and compare with input parameter. 2. If BIOS doesn't record it, just try to read one byte. Reviewed-by: Aric Cyr Acked-by: Agustin Gutierrez Signed-off-by: JinZe.Xu --- drivers/gpu/drm/amd/display/dc/core/dc.

[PATCH 00/12] DC Patches March 10, 2022

2022-03-10 Thread Agustin Gutierrez
This DC patchset brings improvements in multiple areas. In summary: * Fixes on lane status, zstate, engine ddc, debugfx entry. * Enhancements for Pollock, EDID status. * Amongst other. Anthony Koo (1): drm/amd/display: [FW Promotion] Release 0.0.108.0 Aric Cyr (1): drm/amd/display:

[PATCH] drm/amd/display: Update watermark values for DCN301

2022-01-28 Thread Agustin Gutierrez
[Why] There is underflow / visual corruption DCN301, for high bandwidth MST DSC configurations such as 2x1440p144 or 2x4k60. [How] Use up-to-date watermark values for DCN301. Signed-off-by: Agustin Gutierrez --- .../amd/display/dc/clk_mgr/dcn301/vg_clk_mgr.c | 16

[PATCH 22/27] drm/amd/display: Change initializer to single brace

2021-10-15 Thread Agustin Gutierrez
From: Anthony Koo Acked-by: Agustin Gutierrez Sanchez Signed-off-by: Aric Cyr --- drivers/gpu/drm/amd/display/dc/core/dc_link.c | 7 ++--- .../gpu/drm/amd/display/dc/core/dc_link_ddc.c | 2 +- .../gpu/drm/amd/display/dc/core/dc_link_dp.c | 30 +-- .../amd/display/dc/dcn10

[PATCH 23/27] drm/amd/display: 3.2.157

2021-10-15 Thread Agustin Gutierrez
missing PSR state patch. Acked-by: Agustin Gutierrez Sanchez Signed-off-by: Aric Cyr --- drivers/gpu/drm/amd/display/dc/dc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/amd/display/dc/dc.h b/drivers/gpu/drm/amd/display/dc/dc.h index 254b760ae91f

[PATCH 27/27] Revert "drm/amd/display: Add helper for blanking all dp displays"

2021-10-15 Thread Agustin Gutierrez
-by: Agustin Gutierrez --- drivers/gpu/drm/amd/display/dc/core/dc_link.c | 45 --- drivers/gpu/drm/amd/display/dc/dc_link.h | 1 - .../display/dc/dce110/dce110_hw_sequencer.c | 24 -- .../amd/display/dc/dcn10/dcn10_hw_sequencer.c | 41 +++-- .../drm/amd/display

[PATCH 26/27] Revert "drm/amd/display: Fix error in dmesg at boot"

2021-10-15 Thread Agustin Gutierrez
This reverts commit 4e605d4b6a510f751b22df4d13829aefb8a0ccec. --- drivers/gpu/drm/amd/display/dc/core/dc_link.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/amd/display/dc/core/dc_link.c b/drivers/gpu/drm/amd/display/dc/core/dc_link.c index

[PATCH 25/27] drm/amd/display: [FW Promotion] Release 0.0.88

2021-10-15 Thread Agustin Gutierrez
From: Anthony Koo Acked-by: Agustin Gutierrez Sanchez Signed-off-by: Anthony Koo --- drivers/gpu/drm/amd/display/dmub/inc/dmub_cmd.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/amd/display/dmub/inc/dmub_cmd.h b/drivers/gpu/drm/amd/display/dmub/inc

[PATCH 17/27] drm/amd/display: Increase watermark latencies for DCN3.1

2021-10-15 Thread Agustin Gutierrez
From: Nikola Cornij [why] The original latencies were causing underflow in some modes [how] Replace with the up-to-date watermark values based on new measurments Reviewed-by: Ahmad Othman Acked-by: Agustin Gutierrez Sanchez Signed-off-by: Nikola Cornij --- .../amd/display/dc/clk_mgr/dcn31

[PATCH 20/27] drm/amd/display: Moved dccg init to after bios golden init

2021-10-15 Thread Agustin Gutierrez
From: Jake Wang [Why] bios_golden_init will override dccg_init during init_hw. [How] Move dccg_init to after bios_golden_init. Reviewed-by: Aric Cyr Reviewed-by: Eric Yang Acked-by: Agustin Gutierrez Sanchez Signed-off-by: Jake Wang --- drivers/gpu/drm/amd/display/dc/dcn31/dcn31_hwseq.c

[PATCH 24/27] drm/amd/display: Add bios parser support for latest firmware_info

2021-10-15 Thread Agustin Gutierrez
From: Nevenko Stupar [Why] V3_4 is latest in use. [How] Add bios parser support for firmware_info_v3_4 along with some relevant fields it is also retrieving from dce_info and smu_info. Reviewed-by: Jun Lei Acked-by: Agustin Gutierrez Sanchez Signed-off-by: Nevenko Stupar --- .../drm/amd

[PATCH 21/27] drm/amd/display: Disable hdmistream and hdmichar clocks

2021-10-15 Thread Agustin Gutierrez
From: Jake Wang [Why & How] Disable hdmistream and hdmichar root clocks when not being used. Reviewed-by: Aric Cyr Acked-by: Agustin Gutierrez Sanchez Signed-off-by: Jake Wang --- drivers/gpu/drm/amd/display/dc/dcn20/dcn20_dccg.h| 9 +++-- drivers/gpu/drm/amd/display/dc/d

[PATCH 18/27] drm/amd/display: Disable dpstreamclk, symclk32_se, and symclk32_le

2021-10-15 Thread Agustin Gutierrez
From: Jake Wang [Why & How] Disable dpstreamclk, symclk32_se, and symclk32_le when not in use. Reviewed-by: Ariel Bernstein Acked-by: Agustin Gutierrez Sanchez Signed-off-by: Jake Wang --- .../gpu/drm/amd/display/dc/dcn20/dcn20_dccg.h | 15 ++- .../gpu/drm/amd/display/dc/dcn31/dcn31_dc

[PATCH 19/27] drm/amd/display: Removed z10 save after dsc disable

2021-10-15 Thread Agustin Gutierrez
From: Jake Wang [Why & How] Z10 save is done during PSR and bootup. DSC disable does not need to save for Z10. Reviewed-by: Eric Yang Acked-by: Agustin Gutierrez Sanchez Signed-off-by: Jake Wang --- drivers/gpu/drm/amd/display/dc/dcn31/dcn31_hwseq.c | 4 1 file changed, 4 delet

[PATCH 16/27] drm/amd/display: increase Z9 latency to workaround underflow in Z9

2021-10-15 Thread Agustin Gutierrez
From: Eric Yang [Why] Z9 latency is higher than when we originally tuned the watermark parameters, causing underflow. Increasing the value until the latency issues is resolved. Reviewed-by: Nicholas Kazlauskas Acked-by: Agustin Gutierrez Sanchez Signed-off-by: Eric Yang --- drivers/gpu/drm

[PATCH 14/27] drm/amd/display: Disable dsc root clock when not being used

2021-10-15 Thread Agustin Gutierrez
From: Jake Wang [Why & How] Disable root clock for dsc when not being used. Reviewed-by: Nikola Cornij Acked-by: Agustin Gutierrez Sanchez Signed-off-by: Jake Wang --- .../gpu/drm/amd/display/dc/dcn20/dcn20_dccg.h | 16 - .../gpu/drm/amd/display/dc/dcn31/dcn31_dccg.c

[PATCH 15/27] drm/amd/display: Require immediate flip support for DCN3.1 planes

2021-10-15 Thread Agustin Gutierrez
it as part of DML input parameters. This can't be enabled unconditionally on older ASIC because it blocks some expected modes so only target DCN3.1 for now. Reviewed-by: Dmytro Laktyushkin Acked-by: Agustin Gutierrez Sanchez Signed-off-by: Nicholas Kazlauskas --- drivers/gpu/drm/amd/display

[PATCH 13/27] drm/amd/display: Add missing PSR state

2021-10-15 Thread Agustin Gutierrez
-by: Wyatt Wood Acked-by: Agustin Gutierrez Sanchez Signed-off-by: Mikita Lipski --- drivers/gpu/drm/amd/display/dc/dc_types.h | 1 + drivers/gpu/drm/amd/display/dc/dce/dmub_psr.c | 2 ++ 2 files changed, 3 insertions(+) diff --git a/drivers/gpu/drm/amd/display/dc/dc_types.h b/drivers/gpu

[PATCH 11/27] drm/amd/display: Fix DP2 SE and LE SYMCLK selection for B0 PHY

2021-10-15 Thread Agustin Gutierrez
From: Hansen Remap phyd32clk to PHYF and PHYG for B0, PHYC and PHYD are unused Reviewed-by: Nicholas Kazlauskas Acked-by: Agustin Gutierrez Sanchez Signed-off-by: Hansen --- .../gpu/drm/amd/display/dc/dcn31/dcn31_dccg.c | 17 + 1 file changed, 17 insertions(+) diff --git

[PATCH 12/27] drm/amd/display: Fix prefetch bandwidth calculation for DCN3.1

2021-10-15 Thread Agustin Gutierrez
as the rest of the pixel data during vactive. Reviewed-by: Dmytro Laktyushkin Acked-by: Agustin Gutierrez Sanchez Signed-off-by: Nicholas Kazlauskas --- .../gpu/drm/amd/display/dc/dml/dcn31/display_mode_vba_31.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/gpu/drm

[PATCH 09/27] drm/amd/display: Removed power down on boot from DCN31

2021-10-15 Thread Agustin Gutierrez
From: "Lai, Derek" [Why] Error message on Linux when booting. [How] Removed power down on boot from DCN31 HW init to match DCN10 HW init. Reviewed-by: Anthony Koo Acked-by: Agustin Gutierrez Sanchez Signed-off-by: Derek Lai --- .../drm/amd/display/dc/dcn31/dcn31_hwseq

[PATCH 10/27] drm/amd/display: Limit display scaling to up to true 4k for DCN 3.1

2021-10-15 Thread Agustin Gutierrez
From: Nikola Cornij [why] The requirement is that image width up to 4096 shall be supported Reviewed-by: Aric Cyr Acked-by: Agustin Gutierrez Sanchez Signed-off-by: Nikola Cornij --- drivers/gpu/drm/amd/display/dc/dcn31/dcn31_resource.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion

[PATCH 08/27] drm/amd/display: Validate plane rects before use

2021-10-15 Thread Agustin Gutierrez
From: Aric Cyr [Why] Calculation of scaling ratio can result in a crash due to zero'd src or dst plane rects. [How] Validate that src and dst rects are valid before using for scaling calculations. Reviewed-by: Josip Pavic Acked-by: Agustin Gutierrez Sanchez Signed-off-by: Aric Cyr

[PATCH 06/27] drm/amd/display: do not compare integers of different widths

2021-10-15 Thread Agustin Gutierrez
From: Josip Pavic [Why & How] Increase width of some variables to avoid comparing integers of different widths Reviewed-by: Aric Cyr Acked-by: Agustin Gutierrez Sanchez Signed-off-by: Josip Pavic --- drivers/gpu/drm/amd/display/dc/core/dc_link.c | 4 ++-- 1 file changed, 2 insertions(+

[PATCH 07/27] drm/amd/display: correct apg audio channel enable golden value

2021-10-15 Thread Agustin Gutierrez
From: Wenjing Liu Hardware team has recommended to generically hard code this register to 0xFF as part of the effort to eventually remove this control. However we set it to 0xF instead. This causes 4 of audio 8ch to be muted. Reviewed-by: Ariel Bernstein Acked-by: Agustin Gutierrez Sanchez

[PATCH 04/27] drm/amd/display: add DP2.0 debug option to set MST_EN for SST stream

2021-10-15 Thread Agustin Gutierrez
From: Wenjing Liu [why] Some DP2.0 RX requires us to set MST_EN even for SST configuration. We added this debug option so we can configure this temporary workaround for the RX. Reviewed-by: George Shen Acked-by: Agustin Gutierrez Sanchez Signed-off-by: Wenjing Liu --- drivers/gpu/drm/amd

[PATCH 03/27] drm/amd/display: Do not skip link training on DP quick hot plug

2021-10-15 Thread Agustin Gutierrez
Somasundaram Reviewed-by: Jun Lei Acked-by: Agustin Gutierrez Sanchez Signed-off-by: Jimmy Kizito --- drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c | 2 +- drivers/gpu/drm/amd/display/dc/core/dc_link_enc_cfg.c | 9 ++--- drivers/gpu/drm/amd/display/dc/inc/link_enc_cfg.h | 2 +- 3 files

[PATCH 02/27] drm/amd/display: Clear encoder assignment for copied streams

2021-10-15 Thread Agustin Gutierrez
Reviewed-by: Jun Lei Acked-by: Agustin Gutierrez Sanchez Signed-off-by: Jimmy Kizito --- drivers/gpu/drm/amd/display/dc/core/dc_stream.c | 4 1 file changed, 4 insertions(+) diff --git a/drivers/gpu/drm/amd/display/dc/core/dc_stream.c b/drivers/gpu/drm/amd/display/dc/core/dc_stream.c index

[PATCH 05/27] drm/amd/display: Clean Up VPG Low Mem Power

2021-10-15 Thread Agustin Gutierrez
From: Michael Strauss [WHAT] One of the current VPG power on calls is unnecessary Reviewed-by: Eric Yang Acked-by: Agustin Gutierrez Sanchez Signed-off-by: Michael Strauss --- drivers/gpu/drm/amd/display/dc/core/dc.c| 10 -- drivers/gpu/drm/amd/display/dc/dcn31

[PATCH 01/27] drm/amd/display: Disable dpp root clock when not being used

2021-10-15 Thread Agustin Gutierrez
From: Jake Wang [Why & How] Disable root clock for dpp when not being used. Reviewed-by: Eric Yang Acked-by: Agustin Gutierrez Sanchez Signed-off-by: Jake Wang --- .../display/dc/clk_mgr/dcn31/dcn31_clk_mgr.c | 5 ++- .../gpu/drm/amd/display/dc/dcn31/dcn31_dccg.c

[PATCH 00/27] DC Patchset for October 15

2021-10-15 Thread Agustin Gutierrez
patch. Cc: Daniel Wheeler Cc: Mark Broadworth Agustin Gutierrez (2): Revert "drm/amd/display: Fix error in dmesg at boot" Revert "drm/amd/display: Add helper for blanking all dp displays" Anthony Koo (2): drm/amd/display: Change initializer to single brace

[PATCH 07/27] drm/amd/display: correct apg audio channel enable golden value

2021-10-15 Thread Agustin Gutierrez
From: Wenjing Liu Hardware team has recommended to generically hard code this register to 0xFF as part of the effort to eventually remove this control. However we set it to 0xF instead. This causes 4 of audio 8ch to be muted. Reviewed-by: Ariel Bernstein Acked-by: Agustin Gutierrez Sanchez

[PATCH 08/27] drm/amd/display: Validate plane rects before use

2021-10-15 Thread Agustin Gutierrez
From: Aric Cyr [Why] Calculation of scaling ratio can result in a crash due to zero'd src or dst plane rects. [How] Validate that src and dst rects are valid before using for scaling calculations. Reviewed-by: Josip Pavic Acked-by: Agustin Gutierrez Sanchez Signed-off-by: Aric Cyr

[PATCH 04/27] drm/amd/display: add DP2.0 debug option to set MST_EN for SST stream

2021-10-15 Thread Agustin Gutierrez
From: Wenjing Liu [why] Some DP2.0 RX requires us to set MST_EN even for SST configuration. We added this debug option so we can configure this temporary workaround for the RX. Reviewed-by: George Shen Acked-by: Agustin Gutierrez Sanchez Signed-off-by: Wenjing Liu --- drivers/gpu/drm/amd

[PATCH 06/27] drm/amd/display: do not compare integers of different widths

2021-10-15 Thread Agustin Gutierrez
From: Josip Pavic [Why & How] Increase width of some variables to avoid comparing integers of different widths Reviewed-by: Aric Cyr Acked-by: Agustin Gutierrez Sanchez Signed-off-by: Josip Pavic --- drivers/gpu/drm/amd/display/dc/core/dc_link.c | 4 ++-- 1 file changed, 2 insertions(+

[PATCH 05/27] drm/amd/display: Clean Up VPG Low Mem Power

2021-10-15 Thread Agustin Gutierrez
From: Michael Strauss [WHAT] One of the current VPG power on calls is unnecessary Reviewed-by: Eric Yang Acked-by: Agustin Gutierrez Sanchez Signed-off-by: Michael Strauss --- drivers/gpu/drm/amd/display/dc/core/dc.c| 10 -- drivers/gpu/drm/amd/display/dc/dcn31

[PATCH 03/27] drm/amd/display: Do not skip link training on DP quick hot plug

2021-10-15 Thread Agustin Gutierrez
Somasundaram Reviewed-by: Jun Lei Acked-by: Agustin Gutierrez Sanchez Signed-off-by: Jimmy Kizito --- drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c | 2 +- drivers/gpu/drm/amd/display/dc/core/dc_link_enc_cfg.c | 9 ++--- drivers/gpu/drm/amd/display/dc/inc/link_enc_cfg.h | 2 +- 3 files

[PATCH 02/27] drm/amd/display: Clear encoder assignment for copied streams

2021-10-15 Thread Agustin Gutierrez
Reviewed-by: Jun Lei Acked-by: Agustin Gutierrez Sanchez Signed-off-by: Jimmy Kizito --- drivers/gpu/drm/amd/display/dc/core/dc_stream.c | 4 1 file changed, 4 insertions(+) diff --git a/drivers/gpu/drm/amd/display/dc/core/dc_stream.c b/drivers/gpu/drm/amd/display/dc/core/dc_stream.c index

[PATCH 01/27] drm/amd/display: Disable dpp root clock when not being used

2021-10-15 Thread Agustin Gutierrez
From: Jake Wang [Why & How] Disable root clock for dpp when not being used. Reviewed-by: Eric Yang Acked-by: Agustin Gutierrez Sanchez Signed-off-by: Jake Wang --- .../display/dc/clk_mgr/dcn31/dcn31_clk_mgr.c | 5 ++- .../gpu/drm/amd/display/dc/dcn31/dcn31_dccg.c

[PATCH 00/27] DC patchset for October 15

2021-10-15 Thread Agustin Gutierrez
patch. Cc: Daniel Wheeler Cc: Mark Broadworth Agustin Gutierrez (2): Revert "drm/amd/display: Fix error in dmesg at boot" Revert "drm/amd/display: Add helper for blanking all dp displays" Anthony Koo (2): drm/amd/display: Change initializer to single brace