* Global lock to properly lock DC commits * Fix single MST support (atomic_get_property missing) * IGT fix for multi-plane configurations * Updated DCN bandwidth formula * Bunch of minor fixes Andrey Grodzovsky (5): drm/amd/display: MST atomic_get_property missing. drm/amd/display: Add global lock function. drm/amd/display: Remove check update type function. drm/amd/display: Refine globallock. drm/amd/display: Global lock typos fix. Charlene Liu (1): drm/amd/display: w/a no color space info for HDMI when build AVI Dmytro Laktyushkin (4): drm/amd/display: use different sr latencies for dpm0 dcn bw calc drm/amd/display: make variable latency into a regkey option drm/amd/display: dcn bw_calc_auto update rev 247 to 250 drm/amd/display: fix bw_calc_auto translation error Harry Wentland (1): drm/amd/display: Don't program scaler if we have no surface Leo (Sunpeng) Li (1): drm/amd/display: Workaround IGT multiplane restriction Yongqiang Sun (1): drm/amd/display: Disable pipe split. drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 14 +- .../amd/display/amdgpu_dm/amdgpu_dm_mst_types.c | 3 +- .../drm/amd/display/amdgpu_dm/amdgpu_dm_types.c | 149 +- .../gpu/drm/amd/display/dc/calcs/dcn_calc_auto.c | 3535 +++++--------------- drivers/gpu/drm/amd/display/dc/calcs/dcn_calcs.c | 23 + drivers/gpu/drm/amd/display/dc/core/dc_resource.c | 3 + drivers/gpu/drm/amd/display/dc/dc.h | 2 + .../amd/display/dc/dce110/dce110_hw_sequencer.c | 8 +- .../gpu/drm/amd/display/dc/dcn10/dcn10_resource.c | 2 +- 9 files changed, 1011 insertions(+), 2728 deletions(-) -- 2.11.0