* [pull] amdgpu, radeon drm-fixes-6.18
@ 2025-10-29 20:13 Alex Deucher
2025-10-31 18:01 ` Simona Vetter
0 siblings, 1 reply; 3+ messages in thread
From: Alex Deucher @ 2025-10-29 20:13 UTC (permalink / raw)
To: amd-gfx, dri-devel, airlied, simona.vetter; +Cc: Alex Deucher
Hi Dave, Simona,
Fixes for 6.18.
The following changes since commit dcb6fa37fd7bc9c3d2b066329b0d27dedf8becaa:
Linux 6.18-rc3 (2025-10-26 15:59:49 -0700)
are available in the Git repository at:
https://gitlab.freedesktop.org/agd5f/linux.git tags/amd-drm-fixes-6.18-2025-10-29
for you to fetch changes up to b3656b355b5522cef1b52a7469010009c98156db:
drm/amd/display: Fix incorrect return of vblank enable on unconfigured crtc (2025-10-28 11:05:47 -0400)
----------------------------------------------------------------
amd-drm-fixes-6.18-2025-10-29:
amdgpu:
- VPE idle handler fix
- Re-enable DM idle optimizations
- DCN3.0 fix
- SMU fix
- Powerplay fixes for fiji/iceland
- License fixes
- HDP eDP panel fix
- Vblank fix
radeon:
- devm migration fixes
----------------------------------------------------------------
Alex Deucher (4):
drm/amdgpu: fix SPDX headers on amdgpu_cper.c/h
drm/amdgpu: fix SPDX header on amd_cper.h
drm/amdgpu: fix SPDX header on irqsrcs_vcn_5_0.h
drm/amdgpu: fix SPDX header on cyan_skillfish_reg_init.c
Alex Hung (1):
drm/amd/display: Add HDR workaround for a specific eDP
Daniel Palmer (2):
drm/radeon: Do not kfree() devres managed rdev
drm/radeon: Remove calls to drm_put_dev()
Ivan Lipski (1):
drm/amd/display: Fix incorrect return of vblank enable on unconfigured crtc
John Smith (2):
drm/amd/pm/powerplay/smumgr: Fix PCIeBootLinkLevel value on Fiji
drm/amd/pm/powerplay/smumgr: Fix PCIeBootLinkLevel value on Iceland
Kenneth Feng (1):
drm/amd/display: pause the workload setting in dm
Mario Limonciello (1):
drm/amd: Check that VPE has reached DPM0 in idle handler
Matthew Schwartz (1):
drm/amd/display: Don't program BLNDGAM_MEM_PWR_FORCE when CM low-power is disabled on DCN30
Yang Wang (1):
drm/amd/pm: fix smu table id bound check issue in smu_cmn_update_table()
drivers/gpu/drm/amd/amdgpu/amdgpu_cper.c | 2 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_cper.h | 2 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_vpe.c | 34 +++++++++++++++++++---
.../gpu/drm/amd/amdgpu/cyan_skillfish_reg_init.c | 2 +-
.../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_crtc.c | 21 +++++++++++--
.../drm/amd/display/amdgpu_dm/amdgpu_dm_helpers.c | 1 +
.../gpu/drm/amd/display/dc/dpp/dcn30/dcn30_dpp.c | 3 --
drivers/gpu/drm/amd/include/amd_cper.h | 2 +-
.../drm/amd/include/ivsrcid/vcn/irqsrcs_vcn_5_0.h | 2 +-
.../gpu/drm/amd/pm/powerplay/smumgr/fiji_smumgr.c | 2 +-
.../drm/amd/pm/powerplay/smumgr/iceland_smumgr.c | 2 +-
drivers/gpu/drm/amd/pm/swsmu/smu_cmn.c | 2 +-
drivers/gpu/drm/radeon/radeon_drv.c | 25 +++-------------
drivers/gpu/drm/radeon/radeon_kms.c | 1 -
14 files changed, 61 insertions(+), 40 deletions(-)
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [pull] amdgpu, radeon drm-fixes-6.18
2025-10-29 20:13 [pull] amdgpu, radeon drm-fixes-6.18 Alex Deucher
@ 2025-10-31 18:01 ` Simona Vetter
0 siblings, 0 replies; 3+ messages in thread
From: Simona Vetter @ 2025-10-31 18:01 UTC (permalink / raw)
To: Alex Deucher; +Cc: amd-gfx, dri-devel, airlied, simona.vetter
On Wed, Oct 29, 2025 at 04:13:42PM -0400, Alex Deucher wrote:
> Hi Dave, Simona,
>
> Fixes for 6.18.
>
> The following changes since commit dcb6fa37fd7bc9c3d2b066329b0d27dedf8becaa:
>
> Linux 6.18-rc3 (2025-10-26 15:59:49 -0700)
>
> are available in the Git repository at:
>
> https://gitlab.freedesktop.org/agd5f/linux.git tags/amd-drm-fixes-6.18-2025-10-29
>
> for you to fetch changes up to b3656b355b5522cef1b52a7469010009c98156db:
>
> drm/amd/display: Fix incorrect return of vblank enable on unconfigured crtc (2025-10-28 11:05:47 -0400)
Pulled into drm-fixes, thanks!
-Sima
>
> ----------------------------------------------------------------
> amd-drm-fixes-6.18-2025-10-29:
>
> amdgpu:
> - VPE idle handler fix
> - Re-enable DM idle optimizations
> - DCN3.0 fix
> - SMU fix
> - Powerplay fixes for fiji/iceland
> - License fixes
> - HDP eDP panel fix
> - Vblank fix
>
> radeon:
> - devm migration fixes
>
> ----------------------------------------------------------------
> Alex Deucher (4):
> drm/amdgpu: fix SPDX headers on amdgpu_cper.c/h
> drm/amdgpu: fix SPDX header on amd_cper.h
> drm/amdgpu: fix SPDX header on irqsrcs_vcn_5_0.h
> drm/amdgpu: fix SPDX header on cyan_skillfish_reg_init.c
>
> Alex Hung (1):
> drm/amd/display: Add HDR workaround for a specific eDP
>
> Daniel Palmer (2):
> drm/radeon: Do not kfree() devres managed rdev
> drm/radeon: Remove calls to drm_put_dev()
>
> Ivan Lipski (1):
> drm/amd/display: Fix incorrect return of vblank enable on unconfigured crtc
>
> John Smith (2):
> drm/amd/pm/powerplay/smumgr: Fix PCIeBootLinkLevel value on Fiji
> drm/amd/pm/powerplay/smumgr: Fix PCIeBootLinkLevel value on Iceland
>
> Kenneth Feng (1):
> drm/amd/display: pause the workload setting in dm
>
> Mario Limonciello (1):
> drm/amd: Check that VPE has reached DPM0 in idle handler
>
> Matthew Schwartz (1):
> drm/amd/display: Don't program BLNDGAM_MEM_PWR_FORCE when CM low-power is disabled on DCN30
>
> Yang Wang (1):
> drm/amd/pm: fix smu table id bound check issue in smu_cmn_update_table()
>
> drivers/gpu/drm/amd/amdgpu/amdgpu_cper.c | 2 +-
> drivers/gpu/drm/amd/amdgpu/amdgpu_cper.h | 2 +-
> drivers/gpu/drm/amd/amdgpu/amdgpu_vpe.c | 34 +++++++++++++++++++---
> .../gpu/drm/amd/amdgpu/cyan_skillfish_reg_init.c | 2 +-
> .../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_crtc.c | 21 +++++++++++--
> .../drm/amd/display/amdgpu_dm/amdgpu_dm_helpers.c | 1 +
> .../gpu/drm/amd/display/dc/dpp/dcn30/dcn30_dpp.c | 3 --
> drivers/gpu/drm/amd/include/amd_cper.h | 2 +-
> .../drm/amd/include/ivsrcid/vcn/irqsrcs_vcn_5_0.h | 2 +-
> .../gpu/drm/amd/pm/powerplay/smumgr/fiji_smumgr.c | 2 +-
> .../drm/amd/pm/powerplay/smumgr/iceland_smumgr.c | 2 +-
> drivers/gpu/drm/amd/pm/swsmu/smu_cmn.c | 2 +-
> drivers/gpu/drm/radeon/radeon_drv.c | 25 +++-------------
> drivers/gpu/drm/radeon/radeon_kms.c | 1 -
> 14 files changed, 61 insertions(+), 40 deletions(-)
--
Simona Vetter
Software Engineer
http://blog.ffwll.ch
^ permalink raw reply [flat|nested] 3+ messages in thread
* [pull] amdgpu, radeon drm-fixes-6.18
@ 2025-11-20 16:41 Alex Deucher
0 siblings, 0 replies; 3+ messages in thread
From: Alex Deucher @ 2025-11-20 16:41 UTC (permalink / raw)
To: amd-gfx, dri-devel, airlied, simona.vetter; +Cc: Alex Deucher
Hi Dave, Simona,
Fixes for 6.18.
The following changes since commit 6a23ae0a96a600d1d12557add110e0bb6e32730c:
Linux 6.18-rc6 (2025-11-16 14:25:38 -0800)
are available in the Git repository at:
https://gitlab.freedesktop.org/agd5f/linux.git tags/amd-drm-fixes-6.18-2025-11-20
for you to fetch changes up to c156c7f27ecdb7b89dbbeaaa1f40d9fadc3c1680:
drm/amdgpu: Add sriov vf check for VCN per queue reset support. (2025-11-19 18:08:37 -0500)
----------------------------------------------------------------
amd-drm-fixes-6.18-2025-11-20:
amdgpu:
- DTBCLK gating fix
- EDID fetching retry improvements
- HDMI HPD debounce filtering
- DCN 2.0 cursor fix
- DP MST PBN fix
- VPE fix
- GC 11 fix
- PRT fix
- MMIO remap page fix
- SR-IOV fix
radeon:
- Fence deadlock fix
----------------------------------------------------------------
Fangzhi Zuo (2):
drm/amd/display: Prevent Gating DTBCLK before It Is Properly Latched
drm/amd/display: Fix pbn to kbps Conversion
Ivan Lipski (2):
drm/amd/display: Add an HPD filter for HDMI
drm/amd/display: Clear the CUR_ENABLE register on DCN20 on DPP5
Mario Limonciello (1):
drm/amd: Skip power ungate during suspend for VPE
Mario Limonciello (AMD) (2):
drm/amd/display: Move sleep into each retry for retrieve_link_cap()
drm/amd/display: Increase DPCD read retries
Robert McClinton (1):
drm/radeon: delete radeon_fence_process in is_signaled, no deadlock
Shikang Fan (1):
drm/amdgpu: Add sriov vf check for VCN per queue reset support.
Srinivasan Shanmugam (1):
drm/amdgpu/ttm: Fix crash when handling MMIO_REMAP in PDE flags
Timur Kristóf (1):
drm/amdgpu/vm: Check PRT uAPI flag instead of PTE flag
Yifan Zha (1):
drm/amdgpu: Skip emit de meta data on gfx11 with rs64 enabled
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 3 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c | 2 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c | 4 +-
drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c | 4 +-
drivers/gpu/drm/amd/amdgpu/vcn_v4_0_3.c | 2 +-
drivers/gpu/drm/amd/amdgpu/vcn_v5_0_1.c | 4 +-
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 138 +++++++++++++++++++++
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.h | 6 +
.../amd/display/amdgpu_dm/amdgpu_dm_mst_types.c | 59 ++++-----
.../amd/display/dc/clk_mgr/dcn35/dcn35_clk_mgr.c | 4 +-
.../gpu/drm/amd/display/dc/dccg/dcn35/dcn35_dccg.c | 2 +-
.../drm/amd/display/dc/hwss/dcn20/dcn20_hwseq.c | 8 ++
.../display/dc/link/protocols/link_dp_capability.c | 11 +-
drivers/gpu/drm/radeon/radeon_fence.c | 7 --
14 files changed, 196 insertions(+), 58 deletions(-)
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-11-20 16:41 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-29 20:13 [pull] amdgpu, radeon drm-fixes-6.18 Alex Deucher
2025-10-31 18:01 ` Simona Vetter
-- strict thread matches above, loose matches on Subject: below --
2025-11-20 16:41 Alex Deucher
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox