From: Wayne Lin <Wayne.Lin@amd.com>
To: <amd-gfx@lists.freedesktop.org>
Cc: Harry Wentland <harry.wentland@amd.com>,
Leo Li <sunpeng.li@amd.com>,
Aurabindo Pillai <aurabindo.pillai@amd.com>,
Roman Li <roman.li@amd.com>, Wayne Lin <wayne.lin@amd.com>,
Tom Chung <chiahsuan.chung@amd.com>,
"Fangzhi Zuo" <jerry.zuo@amd.com>,
Daniel Wheeler <daniel.wheeler@amd.com>, Ray Wu <Ray.Wu@amd.com>,
Alex Hung <alex.hung@amd.com>, Wayne Lin <Wayne.Lin@amd.com>
Subject: [PATCH 00/24] DC Patches June 2nd, 2025
Date: Wed, 28 May 2025 10:48:55 +0800 [thread overview]
Message-ID: <20250528025204.79578-1-Wayne.Lin@amd.com> (raw)
This DC patchset brings improvements in multiple areas. In summary, we highlight:
- Fixes for DML21
- Support OLED SDR with AMD ABC
- Indirect buffer transport for FAMS2 commands
- Correct stream attributes setup timing
- Correct non-OLED pre_T11_delay
- Optime boot-up consuming time
- Add support for 2nd sharpening range
- Fix on chroma planes scaling
- Fix brightness relevant settings
- Fix calling blanking stream twice
- Extend dc mode validation types to support more scenarios
- Update DMCUB loading sequence for DCN3.5
Cc: Daniel Wheeler <daniel.wheeler@amd.com>
---
Alvin Lee (1):
drm/amd/display: Re-order FAMS2 sub commands
Austin Zheng (1):
drm/amd/display: DML21 Fixes
Camille Cho (1):
drm/amd/display: Support OLED SDR with AMD ABC
Cruise Hung (1):
drm/amd/display: Use DC log instead of using DM error msg
Jingwen Zhu (1):
drm/amd/display: Add disconnect case on dongle check
Mario Limonciello (3):
drm/amd/display: Drop unnecessary `amdgpu` prefix
drm/amd/display: Add debugging message for brightness caps
drm/amd/display: Fix default DC and AC levels
Michael Strauss (1):
drm/amd/display: Call setup_stream_attribute after stream enc clk is
ungated
Navid Assadian (1):
drm/amd/display: Do not bypass chroma scaling in 1:1 case
Nicholas Kazlauskas (1):
drm/amd/display: Update DMCUB loading sequence for DCN3.5
Oleh Kuzhylnyi (2):
drm/amd/display: Indirect buffer transport for FAMS2 commands
drm/amd/display: Add DML path for FAMS methods
Ray Wu (1):
drm/amd/display: Move vmalloc include to header file
Samson Tam (1):
drm/amd/display: Add support for 2nd sharpening range
Taimur Hassan (4):
drm/amd/display: [FW Promotion] Release 0.1.11.0
drm/amd/display: [FW Promotion] Release 0.1.12.0
drm/amd/display: Promote DAL to 3.2.335
drm/amd/display: Promote DAL to 3.2.336
Wayne Lin (1):
drm/amd/display: Avoid trying AUX transactions on disconnected ports
Yan Li (1):
drm/amd/display: replace fast_validate with enum dc_validate_mode
Yihan Zhu (1):
drm/amd/display: move RMCM programming
Zhongwei Zhang (2):
drm/amd/display: Correct non-OLED pre_T11_delay.
drm/amd/display: Avoid calling blank_stream() twice
.../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 48 +--
.../display/amdgpu_dm/amdgpu_dm_mst_types.c | 6 +-
drivers/gpu/drm/amd/display/dc/core/dc.c | 12 +-
.../gpu/drm/amd/display/dc/core/dc_resource.c | 12 +-
drivers/gpu/drm/amd/display/dc/dc.h | 47 ++-
drivers/gpu/drm/amd/display/dc/dc_dmub_srv.c | 59 +++-
.../gpu/drm/amd/display/dc/dc_spl_translate.c | 19 +-
drivers/gpu/drm/amd/display/dc/dc_types.h | 10 +-
.../drm/amd/display/dc/dml/calcs/dcn_calcs.c | 6 +-
.../drm/amd/display/dc/dml/dcn20/dcn20_fpu.c | 45 ++-
.../drm/amd/display/dc/dml/dcn20/dcn20_fpu.h | 12 +-
.../drm/amd/display/dc/dml/dcn30/dcn30_fpu.c | 6 +-
.../drm/amd/display/dc/dml/dcn31/dcn31_fpu.h | 2 +-
.../amd/display/dc/dml/dcn314/dcn314_fpu.c | 4 +-
.../amd/display/dc/dml/dcn314/dcn314_fpu.h | 2 +-
.../drm/amd/display/dc/dml/dcn32/dcn32_fpu.c | 30 +-
.../drm/amd/display/dc/dml/dcn32/dcn32_fpu.h | 2 +-
.../drm/amd/display/dc/dml/dcn35/dcn35_fpu.c | 4 +-
.../drm/amd/display/dc/dml/dcn35/dcn35_fpu.h | 2 +-
.../amd/display/dc/dml/dcn351/dcn351_fpu.c | 4 +-
.../amd/display/dc/dml/dcn351/dcn351_fpu.h | 2 +-
.../dc/dml2/dml21/dml21_translation_helper.c | 4 +-
.../amd/display/dc/dml2/dml21/dml21_utils.c | 14 +-
.../amd/display/dc/dml2/dml21/dml21_wrapper.c | 9 +-
.../amd/display/dc/dml2/dml21/dml21_wrapper.h | 11 +-
.../amd/display/dc/dml2/dml21/inc/dml_top.h | 1 -
.../display/dc/dml2/dml21/inc/dml_top_types.h | 10 +-
.../src/dml2_core/dml2_core_dcn4_calcs.c | 7 +-
.../src/dml2_core/dml2_core_shared_types.h | 82 ++++-
.../dml2/dml21/src/dml2_dpmm/dml2_dpmm_dcn4.c | 3 -
.../src/inc/dml2_internal_shared_types.h | 10 +-
.../amd/display/dc/dml2/dml2_mall_phantom.c | 2 +-
.../drm/amd/display/dc/dml2/dml2_wrapper.c | 11 +-
.../drm/amd/display/dc/dml2/dml2_wrapper.h | 4 +-
.../amd/display/dc/hwss/dce110/dce110_hwseq.c | 11 +-
.../amd/display/dc/hwss/dcn20/dcn20_hwseq.c | 12 +-
.../amd/display/dc/hwss/dcn31/dcn31_hwseq.c | 11 +-
.../amd/display/dc/hwss/dcn401/dcn401_hwseq.c | 292 +-----------------
.../amd/display/dc/hwss/dcn401/dcn401_hwseq.h | 8 -
.../display/dc/hwss/hw_sequencer_private.h | 1 +
.../gpu/drm/amd/display/dc/inc/core_types.h | 9 +-
.../gpu/drm/amd/display/dc/inc/dcn_calcs.h | 2 +-
.../gpu/drm/amd/display/dc/link/link_dpms.c | 6 +-
.../drm/amd/display/dc/link/link_validation.c | 8 +
.../dc/link/protocols/link_dp_capability.c | 2 +-
.../link/protocols/link_edp_panel_control.c | 21 ++
.../drm/amd/display/dc/mpc/dcn32/dcn32_mpc.c | 3 -
drivers/gpu/drm/amd/display/dc/os_types.h | 1 +
.../dc/resource/dce100/dce100_resource.c | 2 +-
.../dc/resource/dce110/dce110_resource.c | 2 +-
.../dc/resource/dce112/dce112_resource.c | 2 +-
.../dc/resource/dce112/dce112_resource.h | 2 +-
.../dc/resource/dce60/dce60_resource.c | 2 +-
.../dc/resource/dce80/dce80_resource.c | 2 +-
.../dc/resource/dcn10/dcn10_resource.c | 4 +-
.../dc/resource/dcn20/dcn20_resource.c | 8 +-
.../dc/resource/dcn20/dcn20_resource.h | 4 +-
.../dc/resource/dcn21/dcn21_resource.c | 8 +-
.../dc/resource/dcn21/dcn21_resource.h | 2 +-
.../dc/resource/dcn30/dcn30_resource.c | 22 +-
.../dc/resource/dcn30/dcn30_resource.h | 6 +-
.../dc/resource/dcn31/dcn31_resource.c | 18 +-
.../dc/resource/dcn31/dcn31_resource.h | 4 +-
.../dc/resource/dcn314/dcn314_resource.c | 14 +-
.../dc/resource/dcn314/dcn314_resource.h | 2 +-
.../dc/resource/dcn315/dcn315_resource.c | 4 +-
.../dc/resource/dcn316/dcn316_resource.c | 4 +-
.../dc/resource/dcn32/dcn32_resource.c | 26 +-
.../dc/resource/dcn32/dcn32_resource.h | 4 +-
.../dc/resource/dcn35/dcn35_resource.c | 6 +-
.../dc/resource/dcn351/dcn351_resource.c | 6 +-
.../dc/resource/dcn36/dcn36_resource.c | 6 +-
.../dc/resource/dcn401/dcn401_resource.c | 31 +-
.../dc/resource/dcn401/dcn401_resource.h | 2 +-
drivers/gpu/drm/amd/display/dc/sspl/dc_spl.c | 28 +-
.../dc/virtual/virtual_stream_encoder.c | 7 +
drivers/gpu/drm/amd/display/dmub/dmub_srv.h | 2 +
.../gpu/drm/amd/display/dmub/inc/dmub_cmd.h | 204 +++++++++++-
.../gpu/drm/amd/display/dmub/src/dmub_dcn35.c | 16 +-
.../gpu/drm/amd/display/dmub/src/dmub_srv.c | 9 +-
80 files changed, 771 insertions(+), 577 deletions(-)
--
2.43.0
next reply other threads:[~2025-05-28 2:52 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-05-28 2:48 Wayne Lin [this message]
2025-05-28 2:48 ` [PATCH 01/24] drm/amd/display: [FW Promotion] Release 0.1.11.0 Wayne Lin
2025-05-28 2:48 ` [PATCH 02/24] drm/amd/display: Re-order FAMS2 sub commands Wayne Lin
2025-05-28 2:48 ` [PATCH 03/24] drm/amd/display: DML21 Fixes Wayne Lin
2025-05-28 2:48 ` [PATCH 04/24] drm/amd/display: Support OLED SDR with AMD ABC Wayne Lin
2025-05-28 2:49 ` [PATCH 05/24] drm/amd/display: move RMCM programming Wayne Lin
2025-05-28 2:49 ` [PATCH 06/24] drm/amd/display: Indirect buffer transport for FAMS2 commands Wayne Lin
2025-05-28 2:49 ` [PATCH 07/24] drm/amd/display: Drop unnecessary `amdgpu` prefix Wayne Lin
2025-05-28 2:49 ` [PATCH 08/24] drm/amd/display: Call setup_stream_attribute after stream enc clk is ungated Wayne Lin
2025-05-28 2:49 ` [PATCH 09/24] drm/amd/display: Correct non-OLED pre_T11_delay Wayne Lin
2025-05-28 2:49 ` [PATCH 10/24] drm/amd/display: Avoid trying AUX transactions on disconnected ports Wayne Lin
2025-05-28 2:49 ` [PATCH 11/24] drm/amd/display: Add disconnect case on dongle check Wayne Lin
2025-05-28 2:49 ` [PATCH 12/24] drm/amd/display: Add DML path for FAMS methods Wayne Lin
2025-05-28 2:49 ` [PATCH 13/24] drm/amd/display: Do not bypass chroma scaling in 1:1 case Wayne Lin
2025-05-28 2:49 ` [PATCH 14/24] drm/amd/display: Add support for 2nd sharpening range Wayne Lin
2025-05-28 2:49 ` [PATCH 15/24] drm/amd/display: Move vmalloc include to header file Wayne Lin
2025-05-28 2:49 ` [PATCH 16/24] drm/amd/display: [FW Promotion] Release 0.1.12.0 Wayne Lin
2025-05-28 2:49 ` [PATCH 17/24] drm/amd/display: Promote DAL to 3.2.335 Wayne Lin
2025-05-28 2:49 ` [PATCH 18/24] drm/amd/display: Update DMCUB loading sequence for DCN3.5 Wayne Lin
2025-05-28 2:49 ` [PATCH 19/24] drm/amd/display: replace fast_validate with enum dc_validate_mode Wayne Lin
2025-05-28 2:49 ` [PATCH 20/24] drm/amd/display: Avoid calling blank_stream() twice Wayne Lin
2025-05-28 2:49 ` [PATCH 21/24] drm/amd/display: Use DC log instead of using DM error msg Wayne Lin
2025-05-28 2:49 ` [PATCH 22/24] drm/amd/display: Add debugging message for brightness caps Wayne Lin
2025-05-28 2:49 ` [PATCH 23/24] drm/amd/display: Fix default DC and AC levels Wayne Lin
2025-05-28 2:49 ` [PATCH 24/24] drm/amd/display: Promote DAL to 3.2.336 Wayne Lin
2025-06-02 13:24 ` [PATCH 00/24] DC Patches June 2nd, 2025 Wheeler, Daniel
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250528025204.79578-1-Wayne.Lin@amd.com \
--to=wayne.lin@amd.com \
--cc=Ray.Wu@amd.com \
--cc=alex.hung@amd.com \
--cc=amd-gfx@lists.freedesktop.org \
--cc=aurabindo.pillai@amd.com \
--cc=chiahsuan.chung@amd.com \
--cc=daniel.wheeler@amd.com \
--cc=harry.wentland@amd.com \
--cc=jerry.zuo@amd.com \
--cc=roman.li@amd.com \
--cc=sunpeng.li@amd.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.