This DC patchset brings improvements in multiple areas. In summary, we highlight: * Rework part of the backlight function call; * Support plane level CTM, and P010 pixel format; * Get optimal number of taps; Aric Cyr (2): drm/amd/display: 3.2.77 drm/amd/display: LFC not working on 2.0x range monitors Dmytro Laktyushkin (1): drm/amd/display: Fix dcn21 num_states Eric Bernstein (1): drm/amd/display: Update function to get optimal number of taps Isabel Zhang (1): drm/amd/display: Revert change to HDCP display states Nicholas Kazlauskas (1): drm/amd/display: Use double buffered DRR timing update by default Stylon Wang (3): drm/amd/display: Support P010 pixel format drm/amd/display: Support plane level CTM drm/amd/display: Enable BT2020 in COLOR_ENCODING property Wyatt Wood (2): drm/amd/display: Add ABM driver implementation drm/amd/display: Move backlight pwm enable function call Yongqiang Sun (1): drm/amd/display: Not doing optimize bandwidth if flip pending. .../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 12 +- drivers/gpu/drm/amd/display/dc/core/dc.c | 33 +- .../gpu/drm/amd/display/dc/core/dc_resource.c | 1 + drivers/gpu/drm/amd/display/dc/dc.h | 5 +- drivers/gpu/drm/amd/display/dc/dce/Makefile | 2 +- drivers/gpu/drm/amd/display/dc/dce/dce_abm.c | 1 + drivers/gpu/drm/amd/display/dc/dce/dmub_abm.c | 417 ++++++++++++++++++ drivers/gpu/drm/amd/display/dc/dce/dmub_abm.h | 40 ++ .../amd/display/dc/dcn10/dcn10_hw_sequencer.c | 6 + .../gpu/drm/amd/display/dc/dcn10/dcn10_optc.c | 18 + .../gpu/drm/amd/display/dc/dcn10/dcn10_optc.h | 3 + .../drm/amd/display/dc/dcn10/dcn10_resource.c | 3 +- .../drm/amd/display/dc/dcn20/dcn20_resource.c | 5 +- .../drm/amd/display/dc/dcn21/dcn21_resource.c | 81 ++-- .../gpu/drm/amd/display/dc/dml/dc_features.h | 2 +- .../amd/display/dc/dml/display_mode_structs.h | 7 +- drivers/gpu/drm/amd/display/dc/inc/hw/abm.h | 4 + .../gpu/drm/amd/display/dmub/inc/dmub_cmd.h | 11 + .../amd/display/modules/freesync/freesync.c | 34 +- .../gpu/drm/amd/display/modules/hdcp/hdcp.c | 5 +- .../gpu/drm/amd/display/modules/hdcp/hdcp.h | 28 +- .../display/modules/hdcp/hdcp1_execution.c | 2 +- .../display/modules/hdcp/hdcp2_execution.c | 2 +- .../drm/amd/display/modules/hdcp/hdcp_psp.c | 39 +- .../drm/amd/display/modules/inc/mod_hdcp.h | 1 + .../amd/display/modules/power/power_helpers.c | 21 +- 26 files changed, 680 insertions(+), 103 deletions(-) create mode 100644 drivers/gpu/drm/amd/display/dc/dce/dmub_abm.c create mode 100644 drivers/gpu/drm/amd/display/dc/dce/dmub_abm.h -- 2.25.2 _______________________________________________ amd-gfx mailing list amd-gfx@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/amd-gfx