[PATCH 00/28] DC Patches September 13, 2020
Rodrigo Siqueira
Rodrigo.Siqueira at amd.com
Thu Sep 14 01:59:53 UTC 2023
This DC patchset brings improvements in multiple areas. In summary, we
highlight:
- Use optc32 instead of optc30 in DC
- Optimize OLED T7 delay
- Multiple fixes for MST, register mas, and others
- Update driver and IPS interop
- Improve z8 watermark mask
- DCN35 updates
- Enable replay for DCN35
- Temporarily disable clock gating
Cc: Daniel Wheeler <daniel.wheeler at amd.com>
Thanks
Siqueira
Agustin Gutierrez (1):
drm/amd/display: Optimize OLED T7 delay
Anthony Koo (1):
drm/amd/display: [FW Promotion] Release 0.0.183.0
Aric Cyr (2):
drm/amd/display: 3.2.251
drm/amd/display: 3.2.252
Artem Grishin (1):
drm/amd/display: STREAM_MAPPER_CONTROL register offset on DCN35
Charlene Liu (4):
drm/amd/display: Temporarily disable clock gating
drm/amd/display: Add z8_marks related in dml for DCN35
drm/amd/display: Correct z8 watermark mask
drm/amd/display: fix some non-initialized register mask and setting
Duncan Ma (2):
drm/amd/display: Fix dig register undefined
drm/amd/display: Update driver and IPS interop
Gabe Teeger (1):
drm/amd/display: Add option to flip ODM optimization
Muhammad Ahmed (6):
drm/amd/display: disable clock gating logic
drm/amd/display: Enable DCLK_DS from driver by default
drm/amd/display: disable IPS
drm/amd/display: Fix MST recognizes connected displays as one
drm/amd/display: Expand DML to better support replay
drm/amd/display: Enable DCN low mem power by default
Mustapha Ghaddar (1):
drm/amd/display: Add DPIA Link Encoder Assignment Fix for DCN35
Ovidiu Bunea (1):
drm/amd/display: Use optc32 instead of optc30 in DC
Qingqing Zhuo (1):
drm/amd/display: Add DCN35 case for dc_clk_mgr_create
Rodrigo Siqueira (1):
drm/amd/display: Drop unused code
Roman Li (1):
drm/amd/display: Enable replay for dcn35
Sung Joon Kim (2):
drm/amd/display: Add pointer check before function call
drm/amd/display: Add IPS control flag
Sung-huai Wang (1):
drm/amd/display: fix static screen detection setting for DCN35
Taimur Hassan (1):
drm/amd/display: Add reset for SYMCLKC_FE_SRC_SEL
Wenjing Liu (1):
drm/amd/display: Update pipe resource interfaces for DCN35
.../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 1 +
.../drm/amd/display/dc/bios/bios_parser2.c | 9 --
.../gpu/drm/amd/display/dc/clk_mgr/clk_mgr.c | 13 ++
.../display/dc/clk_mgr/dcn35/dcn35_clk_mgr.c | 24 ++-
.../amd/display/dc/clk_mgr/dcn35/dcn35_smu.c | 16 +-
.../amd/display/dc/clk_mgr/dcn35/dcn35_smu.h | 1 +
drivers/gpu/drm/amd/display/dc/dc.h | 3 +-
drivers/gpu/drm/amd/display/dc/dc_dmub_srv.c | 4 +
.../display/dc/dce110/dce110_hw_sequencer.c | 3 +-
.../drm/amd/display/dc/dcn10/dcn10_hubbub.h | 8 +-
.../gpu/drm/amd/display/dc/dcn30/dcn30_optc.c | 2 +-
.../gpu/drm/amd/display/dc/dcn32/dcn32_optc.c | 2 +-
.../gpu/drm/amd/display/dc/dcn32/dcn32_optc.h | 2 +
.../gpu/drm/amd/display/dc/dcn35/dcn35_dccg.c | 114 +++++++++----
.../drm/amd/display/dc/dcn35/dcn35_hubbub.c | 62 +++++--
.../drm/amd/display/dc/dcn35/dcn35_hubbub.h | 9 +-
.../gpu/drm/amd/display/dc/dcn35/dcn35_hubp.h | 4 +-
.../drm/amd/display/dc/dcn35/dcn35_hwseq.c | 2 +
.../gpu/drm/amd/display/dc/dcn35/dcn35_init.c | 2 +-
.../gpu/drm/amd/display/dc/dcn35/dcn35_optc.c | 2 +-
.../gpu/drm/amd/display/dc/dcn35/dcn35_optc.h | 151 +-----------------
.../drm/amd/display/dc/dcn35/dcn35_pg_cntl.c | 53 +++---
.../drm/amd/display/dc/dcn35/dcn35_resource.c | 50 +++++-
.../drm/amd/display/dc/dcn35/dcn35_resource.h | 3 +-
.../drm/amd/display/dc/dml/dcn35/dcn35_fpu.c | 47 ++++++
.../gpu/drm/amd/display/dc/inc/hw/clk_mgr.h | 1 +
drivers/gpu/drm/amd/display/dc/link/Makefile | 4 +-
.../display/dc/link/accessories/link_fpga.c | 95 -----------
.../display/dc/link/accessories/link_fpga.h | 30 ----
.../gpu/drm/amd/display/dc/link/link_dpms.c | 1 -
.../drm/amd/display/dc/link/link_factory.c | 1 -
.../gpu/drm/amd/display/dmub/inc/dmub_cmd.h | 31 ++++
32 files changed, 359 insertions(+), 391 deletions(-)
delete mode 100644 drivers/gpu/drm/amd/display/dc/link/accessories/link_fpga.c
delete mode 100644 drivers/gpu/drm/amd/display/dc/link/accessories/link_fpga.h
--
2.40.1
More information about the amd-gfx
mailing list