amd-gfx.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/12] DC Patches for 25 Aug 2025
@ 2025-08-20 20:19 Aurabindo Pillai
  2025-08-20 20:19 ` [PATCH 01/12] drm/amd/display: Add control flags to force PSR / replay Aurabindo Pillai
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: Aurabindo Pillai @ 2025-08-20 20:19 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:

     * Firmware releases for multiple asics
     * CodeQL fixes
     * Fix for double cursor with 180 degree rotation on large resolutions
     * Misc bug fixes for DSC, PSR/Replay, DPIA etc.

___

Ausef Yousof (1):
  drm/amd/display: track dpia support

Clay King (3):
  drm/amd/display: Multiplication result converted to larger type
  drm/amd/display: Incorrect 'not' operator usage
  drm/amd/display: Array offset used before range check

Cruise Hung (1):
  drm/amd/display: Reserve instance index notified by DMUB

Dillon Varone (1):
  drm/amd/display: Consider sink max slice width limitation for dsc

Ivan Lipski (1):
  drm/amd/display: Support HW cursor 180 rot for any number of pipe
    splits

Karthi Kandasamy (1):
  drm/amd/display: Add control flags to force PSR / replay

Nicholas Carbones (1):
  drm/amd/display: DC v3.2.347

Reza Amini (1):
  drm/amd/display: Decrease stack size in logging path

Taimur Hassan (1):
  drm/amd/display: [FW Promotion] Release 0.1.24.0

Yihan Zhu (1):
  drm/amd/display: wait for otg update pending latch before clock
    optimization

 .../gpu/drm/amd/display/dc/basics/dce_calcs.c |  2 +-
 .../drm/amd/display/dc/basics/fixpt31_32.c    |  2 +-
 .../gpu/drm/amd/display/dc/basics/vector.c    |  6 +-
 .../drm/amd/display/dc/core/dc_hw_sequencer.c |  2 +
 drivers/gpu/drm/amd/display/dc/core/dc_stat.c |  2 +-
 drivers/gpu/drm/amd/display/dc/dc.h           |  2 +-
 drivers/gpu/drm/amd/display/dc/dc_types.h     |  4 +
 .../gpu/drm/amd/display/dc/dce/dce_i2c_hw.c   |  2 +-
 .../gpu/drm/amd/display/dc/dce/dce_i2c_sw.c   |  2 +-
 drivers/gpu/drm/amd/display/dc/dce/dmub_psr.c |  2 +-
 .../dc/dml/dcn20/display_rq_dlg_calc_20.c     |  2 +-
 .../dc/dml/dcn20/display_rq_dlg_calc_20v2.c   |  2 +-
 .../dc/dml/dcn21/display_rq_dlg_calc_21.c     |  2 +-
 .../dc/dml/dcn30/display_rq_dlg_calc_30.c     |  2 +-
 .../amd/display/dc/dml/dcn302/dcn302_fpu.c    |  2 +-
 .../amd/display/dc/dml/dcn303/dcn303_fpu.c    |  2 +-
 .../dc/dml/dcn31/display_rq_dlg_calc_31.c     |  2 +-
 .../dc/dml/dcn314/display_rq_dlg_calc_314.c   |  2 +-
 .../drm/amd/display/dc/dml/dcn32/dcn32_fpu.c  |  4 +-
 .../amd/display/dc/dml/dcn321/dcn321_fpu.c    |  2 +-
 drivers/gpu/drm/amd/display/dc/dsc/dc_dsc.c   |  5 ++
 .../amd/display/dc/hwss/dcn10/dcn10_hwseq.c   | 77 +++++++------------
 .../gpu/drm/amd/display/dc/inc/core_types.h   |  1 +
 .../amd/display/dc/inc/hw/timing_generator.h  |  1 +
 .../link/protocols/link_edp_panel_control.c   |  4 +
 .../dc/mmhubbub/dcn20/dcn20_mmhubbub.c        |  2 +-
 .../amd/display/dc/optc/dcn32/dcn32_optc.h    |  1 +
 .../amd/display/dc/optc/dcn35/dcn35_optc.c    | 18 +++++
 .../dc/resource/dce112/dce112_resource.c      | 12 +--
 .../dc/resource/dce120/dce120_resource.c      |  6 +-
 .../dc/resource/dcn30/dcn30_resource.c        |  2 +-
 drivers/gpu/drm/amd/display/dmub/dmub_srv.h   |  3 +
 .../gpu/drm/amd/display/dmub/inc/dmub_cmd.h   |  4 +
 .../gpu/drm/amd/display/dmub/src/dmub_dcn35.c |  7 +-
 .../drm/amd/display/dmub/src/dmub_srv_stat.c  |  8 +-
 35 files changed, 112 insertions(+), 87 deletions(-)

-- 
2.50.1


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

end of thread, other threads:[~2025-08-25 13:20 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-20 20:19 [PATCH 00/12] DC Patches for 25 Aug 2025 Aurabindo Pillai
2025-08-20 20:19 ` [PATCH 01/12] drm/amd/display: Add control flags to force PSR / replay Aurabindo Pillai
2025-08-20 20:19 ` [PATCH 02/12] drm/amd/display: Reserve instance index notified by DMUB Aurabindo Pillai
2025-08-20 20:19 ` [PATCH 03/12] drm/amd/display: track dpia support Aurabindo Pillai
2025-08-20 20:19 ` [PATCH 04/12] drm/amd/display: Decrease stack size in logging path Aurabindo Pillai
2025-08-20 20:19 ` [PATCH 05/12] drm/amd/display: Support HW cursor 180 rot for any number of pipe splits Aurabindo Pillai
2025-08-20 20:19 ` [PATCH 06/12] drm/amd/display: Multiplication result converted to larger type Aurabindo Pillai
2025-08-20 20:19 ` [PATCH 07/12] drm/amd/display: Incorrect 'not' operator usage Aurabindo Pillai
2025-08-20 20:19 ` [PATCH 08/12] drm/amd/display: wait for otg update pending latch before clock optimization Aurabindo Pillai
2025-08-20 20:19 ` [PATCH 09/12] drm/amd/display: Array offset used before range check Aurabindo Pillai
2025-08-20 20:20 ` [PATCH 10/12] drm/amd/display: Consider sink max slice width limitation for dsc Aurabindo Pillai
2025-08-20 20:20 ` [PATCH 11/12] drm/amd/display: [FW Promotion] Release 0.1.24.0 Aurabindo Pillai
2025-08-20 20:20 ` [PATCH 12/12] drm/amd/display: DC v3.2.347 Aurabindo Pillai
2025-08-25 13:20 ` [PATCH 00/12] DC Patches for 25 Aug 2025 Wheeler, Daniel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).