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