This DC patchset brings improvements in multiple areas. In summary, we highlight: * Fixed compilation issue under allconfig; * Enhancements in DSC, ABM, etc.; * Implemented VSIF V3. Anthony Koo (1): drm/amd/display: [FW Promotion] Release 0.0.25 Aric Cyr (2): drm/amd/display: remove unhelpful 5ms delay drm/amd/display: 3.2.95 Aurabindo Pillai (3): drm/amd/display: Make new dc interface for adding dsc resource drm/amd/display: Call dsc related functions indirectly via dc interface drm/amd/display: Add additional config guards for DCN Eryk Brol (1): drm/amd/display: Add DSC parameters logging to debugfs Igor Kravchenko (1): drm/amd/display: interface to obtain minimum plane size caps Naveed Ashfaq (1): drm/amd/display: Improve compatibility by re-ordering info-packets Reza Amini (1): drm/amd/display: Implement AMD VSIF V3 Roman Li (1): drm/amd/display: Decouple ABM init from dmcu Wenjing Liu (1): drm/amd/display: rename dsc extended caps as dsc branch decoder caps .../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 21 +- .../amd/display/amdgpu_dm/amdgpu_dm_debugfs.c | 516 +++++++++++++++++- .../display/amdgpu_dm/amdgpu_dm_mst_types.c | 2 +- .../gpu/drm/amd/display/dc/core/dc_link_dp.c | 8 +- .../gpu/drm/amd/display/dc/core/dc_stream.c | 30 + drivers/gpu/drm/amd/display/dc/dc.h | 5 +- drivers/gpu/drm/amd/display/dc/dc_dp_types.h | 4 +- drivers/gpu/drm/amd/display/dc/dc_hw_types.h | 7 + drivers/gpu/drm/amd/display/dc/dc_stream.h | 10 + .../amd/display/dc/dce110/dce110_resource.c | 8 +- .../amd/display/dc/dce112/dce112_resource.c | 4 +- .../gpu/drm/amd/display/dc/dcn20/dcn20_dsc.c | 5 + .../drm/amd/display/dc/dcn20/dcn20_resource.c | 5 +- .../display/dc/dcn20/dcn20_stream_encoder.c | 8 +- .../drm/amd/display/dc/dcn21/dcn21_resource.c | 5 +- drivers/gpu/drm/amd/display/dc/dsc/dc_dsc.c | 10 +- .../gpu/drm/amd/display/dc/inc/core_types.h | 4 +- drivers/gpu/drm/amd/display/dc/inc/hw/dsc.h | 5 + .../gpu/drm/amd/display/dmub/inc/dmub_cmd.h | 4 +- .../amd/display/modules/freesync/freesync.c | 41 ++ 20 files changed, 668 insertions(+), 34 deletions(-) -- 2.17.1 _______________________________________________ amd-gfx mailing list amd-gfx@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/amd-gfx