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
