AMD-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/8] DC Patches Feb 25, 2026
@ 2026-02-25 23:57 Alex Hung
  2026-02-25 23:57 ` [PATCH 1/8] drm/amd/display: Skip cursor cache reset if hubp powergating is disabled Alex Hung
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Alex Hung @ 2026-02-25 23:57 UTC (permalink / raw)
  To: amd-gfx
  Cc: Harry Wentland, Leo Li, Aurabindo Pillai, Roman Li, Wayne Lin,
	Tom Chung, Fangzhi Zuo, Dan Wheeler, Ray Wu, Ivan Lipski,
	Alex Hung

This DC patchset brings improvements in multiple areas. In summary, we have:
* Prevent integer overflow when mhz to khz
* Remove always-false branches
* Remove redundant initializers
* Silence unused variable warning
* Initialize replay_state to PR_STATE_INVALID
* Fallback to boot snapshot for dispclk
* Skip cursor cache reset if hubp powergating is disabled

Cc: Dan Wheeler <daniel.wheeler@amd.com>

Alex Hung (3):
  drm/amd/display: Remove redundant initializers
  drm/amd/display: Remove always-false branches
  drm/amd/display: Prevent integer overflow when mhz to khz

Benjamin Nwankwo (1):
  drm/amd/display: Skip cursor cache reset if hubp powergating is
    disabled

Clay King (1):
  drm/amd/display: Silence unused variable warning

Dillon Varone (1):
  drm/amd/display: Fallback to boot snapshot for dispclk

Ivan Lipski (1):
  drm/amd/display: Initialize replay_state to PR_STATE_INVALID

Taimur Hassan (1):
  drm/amd/display: Promote DC to 3.2.372

 .../amd/display/dc/clk_mgr/dcn35/dcn35_smu.c  | 14 ++++++------
 .../amd/display/dc/clk_mgr/dcn42/dcn42_smu.c  | 22 +++++++++----------
 drivers/gpu/drm/amd/display/dc/dc.h           |  2 +-
 .../display/dc/dml2_0/dml2_dc_resource_mgmt.c |  6 ++---
 .../drm/amd/display/dc/dpp/dcn10/dcn10_dpp.c  |  7 +++---
 .../drm/amd/display/dc/dpp/dcn42/dcn42_dpp.c  |  5 -----
 .../amd/display/dc/hubp/dcn10/dcn10_hubp.c    |  6 +++--
 .../amd/display/dc/hwss/dcn401/dcn401_hwseq.c |  6 ++++-
 .../amd/display/dc/hwss/dcn42/dcn42_hwseq.c   |  6 +----
 .../dc/link/protocols/link_dp_panel_replay.c  |  2 +-
 .../dc/resource/dcn42/dcn42_resource.c        |  4 ++--
 11 files changed, 39 insertions(+), 41 deletions(-)

-- 
2.43.0


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2026-03-02 14:31 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-25 23:57 [PATCH 0/8] DC Patches Feb 25, 2026 Alex Hung
2026-02-25 23:57 ` [PATCH 1/8] drm/amd/display: Skip cursor cache reset if hubp powergating is disabled Alex Hung
2026-02-25 23:57 ` [PATCH 2/8] drm/amd/display: Fallback to boot snapshot for dispclk Alex Hung
2026-02-25 23:57 ` [PATCH 3/8] drm/amd/display: Initialize replay_state to PR_STATE_INVALID Alex Hung
2026-02-25 23:57 ` [PATCH 4/8] drm/amd/display: Silence unused variable warning Alex Hung
2026-02-25 23:57 ` [PATCH 5/8] drm/amd/display: Remove redundant initializers Alex Hung
2026-02-25 23:57 ` [PATCH 6/8] drm/amd/display: Remove always-false branches Alex Hung
2026-02-25 23:57 ` [PATCH 7/8] drm/amd/display: Prevent integer overflow when mhz to khz Alex Hung
2026-02-25 23:57 ` [PATCH 8/8] drm/amd/display: Promote DC to 3.2.372 Alex Hung
2026-03-02 14:31 ` [PATCH 0/8] DC Patches Feb 25, 2026 Wheeler, Daniel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox