Summary Of Changes * Code fixes/cleanups * i2c frequency refactor * DMCUB changes * Update type fix Anthony Koo (1): drm/amd/display: Refactor to remove diags specific rgam func Aric Cyr (1): drm/amd/display: 3.2.69 Brandon Syu (1): drm/amd/display: fix rotation_angle to use enum values Haiyi Zhou (1): drm/amd/display: Fixed comment styling Isabel Zhang (1): drm/amd/display: changed max_downscale_src_width to 4096. Jerry (Fangzhi) Zuo (1): drm/amd/display: Fix DML dummyinteger types mismatch Lewis Huang (2): drm/amd/display: Refine i2c frequency calculating sequence drm/amd/display: init hw i2c speed Nicholas Kazlauskas (7): drm/amd/display: Get fb base and fb offset for DMUB from registers drm/amd/display: Fallback to DMCUB when command table is missing drm/amd/display: Do DMCUB hw_init before DC drm/amd/display: Add hardware reset interface for DMUB service drm/amd/display: Call ATOM_INIT instead of ATOM_ENABLE for DMCUB drm/amd/display: Reset inbox rptr/wptr when resetting DMCUB drm/amd/display: Check hw_init state when determining if DMCUB is initialized Paul Hsieh (1): drm/amd/display: check pipe_ctx is split pipe or not Roman Li (1): drm/amd/display: Fix update type for multiple planes Sung Lee (1): drm/amd/display: Do not send training pattern if VS Different Wenjing Liu (4): drm/amd/display: update MSA and VSC SDP on video test pattern request drm/amd/display: Add debug option to disable DSC support drm/amd/display: support VSC SDP update on video test pattern request drm/amd/display: use odm combine for YCbCr420 timing with h_active greater than 4096 .../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 68 ++-- .../drm/amd/display/dc/bios/command_table2.c | 78 ++++- drivers/gpu/drm/amd/display/dc/core/dc_link.c | 17 +- .../gpu/drm/amd/display/dc/core/dc_link_dp.c | 34 +- drivers/gpu/drm/amd/display/dc/dc.h | 3 +- .../gpu/drm/amd/display/dc/dce/dce_i2c_hw.c | 73 +---- .../gpu/drm/amd/display/dc/dce/dce_i2c_hw.h | 1 - .../gpu/drm/amd/display/dc/dcn21/dcn21_hubp.c | 12 +- .../drm/amd/display/dc/dcn21/dcn21_resource.c | 2 +- .../dc/dml/dcn20/display_mode_vba_20.c | 19 +- .../dc/dml/dcn20/display_mode_vba_20v2.c | 24 +- .../dc/dml/dcn21/display_mode_vba_21.c | 24 +- .../drm/amd/display/dc/dml/display_mode_vba.h | 4 +- drivers/gpu/drm/amd/display/dc/dsc/dc_dsc.c | 3 +- .../gpu/drm/amd/display/dmub/inc/dmub_srv.h | 17 + .../gpu/drm/amd/display/dmub/src/dmub_dcn20.c | 25 +- .../gpu/drm/amd/display/dmub/src/dmub_dcn20.h | 8 +- .../gpu/drm/amd/display/dmub/src/dmub_srv.c | 19 ++ .../amd/display/modules/color/color_gamma.c | 307 ++++++++---------- .../amd/display/modules/color/color_gamma.h | 4 - .../amd/display/modules/freesync/freesync.c | 2 +- 21 files changed, 426 insertions(+), 318 deletions(-) -- 2.17.1 _______________________________________________ amd-gfx mailing list amd-gfx@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/amd-gfx