* Bunch of changes to get frontend/backend programming right on DCN * Some more fixes for DCN * Bunch of minor cleanups Some smatch fixups are still in the pipeline and just missed this set. Andrew Jiang (2): drm/amd/display: Set full update flag in dcn_validate_bandwidth drm/amd/display: Set OPP default values in init_hw Anthony Koo (1): drm/amd/display: DMCU and ABM maintenance and refactor Dmytro Laktyushkin (4): drm/amd/display: fix split viewport rounding error drm/amd/display: fix mpo validation failure drm/amd/display: fix refclk conversion from khz int to mhz float drm/amd/display: Rename output_bpc to opp_input_bpc Harry Wentland (1): drm/amd/display: Remove unnecessary dc_link vtable Jordan Lazare (1): drm/amd/display: Revert noisy assert messages Leo (Sunpeng) Li (3): drm/amd/display: Trigger full update on plane change drm/amd/display: Do DC mode-change check when adding CRTCs drm/amd/display: Do not program front-end twice Tony Cheng (5): drm/amd/display: performance profiling instrumentation drm/amd/display: dal 3.1.17 drm/amd/display: dal 3.1.18 drm/amd/display: dal 3.1.19 drm/amd/display: dal 3.1.20 Yongqiang Sun (4): drm/amd/display: Move update_plane_addr to apply_ctx_for_surface for dce. drm/amd/display: Update dchub and dpp as per update flags. drm/amd/display: Only update output transfer function for full type. drm/amd/display: Only program watermark for full update. Yue Hin Lau (4): drm/amd/display: call set_mpc_output_csc from hwsequencer drm/amd/display: fix opp header register define drm/amd/display: update output csc matrix values drm/amd/display: move csc matrix to hw_shared drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 27 +- .../drm/amd/display/amdgpu_dm/amdgpu_dm_services.c | 4 + drivers/gpu/drm/amd/display/dc/calcs/dcn_calcs.c | 16 +- drivers/gpu/drm/amd/display/dc/core/dc.c | 109 +------ drivers/gpu/drm/amd/display/dc/core/dc_resource.c | 10 +- drivers/gpu/drm/amd/display/dc/dc.h | 22 +- drivers/gpu/drm/amd/display/dc/dc_stream.h | 3 + drivers/gpu/drm/amd/display/dc/dce/dce_abm.c | 32 +- drivers/gpu/drm/amd/display/dc/dce/dce_dmcu.c | 18 +- .../amd/display/dc/dce110/dce110_hw_sequencer.c | 3 + .../gpu/drm/amd/display/dc/dcn10/dcn10_dpp_cm.c | 115 ++++--- .../gpu/drm/amd/display/dc/dcn10/dcn10_dpp_dscl.c | 3 + .../drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c | 332 ++++++++++++++------- drivers/gpu/drm/amd/display/dc/dcn10/dcn10_opp.c | 7 - drivers/gpu/drm/amd/display/dc/dcn10/dcn10_opp.h | 25 +- drivers/gpu/drm/amd/display/dc/dm_services.h | 7 + .../drm/amd/display/dc/dml/display_mode_structs.h | 2 +- .../gpu/drm/amd/display/dc/dml/display_mode_vba.c | 122 +++----- drivers/gpu/drm/amd/display/dc/inc/hw/abm.h | 10 + drivers/gpu/drm/amd/display/dc/inc/hw/dmcu.h | 4 +- drivers/gpu/drm/amd/display/dc/inc/hw/hw_shared.h | 26 ++ drivers/gpu/drm/amd/display/dc/inc/hw/mpc.h | 16 + 22 files changed, 468 insertions(+), 445 deletions(-) -- 2.14.1