Summary Of changes *add color properties *fixes for determining update type *eDP link setting on detect Anthony Koo (1): drm/amd/display: Read eDP link settings on detection Aric Cyr (1): drm/amd/display: 3.2.26 David Francis (2): drm/amd/display: Handle get crtc position error drm/amd/display: If one stream full updates, full update all planes Joshua Aberback (2): drm/amd/display: Add fast_validate parameter drm/amd/display: Add profiling tools for bandwidth validation Jun Lei (1): drm/amd/display: expand plane caps to include fp16 and scaling capability Nicholas Kazlauskas (11): drm/amd/display: Expose support for NV12 on suitable planes drm/amd/display: Add DRM color properties for primary planes drm/amd/display: Update plane scaling parameters for fast updates drm/amd/display: Maintain z-ordering when creating planes drm/amd/display: Recalculate pitch when buffers change drm/amd/display: Rework DC plane filling and surface updates drm/amd/display: Add basic downscale and upscale valdiation drm/amd/display: Use surface directly when checking update type drm/amd/display: Don't warn when DC update type > DM guess drm/amd/display: Check scaling info when determing update type drm/amd/display: Relax requirements for CRTCs to be enabled Samson Tam (1): drm/amd/display: change name from dc_link_get_verified_link_cap to dc_link_get_link_cap Yongqiang Sun (1): drm/amd/display: define HUBP_MASK_SH_LIST_DCN for Raven .../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 745 +++++++++++------- .../gpu/drm/amd/display/dc/calcs/dcn_calcs.c | 24 +- drivers/gpu/drm/amd/display/dc/core/dc.c | 21 +- .../gpu/drm/amd/display/dc/core/dc_link_dp.c | 33 +- .../gpu/drm/amd/display/dc/core/dc_resource.c | 6 +- .../gpu/drm/amd/display/dc/core/dc_stream.c | 3 +- drivers/gpu/drm/amd/display/dc/dc.h | 87 +- drivers/gpu/drm/amd/display/dc/dc_link.h | 2 +- .../amd/display/dc/dce100/dce100_resource.c | 22 +- .../amd/display/dc/dce110/dce110_resource.c | 41 +- .../amd/display/dc/dce112/dce112_resource.c | 22 +- .../amd/display/dc/dce112/dce112_resource.h | 3 +- .../amd/display/dc/dce120/dce120_resource.c | 19 +- .../drm/amd/display/dc/dce80/dce80_resource.c | 22 +- .../gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h | 9 +- .../drm/amd/display/dc/dcn10/dcn10_resource.c | 20 +- .../gpu/drm/amd/display/dc/inc/core_types.h | 3 +- .../gpu/drm/amd/display/dc/inc/dcn_calcs.h | 3 +- 18 files changed, 760 insertions(+), 325 deletions(-) -- 2.17.1 _______________________________________________ amd-gfx mailing list amd-gfx@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/amd-gfx