* Fix underscan validation in atomic_check (David) * Fix BUG_ON during CRTC atomic check update (Leo) * Apply color properties after DPMS changes (Leo) * Bunch of DP CTS fixes (Mikita) Alex, can you pull the following into 4.17 fixes? drm/amd/display: Make atomic-check validate underscan changes drm/amd/display: Fix BUG_ON during CRTC atomic check update drm/amd/display: Update color props when modeset is required Alvin lee (1): drm/amd/display: create sink_id in dc_sink structure to idenitify all sinks Anthony Koo (1): drm/amd/display: Disable stats by default David Francis (1): drm/amd/display: Make atomic-check validate underscan changes Eric Bernstein (3): drm/amd/display: Stream encoder update drm/amd/display: Allow DP register double buffer drm/amd/display: Add num_opp to resource_caps Harry Wentland (1): drm/amd/display: Move i2c and aux structs into dc_ddc_types.h Krunoslav Kovac (4): drm/amd/display: Add use_dynamic_meta flag to stream_state drm/amd/display: Drop duplicate dc_stream_set_static_screen_events definition drm/amd/display: Make it more clear when info frames affect DP or HDMI drm/amd/display: Convert quotes to Ascii quotes Leo (Sunpeng) Li (2): drm/amd/display: Fix BUG_ON during CRTC atomic check update drm/amd/display: Update color props when modeset is required Mikita Lipski (3): drm/amd/display: Drop to fail-safe mode if edid is bad drm/amd/display: Write TEST_EDID_CHECKSUM_WRITE for EDID tests drm/amd/display: Do not skip FBC init in failsafe mode SivapiriyanKumarasamy (1): drm/amd/display: Program vline interrupt on FAST update Vitaly Prosyak (1): drm/amd/display: Add new transfer type HWPWL .../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 55 +++++++++----- .../amd/display/amdgpu_dm/amdgpu_dm_helpers.c | 28 +++++++ drivers/gpu/drm/amd/display/dc/core/dc.c | 14 ++-- .../gpu/drm/amd/display/dc/core/dc_resource.c | 3 +- drivers/gpu/drm/amd/display/dc/core/dc_sink.c | 4 + drivers/gpu/drm/amd/display/dc/dc.h | 12 ++- drivers/gpu/drm/amd/display/dc/dc_ddc_types.h | 59 ++++++++++++++ drivers/gpu/drm/amd/display/dc/dc_dp_types.h | 5 +- drivers/gpu/drm/amd/display/dc/dc_stream.h | 6 +- drivers/gpu/drm/amd/display/dc/dc_types.h | 1 + .../amd/display/dc/dce/dce_stream_encoder.c | 5 -- .../display/dc/dce110/dce110_hw_sequencer.c | 13 +++- .../drm/amd/display/dc/dcn10/dcn10_resource.c | 1 + .../display/dc/dcn10/dcn10_stream_encoder.c | 76 +++++-------------- .../drm/amd/display/dc/i2caux/aux_engine.h | 44 +---------- .../gpu/drm/amd/display/dc/i2caux/engine.h | 15 +--- drivers/gpu/drm/amd/display/dc/inc/resource.h | 1 + .../gpu/drm/amd/display/modules/stats/stats.c | 2 +- 18 files changed, 191 insertions(+), 153 deletions(-) -- 2.17.0