[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 ------------------------------------------------------------------------------------------------------------------ 1 Commerce Valley Dr E, Thornhill, ON L3T 7X6 Facebook | Twitter | amd.com -----Original Message----- From: Eryk Brol <eryk.brol@xxxxxxx> Sent: March 5, 2021 3:03 PM To: amd-gfx@xxxxxxxxxxxxxxxxxxxxx Cc: Wentland, Harry <Harry.Wentland@xxxxxxx>; Li, Sun peng (Leo) <Sunpeng.Li@xxxxxxx>; Lakha, Bhawanpreet <Bhawanpreet.Lakha@xxxxxxx>; Siqueira, Rodrigo <Rodrigo.Siqueira@xxxxxxx>; Pillai, Aurabindo <Aurabindo.Pillai@xxxxxxx>; Zhuo, Qingqing <Qingqing.Zhuo@xxxxxxx>; Brol, Eryk <Eryk.Brol@xxxxxxx>; R, Bindu <Bindu.R@xxxxxxx>; Jacob, Anson <Anson.Jacob@xxxxxxx>; Brol, Eryk <Eryk.Brol@xxxxxxx>; Wheeler, Daniel <Daniel.Wheeler@xxxxxxx> Subject: [PATCH 00/14] DC Patches March 8, 2021 This DC patchset brings improvements in multiple areas. In summary we highlight: * DMUB fixes * Firmware relase 0.0.55 * Expanded dmub_cmd documentation * Enhancements in DCN30 Anthony Koo (1): drm/amd/display: [FW Promotion] Release 0.0.55 Aric Cyr (1): drm/amd/display: 3.2.126 Dillon Varone (1): drm/amd/display: Enabled pipe harvesting in dcn30 Jake Wang (1): drm/amd/display: Added multi instance support for panel control Joshua Aberback (1): drm/amd/display: Align cursor cache address to 2KB Martin Leung (2): drm/amd/display: Skip powerstate DC hw access if virtual dal drm/amd/display: Fix typo when retrieving dppclk from UEFI config Qingqing Zhuo (2): drm/amd/display: Enable pflip interrupt upon pipe enable drm/amd/display: Fix warning Sung Lee (1): drm/amd/display: Revert dram_clock_change_latency for DCN2.1 Yongqiang Sun (4): drm/amd/display: Move define from internal header to dmub_cmd.h drm/amd/display: Fix dmub trace event not update issue drm/amd/display: Read all the trace entry if it is not empty drm/amd/display: Fixed read/write pointer issue for get dmub trace Cc: Daniel Wheeler <daniel.wheeler@xxxxxxx> .../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 6 +- .../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.h | 11 +- .../drm/amd/display/dc/bios/bios_parser2.c | 5 +- .../drm/amd/display/dc/bios/command_table2.c | 21 +- .../drm/amd/display/dc/bios/command_table2.h | 3 +- .../display/dc/clk_mgr/dcn20/dcn20_clk_mgr.c | 2 +- drivers/gpu/drm/amd/display/dc/core/dc.c | 3 + drivers/gpu/drm/amd/display/dc/core/dc_link.c | 2 +- drivers/gpu/drm/amd/display/dc/dc.h | 3 +- .../gpu/drm/amd/display/dc/dc_bios_types.h | 3 +- drivers/gpu/drm/amd/display/dc/dc_dmub_srv.c | 8 +- drivers/gpu/drm/amd/display/dc/dc_dmub_srv.h | 2 +- .../display/dc/dce110/dce110_hw_sequencer.c | 17 +- .../gpu/drm/amd/display/dc/dcn10/dcn10_hubp.c | 11 + .../gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h | 6 + .../amd/display/dc/dcn10/dcn10_hw_sequencer.c | 7 + .../gpu/drm/amd/display/dc/dcn20/dcn20_hubp.c | 1 + .../drm/amd/display/dc/dcn20/dcn20_hwseq.c | 6 + .../gpu/drm/amd/display/dc/dcn21/dcn21_hubp.c | 1 + .../drm/amd/display/dc/dcn21/dcn21_resource.c | 2 +- .../gpu/drm/amd/display/dc/dcn30/dcn30_hubp.c | 1 + .../drm/amd/display/dc/dcn30/dcn30_hwseq.c | 5 +- .../drm/amd/display/dc/dcn30/dcn30_resource.c | 31 + drivers/gpu/drm/amd/display/dc/inc/hw/hubp.h | 2 + drivers/gpu/drm/amd/display/dmub/dmub_srv.h | 2 +- .../gpu/drm/amd/display/dmub/inc/dmub_cmd.h | 846 +++++++++++++++++- .../gpu/drm/amd/display/dmub/src/dmub_srv.c | 25 +- 27 files changed, 948 insertions(+), 84 deletions(-) -- 2.25.1 _______________________________________________ amd-gfx mailing list amd-gfx@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/amd-gfx