* [git pull] drm fixes for 6.17-rc1
@ 2025-07-31 23:05 Dave Airlie
2025-08-01 4:51 ` pr-tracker-bot
0 siblings, 1 reply; 4+ messages in thread
From: Dave Airlie @ 2025-07-31 23:05 UTC (permalink / raw)
To: Linus Torvalds, Sima Vetter; +Cc: dri-devel, LKML
Hi Linus,
I'm sending these out because it has the DSC fix in it, there was also
a set of xe fixes in the queue, so may as well send those out as well.
Just a bunch of amdgpu and xe fixes, let me know if anything else shows up,
Dave.
drm-next-2025-08-01:
drm fixes for 6.17-rc1
amdgpu:
- DSC divide by 0 fix
- clang fix
- DC debugfs fix
- Userq fixes
- Avoid extra evict-restore with KFD
- Backlight fix
- Documentation fix
- RAS fix
- Add new kicker handling
- DSC fix for DCN 3.1.4
- PSR fix
- Atomic fix
- DC reset fixes
- DCN 3.0.1 fix
- MMHUB client mapping fix
xe:
- Fix BMG probe on unsupported mailbox command
- Fix OA static checker warning about null gt
- Fix a NULL vs IS_ERR() bug in xe_i2c_register_adapter
- Fix missing unwind goto in GuC/HuC
- Don't register I2C devices if VF
- Clear whole GuC g2h_fence during initialization
- Avoid call kfree for drmm_kzalloc
- Fix pci_dev reference leak on configfs
- SRIOV: Disable CSC support on VF
The following changes since commit 711fa2667d8b230ff31f1855d0f25e3263268d8a:
Merge tag 'drm-misc-next-fixes-2025-07-24' of
https://gitlab.freedesktop.org/drm/misc/kernel into drm-next
(2025-07-29 16:53:20 +1000)
are available in the Git repository at:
https://gitlab.freedesktop.org/drm/kernel.git tags/drm-next-2025-08-01
for you to fetch changes up to 6531a2cf07ef156956840853692755cc7e1621b7:
Merge tag 'drm-xe-next-fixes-2025-07-31' of
https://gitlab.freedesktop.org/drm/xe/kernel into drm-next (2025-08-01
07:09:16 +1000)
----------------------------------------------------------------
drm fixes for 6.17-rc1
amdgpu:
- DSC divide by 0 fix
- clang fix
- DC debugfs fix
- Userq fixes
- Avoid extra evict-restore with KFD
- Backlight fix
- Documentation fix
- RAS fix
- Add new kicker handling
- DSC fix for DCN 3.1.4
- PSR fix
- Atomic fix
- DC reset fixes
- DCN 3.0.1 fix
- MMHUB client mapping fix
xe:
- Fix BMG probe on unsupported mailbox command
- Fix OA static checker warning about null gt
- Fix a NULL vs IS_ERR() bug in xe_i2c_register_adapter
- Fix missing unwind goto in GuC/HuC
- Don't register I2C devices if VF
- Clear whole GuC g2h_fence during initialization
- Avoid call kfree for drmm_kzalloc
- Fix pci_dev reference leak on configfs
- SRIOV: Disable CSC support on VF
----------------------------------------------------------------
Alex Deucher (2):
drm/amdgpu: track whether a queue is a kernel queue in amdgpu_mqd_prop
drm/amdgpu: update mmhub 4.1.0 client id mappings
Ashutosh Dixit (1):
drm/xe/oa: Fix static checker warning about null gt
Dan Carpenter (1):
drm/xe: Fix a NULL vs IS_ERR() bug in xe_i2c_register_adapter()
Dave Airlie (2):
Merge tag 'amd-drm-fixes-6.17-2025-07-31' of
https://gitlab.freedesktop.org/agd5f/linux into drm-next
Merge tag 'drm-xe-next-fixes-2025-07-31' of
https://gitlab.freedesktop.org/drm/xe/kernel into drm-next
Dillon Varone (1):
drm/amd/display: Fix divide by zero when calculating min ODM factor
Frank Min (1):
drm/amdgpu: add kicker fws loading for gfx12/smu14/psp14
Gang Ba (1):
drm/amdgpu: Avoid extra evict-restore process.
Ivan Lipski (1):
drm/amd/display: Allow DCN301 to clear update flags
Lauri Tirkkonen (1):
drm/amd/display: fix initial backlight brightness calculation
Lukasz Laguna (2):
drm/xe/vf: Don't register I2C devices if VF
drm/xe/vf: Disable CSC support on VF
Mario Limonciello (3):
drm/amd/display: Avoid configuring PSR granularity if PSR-SU not supported
drm/amd/display: Only finalize atomic_obj if it was initialized
drm/amd/display: Pass up errors for reset GPU that fails to init HW
Michal Wajdeczko (2):
drm/xe/guc: Clear whole g2h_fence during initialization
drm/xe/configfs: Fix pci_dev reference leak
Nathan Chancellor (1):
drm/amdgpu: Initialize data to NULL in imu_v12_0_program_rlc_ram()
Peter Shkenev (1):
drm/amdgpu: check if hubbub is NULL in debugfs/amdgpu_dm_capabilities
Raag Jadav (1):
drm/xe: Don't fail probe on unsupported mailbox command
Roman Li (1):
drm/amd/display: Disable dsc_power_gate for dcn314 by default
Shuicheng Lin (1):
drm/xe/hw_engine_group: Avoid call kfree() for drmm_kzalloc()
Srinivasan Shanmugam (1):
drm/amd/display: Fix misuse of /** to /* in 'dce_i2c_hw.c'
Yang Wang (1):
drm/amd/amdgpu: fix missing lock for cper.ring->rptr/wptr access
Zhanjun Dong (1):
drm/xe/uc: Fix missing unwind goto
drivers/gpu/drm/amd/amdgpu/amdgpu.h | 1 +
drivers/gpu/drm/amd/amdgpu/amdgpu_cper.c | 8 +++--
drivers/gpu/drm/amd/amdgpu/amdgpu_ring.c | 1 +
drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.c | 1 +
drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c | 6 ++--
drivers/gpu/drm/amd/amdgpu/gfx_v12_0.c | 14 ++++++---
drivers/gpu/drm/amd/amdgpu/imu_v12_0.c | 13 ++++++---
drivers/gpu/drm/amd/amdgpu/mmhub_v4_1_0.c | 34 +++++++++-------------
drivers/gpu/drm/amd/amdgpu/psp_v14_0.c | 2 ++
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 11 ++++---
.../drm/amd/display/amdgpu_dm/amdgpu_dm_debugfs.c | 2 +-
.../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_psr.c | 6 ++--
drivers/gpu/drm/amd/display/dc/core/dc.c | 3 +-
drivers/gpu/drm/amd/display/dc/dce/dce_i2c_hw.c | 8 ++++-
drivers/gpu/drm/amd/display/dc/dsc/dc_dsc.c | 29 +++++++++---------
.../display/dc/resource/dcn314/dcn314_resource.c | 1 +
drivers/gpu/drm/amd/pm/swsmu/smu14/smu_v14_0.c | 11 +++++--
drivers/gpu/drm/xe/xe_configfs.c | 3 +-
drivers/gpu/drm/xe/xe_device.c | 1 +
drivers/gpu/drm/xe/xe_device_sysfs.c | 7 ++++-
drivers/gpu/drm/xe/xe_guc_ct.c | 6 +---
drivers/gpu/drm/xe/xe_hw_engine_group.c | 28 ++++--------------
drivers/gpu/drm/xe/xe_i2c.c | 7 +++--
drivers/gpu/drm/xe/xe_oa.c | 2 +-
drivers/gpu/drm/xe/xe_uc.c | 2 +-
25 files changed, 112 insertions(+), 95 deletions(-)
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [git pull] drm fixes for 6.17-rc1
2025-07-31 23:05 [git pull] drm fixes for 6.17-rc1 Dave Airlie
@ 2025-08-01 4:51 ` pr-tracker-bot
0 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2025-08-01 4:51 UTC (permalink / raw)
To: Dave Airlie; +Cc: Linus Torvalds, Sima Vetter, dri-devel, LKML
The pull request you sent on Fri, 1 Aug 2025 09:05:07 +1000:
> https://gitlab.freedesktop.org/drm/kernel.git tags/drm-next-2025-08-01
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/89748acdf226fd1a8775ff6fa2703f8412b286c8
Thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html
^ permalink raw reply [flat|nested] 4+ messages in thread
* [git pull] drm fixes for 6.17-rc1
@ 2025-08-08 0:16 Dave Airlie
2025-08-08 3:59 ` pr-tracker-bot
0 siblings, 1 reply; 4+ messages in thread
From: Dave Airlie @ 2025-08-08 0:16 UTC (permalink / raw)
To: Linus Torvalds, Simona Vetter; +Cc: dri-devel, LKML
Hey Linus,
This is the fixes that built up in the merge window, mostly amdgpu and
xe with one i915 display fix, seems like things are pretty good for
rc1.
Regards,
Dave.
drm-next-2025-08-08:
drm fixes for 6.17-rc1
i915:
- DP LPFS fixes
xe:
- SRIOV: PF fixes and removal of need of module param
- Fix driver unbind around Devcoredump
- Mark xe driver as BROKEN if kernel page size is not 4kB
amdgpu:
- GC 9.5.0 fixes
- SMU fix
- DCE 6 DC fixes
- mmhub client ID fixes
- VRR fix
- Backlight fix
- UserQ fix
- Legacy reset fix
- Misc fixes
amdkfd:
- CRIU fix
- Debugfs fix
The following changes since commit 6531a2cf07ef156956840853692755cc7e1621b7:
Merge tag 'drm-xe-next-fixes-2025-07-31' of
https://gitlab.freedesktop.org/drm/xe/kernel into drm-next (2025-08-01
07:09:16 +1000)
are available in the Git repository at:
https://gitlab.freedesktop.org/drm/kernel.git tags/drm-next-2025-08-08
for you to fetch changes up to 64c627519474e687b876e6e50cc28ece16d10564:
Merge tag 'amd-drm-fixes-6.17-2025-08-07' of
https://gitlab.freedesktop.org/agd5f/linux into drm-next (2025-08-08
08:17:13 +1000)
----------------------------------------------------------------
drm fixes for 6.17-rc1
i915:
- DP LPFS fixes
xe:
- SRIOV: PF fixes and removal of need of module param
- Fix driver unbind around Devcoredump
- Mark xe driver as BROKEN if kernel page size is not 4kB
amdgpu:
- GC 9.5.0 fixes
- SMU fix
- DCE 6 DC fixes
- mmhub client ID fixes
- VRR fix
- Backlight fix
- UserQ fix
- Legacy reset fix
- Misc fixes
amdkfd:
- CRIU fix
- Debugfs fix
----------------------------------------------------------------
Alex Deucher (4):
drm/amdgpu: update mmhub 3.0.1 client id mappings
drm/amdgpu: update mmhub 3.3 client id mappings
drm/amdgpu/discovery: fix fw based ip discovery
drm/amdgpu: add missing vram lost check for LEGACY RESET
Amber Lin (1):
drm/amdkfd: Destroy KFD debugfs after destroy KFD wq
Balasubramani Vivekanandan (1):
drm/xe/devcoredump: Defer devcoredump initialization during probe
Dave Airlie (3):
Merge tag 'drm-intel-next-fixes-2025-08-05' of
https://gitlab.freedesktop.org/drm/i915/kernel into drm-next
Merge tag 'drm-xe-next-fixes-2025-08-06' of
https://gitlab.freedesktop.org/drm/xe/kernel into drm-next
Merge tag 'amd-drm-fixes-6.17-2025-08-07' of
https://gitlab.freedesktop.org/agd5f/linux into drm-next
David Yat Sin (1):
drm/amdkfd: Fix checkpoint-restore on multi-xcc
Jesse.Zhang (1):
drm/amdgpu: Update SDMA firmware version check for user queue support
Jouni Högander (4):
drm/i915/display: Write PHY_CMN1_CONTROL only when using AUXLess ALPM
drm/i915/display: Avoid unnecessarily calling
intel_cx0_get_owned_lane_mask
drm/i915/display: Ensure phy is accessible on lfps configuration
drm/i915/display: Set C10_VDR_CTRL_MSGBUS_ACCESS before phy reg read
Lijo Lazar (3):
drm/amdgpu: Update supported modes for GC v9.5.0
drm/amdgpu: Update external revid for GC v9.5.0
drm/amdgpu: Add NULL check for asic_funcs
Mario Limonciello (3):
drm/amd: Restore cached power limit during resume
drm/amd: Restore cached manual clock settings during resume
drm/amd/display: Revert "drm/amd/display: Fix AMDGPU_MAX_BL_LEVEL value"
Michal Wajdeczko (3):
drm/xe/pf: Enable SR-IOV PF mode by default
drm/xe/pf: Disable PF restart worker on device removal
drm/xe/pf: Make sure PF is ready to configure VFs
Michel Dänzer (1):
drm/amd/display: Add primary plane to commits for correct VRR handling
Simon Richter (1):
Mark xe driver as BROKEN if kernel page size is not 4kB
Siyang Liu (1):
drm/amd/display: fix a Null pointer dereference vulnerability
Timur Kristóf (2):
drm/amd/display: Don't overwrite dce60_clk_mgr
drm/amd/display: Fix DCE 6.0 and 6.4 PLL programming.
Xaver Hugl (1):
amdgpu/amdgpu_discovery: increase timeout limit for IFWI init
YuanShang (1):
drm/amdgpu: Retain job->vm in amdgpu_job_prepare_job
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 6 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c | 76 +++++++------
drivers/gpu/drm/amd/amdgpu/amdgpu_job.c | 7 --
drivers/gpu/drm/amd/amdgpu/amdgpu_nbio.c | 3 +-
drivers/gpu/drm/amd/amdgpu/aqua_vanjaram.c | 5 +-
drivers/gpu/drm/amd/amdgpu/mmhub_v3_0_1.c | 57 +++++-----
drivers/gpu/drm/amd/amdgpu/mmhub_v3_3.c | 121 +++++++++++++++++++--
drivers/gpu/drm/amd/amdgpu/sdma_v7_0.c | 2 +-
drivers/gpu/drm/amd/amdgpu/soc15.c | 2 +
.../gpu/drm/amd/amdkfd/kfd_device_queue_manager.c | 2 +-
drivers/gpu/drm/amd/amdkfd/kfd_module.c | 2 +-
drivers/gpu/drm/amd/amdkfd/kfd_mqd_manager_v9.c | 61 +++++++++--
.../gpu/drm/amd/amdkfd/kfd_process_queue_manager.c | 20 +++-
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 8 +-
.../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_crtc.c | 9 ++
drivers/gpu/drm/amd/display/dc/clk_mgr/clk_mgr.c | 1 -
.../amd/display/dc/clk_mgr/dce100/dce_clk_mgr.c | 5 +
drivers/gpu/drm/amd/display/dc/core/dc.c | 19 ++--
.../amd/display/dc/resource/dce60/dce60_resource.c | 34 +++---
drivers/gpu/drm/amd/pm/swsmu/amdgpu_smu.c | 16 +++
drivers/gpu/drm/i915/display/intel_cx0_phy.c | 21 +++-
drivers/gpu/drm/xe/Kconfig | 1 +
drivers/gpu/drm/xe/xe_device.c | 8 +-
drivers/gpu/drm/xe/xe_gt_sriov_pf.c | 57 +++++++++-
drivers/gpu/drm/xe/xe_gt_sriov_pf.h | 1 +
drivers/gpu/drm/xe/xe_gt_sriov_pf_debugfs.c | 4 +-
drivers/gpu/drm/xe/xe_guc_capture.c | 6 +
drivers/gpu/drm/xe/xe_module.c | 8 +-
drivers/gpu/drm/xe/xe_pci_sriov.c | 7 +-
drivers/gpu/drm/xe/xe_sriov_pf.c | 27 +++++
drivers/gpu/drm/xe/xe_sriov_pf.h | 1 +
31 files changed, 456 insertions(+), 141 deletions(-)
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [git pull] drm fixes for 6.17-rc1
2025-08-08 0:16 Dave Airlie
@ 2025-08-08 3:59 ` pr-tracker-bot
0 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2025-08-08 3:59 UTC (permalink / raw)
To: Dave Airlie; +Cc: Linus Torvalds, Simona Vetter, dri-devel, LKML
The pull request you sent on Fri, 8 Aug 2025 10:16:27 +1000:
> https://gitlab.freedesktop.org/drm/kernel.git tags/drm-next-2025-08-08
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/ffe8ac927d935d7d4a0bd9ac94afd705df79982b
Thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2025-08-08 3:59 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-31 23:05 [git pull] drm fixes for 6.17-rc1 Dave Airlie
2025-08-01 4:51 ` pr-tracker-bot
-- strict thread matches above, loose matches on Subject: below --
2025-08-08 0:16 Dave Airlie
2025-08-08 3:59 ` pr-tracker-bot
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).