[AMD Public Use] Hi all, This week this patchset was tested on a HP Envy 360, with Ryzen 5 4500U, on the following display types (via usb-c to dp/dvi/hdmi/vga): 4k 60z, 1440p 144hz, 1680*1050 60hz, internal eDP 1080p 60hz Tested on a Sapphire Pulse RX5700XT on the following display types (via DP): 4k60 60hz, 1440p 144hz, 1680x1050 60hz. Also tested on a Reference AMD RX6800 on the following display types (via DP): 4k60 60hz, 1440p 144hz. Also using a MST hub at 2x 4k 30hz on all systems. Thank you, Dan Wheeler Technologist | AMD SW Display O +(1) 905-882-2600 ext. 74665 ------------------------------------------------------------------------------------------------------------------ 1 Commerce Valley Dr E, Thornhill, ON L3T 7X6 Facebook | Twitter | amd.com -----Original Message----- From: amd-gfx <amd-gfx-bounces@xxxxxxxxxxxxxxxxxxxxx> On Behalf Of Solomon Chiu Sent: March 14, 2021 9:40 PM To: amd-gfx@xxxxxxxxxxxxxxxxxxxxx Cc: Brol, Eryk <Eryk.Brol@xxxxxxx>; Chiu, Solomon <Solomon.Chiu@xxxxxxx>; Li, Sun peng (Leo) <Sunpeng.Li@xxxxxxx>; Wentland, Harry <Harry.Wentland@xxxxxxx>; Zhuo, Qingqing <Qingqing.Zhuo@xxxxxxx>; Siqueira, Rodrigo <Rodrigo.Siqueira@xxxxxxx>; Jacob, Anson <Anson.Jacob@xxxxxxx>; Pillai, Aurabindo <Aurabindo.Pillai@xxxxxxx>; Lakha, Bhawanpreet <Bhawanpreet.Lakha@xxxxxxx>; R, Bindu <Bindu.R@xxxxxxx> Subject: [PATCH 00/23] DC Patches March 15, 2021 This DC patchset brings improvements in multiple areas. In summary, we highlight: * Add debug out when viewport too small * use max lb for latency hiding * System black screen hangs on driver load * Fix UBSAN warning for not a valid value for type '_Bool' * Fix for outbox1 ring buffer typecasting issue * Bypass sink detect when there are no eDPs connected * Increase precision for bpp in DSC calculations * Add changes for dsc bpp in 16ths and unify bw calculations * Correct algorithm for reversed gamma * Remove MPC gamut remap logic for DCN30 * Fix typo for helpers function name * Fix secure display lock problems * Fix no previous prototype warning * Separate caps for maximum RGB and YUV plane counts * Add debugfs to control DMUB trace buffer events * [FW Promotion] Release 0.0.56 * DCHUB underflow counter increasing in some scenarios * fix dml prefetch validation * fix dcn3+ bw validation soc param update sequence * add a func to disable accelerated mode * Fix potential memory leak Anson Jacob (1): drm/amd/display: Fix UBSAN warning for not a valid value for type '_Bool' Anthony Koo (1): drm/amd/display: [FW Promotion] Release 0.0.56 Aric Cyr (4): drm/amd/display: 3.2.126.1 drm/amd/display: System black screen hangs on driver load drm/amd/display: DCHUB underflow counter increasing in some scenarios drm/amd/display: 3.2.127 Atufa Khan (1): drm/amd/display: Separate caps for maximum RGB and YUV plane counts Calvin Hou (1): drm/amd/display: Correct algorithm for reversed gamma Dillon Varone (2): drm/amd/display: Add changes for dsc bpp in 16ths and unify bw calculations drm/amd/display: Remove MPC gamut remap logic for DCN30 Dmytro Laktyushkin (3): drm/amd/display: use max lb for latency hiding drm/amd/display: fix dml prefetch validation drm/amd/display: fix dcn3+ bw validation soc param update sequence Jake Wang (1): drm/amd/display: Bypass sink detect when there are no eDPs connected Jun Lei (1): drm/amd/display: Increase precision for bpp in DSC calculations Leo (Hanghong) Ma (2): drm/amd/display: Fix typo for helpers function name drm/amd/display: Add debugfs to control DMUB trace buffer events Meenakshikumar Somasundaram (1): drm/amd/display: Fix for outbox1 ring buffer typecasting issue Nikola Cornij (1): drm/amd/display: Add debug out when viewport too small Qingqing Zhuo (1): drm/amd/display: Fix potential memory leak Wayne Lin (2): drm/amd/display: Fix secure display lock problems drm/amd/display: Fix no previous prototype warning Yao Wang1 (1): drm/amd/display: add a func to disable accelerated mode .../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 33 +- .../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.h | 1 + .../drm/amd/display/amdgpu_dm/amdgpu_dm_crc.c | 10 +- .../amd/display/amdgpu_dm/amdgpu_dm_debugfs.c | 43 +- .../amd/display/amdgpu_dm/amdgpu_dm_helpers.c | 2 +- .../amd/display/dc/bios/bios_parser_helper.c | 5 +- .../amd/display/dc/bios/bios_parser_helper.h | 2 +- .../amd/display/dc/clk_mgr/dcn21/rn_clk_mgr.c | 48 +- .../display/dc/clk_mgr/dcn30/dcn30_clk_mgr.c | 4 +- drivers/gpu/drm/amd/display/dc/core/dc.c | 31 +- drivers/gpu/drm/amd/display/dc/core/dc_link.c | 9 +- drivers/gpu/drm/amd/display/dc/dc.h | 12 +- drivers/gpu/drm/amd/display/dc/dc_dmub_srv.c | 2 +- drivers/gpu/drm/amd/display/dc/dc_dsc.h | 9 +- drivers/gpu/drm/amd/display/dc/dc_hw_types.h | 1 + .../display/dc/dce110/dce110_hw_sequencer.c | 2 +- .../amd/display/dc/dce110/dce110_resource.c | 2 + .../drm/amd/display/dc/dcn10/dcn10_resource.c | 6 +- .../drm/amd/display/dc/dcn20/dcn20_hwseq.c | 34 +- .../drm/amd/display/dc/dcn20/dcn20_resource.c | 8 +- .../drm/amd/display/dc/dcn21/dcn21_resource.c | 11 +- .../amd/display/dc/dcn30/dcn30_cm_common.c | 26 +- .../drm/amd/display/dc/dcn30/dcn30_resource.c | 23 +- .../drm/amd/display/dc/dcn30/dcn30_resource.h | 1 + .../amd/display/dc/dcn301/dcn301_resource.c | 7 +- .../amd/display/dc/dcn302/dcn302_resource.c | 7 +- drivers/gpu/drm/amd/display/dc/dm_helpers.h | 2 +- .../dc/dml/dcn20/display_mode_vba_20.c | 1 + .../dc/dml/dcn20/display_mode_vba_20v2.c | 1 + drivers/gpu/drm/amd/display/dc/dsc/dc_dsc.c | 105 +-- .../gpu/drm/amd/display/dc/inc/core_types.h | 2 + .../gpu/drm/amd/display/dmub/inc/dmub_cmd.h | 668 ++++++++++++++---- .../gpu/drm/amd/display/dmub/src/dmub_srv.c | 2 +- 33 files changed, 758 insertions(+), 362 deletions(-) -- 2.29.0 _______________________________________________ amd-gfx mailing list amd-gfx@xxxxxxxxxxxxxxxxxxxxx https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Flists.freedesktop.org%2Fmailman%2Flistinfo%2Famd-gfx&data=04%7C01%7Cdaniel.wheeler%40amd.com%7Ca16e903f56f147ffeb2308d8e7a49859%7C3dd8961fe4884e608e11a82d994e183d%7C0%7C0%7C637514041434999129%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=gdPgcQHGPw2agSMyp31ZjkqfwI6%2Fr9LtYpnnfijn2Tg%3D&reserved=0 _______________________________________________ amd-gfx mailing list amd-gfx@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/amd-gfx