[PATCH 00/22] DC Patches Mar 10 2025

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This DC patchset brings improvements in multiple areas. In summary, we highlight:

- Fix some Replay/PSR issue
- Fix backlight brightness
- Fix suspend issue
- Fix visual confirm color
- Add scoped mutexes for amdgpu_dm_dhcp

Cc: Daniel Wheeler <daniel.wheeler@xxxxxxx>

Alex Hung (1):
  drm/amd/display: Assign normalized_pix_clk when color depth = 14

Charlene Liu (3):
  drm/amd/display: assume VBIOS supports DSC as default
  drm/amd/display: dml2 soc dscclk use DPM table clk setting.
  drm/amd/display: remove minimum Dispclk and apply oem panel timing.

Danny Wang (1):
  drm/amd/display: Do not enable replay when vtotal update is pending.

Dillon Varone (1):
  drm/amd/display: Add Support for reg inbox0 for host->DMUB CMDs

George Shen (1):
  drm/amd/display: Implement PCON regulated autonomous mode handling

Joshua Aberback (1):
  drm/amd/display: Add more debug data to dmub_srv

Leo Li (1):
  drm/amd/display: Disable unneeded hpd interrupts during dm_init

Leo Zeng (1):
  drm/amd/display: Fix visual confirm color not updating

Leon Huang (1):
  drm/amd/display: Fix incorrect DPCD configs while Replay/PSR switch

Mario Limonciello (6):
  drm/amd/display: fix default brightness
  drm/amd/display: Restore correct backlight brightness after a GPU
    reset
  drm/amd/display: Add and use new dm_prepare_suspend() callback
  drm/amd/display: Fix slab-use-after-free on hdcp_work
  drm/amd/display: Add scoped mutexes for amdgpu_dm_dhcp
  drm/amd/display: Drop unnecessary ret variable for enable_assr()

Peichen Huang (1):
  drm/amd/display: not abort link train when bw is low

Ryan Seto (1):
  drm/amd/display: Prevent VStartup Overflow

Taimur Hassan (1):
  drm/amd/display: Promote DAL to 3.2.324

Zhikai Zhai (1):
  drm/amd/display: calculate the remain segments for all pipes

Zhongwei Zhang (1):
  drm/amd/display: Correct timing_adjust_pending flag setting.

 .../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c |  37 ++-
 .../amd/display/amdgpu_dm/amdgpu_dm_hdcp.c    |  43 +--
 .../drm/amd/display/amdgpu_dm/amdgpu_dm_irq.c |  64 ++--
 .../dc/clk_mgr/dcn315/dcn315_clk_mgr.c        |   2 -
 .../dc/clk_mgr/dcn316/dcn316_clk_mgr.c        |   2 -
 drivers/gpu/drm/amd/display/dc/core/dc.c      |  10 +-
 .../drm/amd/display/dc/core/dc_hw_sequencer.c |  24 +-
 .../gpu/drm/amd/display/dc/core/dc_resource.c |   7 +-
 drivers/gpu/drm/amd/display/dc/dc.h           |   2 +-
 drivers/gpu/drm/amd/display/dc/dc_dmub_srv.c  | 272 ++++++++--------
 drivers/gpu/drm/amd/display/dc/dc_dmub_srv.h  |   4 +-
 drivers/gpu/drm/amd/display/dc/dc_dp_types.h  |  27 +-
 drivers/gpu/drm/amd/display/dc/dc_helper.c    |   2 +-
 drivers/gpu/drm/amd/display/dc/dc_hw_types.h  |   1 +
 .../gpu/drm/amd/display/dc/dce/dmub_abm_lcd.c |   3 +-
 .../gpu/drm/amd/display/dc/dce/dmub_replay.c  |  19 +-
 .../src/dml2_core/dml2_core_dcn4_calcs.c      |   2 +
 .../display/dc/dml2/dml2_translation_helper.c |   2 +-
 .../amd/display/dc/hwss/dce110/dce110_hwseq.c |  17 +-
 .../amd/display/dc/hwss/dcn10/dcn10_hwseq.c   |   7 +-
 .../amd/display/dc/hwss/dcn20/dcn20_hwseq.c   |   8 +-
 .../amd/display/dc/hwss/dcn31/dcn31_hwseq.c   |   4 +-
 .../amd/display/dc/hwss/dcn35/dcn35_hwseq.c   |   3 +-
 .../amd/display/dc/hwss/dcn401/dcn401_hwseq.c |  10 +-
 .../drm/amd/display/dc/hwss/hw_sequencer.h    |   6 +
 .../dc/link/protocols/link_dp_capability.c    |  55 +++-
 .../display/dc/link/protocols/link_dp_dpia.c  |   1 +
 .../dc/link/protocols/link_dp_training.c      |   5 +-
 .../link/protocols/link_edp_panel_control.c   |  25 +-
 .../dc/resource/dcn315/dcn315_resource.c      |  42 ++-
 drivers/gpu/drm/amd/display/dmub/dmub_srv.h   | 143 +++++---
 .../gpu/drm/amd/display/dmub/inc/dmub_cmd.h   |  49 ++-
 .../gpu/drm/amd/display/dmub/src/dmub_dcn20.c |  85 ++---
 .../gpu/drm/amd/display/dmub/src/dmub_dcn20.h |   2 +-
 .../gpu/drm/amd/display/dmub/src/dmub_dcn31.c |  93 +++---
 .../gpu/drm/amd/display/dmub/src/dmub_dcn31.h |   2 +-
 .../gpu/drm/amd/display/dmub/src/dmub_dcn32.c |  98 +++---
 .../gpu/drm/amd/display/dmub/src/dmub_dcn32.h |   2 +-
 .../gpu/drm/amd/display/dmub/src/dmub_dcn35.c |  93 +++---
 .../gpu/drm/amd/display/dmub/src/dmub_dcn35.h |   2 +-
 .../drm/amd/display/dmub/src/dmub_dcn401.c    | 218 ++++++++-----
 .../drm/amd/display/dmub/src/dmub_dcn401.h    |   6 +-
 .../gpu/drm/amd/display/dmub/src/dmub_srv.c   | 308 ++++++++++++------
 43 files changed, 1111 insertions(+), 696 deletions(-)

-- 
2.34.1




[Index of Archives]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux