* [pull] amdgpu, amdkfd, radeon drm-fixes-6.12
@ 2024-10-08 14:28 Alex Deucher
0 siblings, 0 replies; 2+ messages in thread
From: Alex Deucher @ 2024-10-08 14:28 UTC (permalink / raw)
To: amd-gfx, dri-devel, airlied, simona.vetter; +Cc: Alex Deucher
Hi Dave, Simona,
Fixes for 6.12.
The following changes since commit 5b272bf7dcf969eb4f19ef994b6e60458ee6300f:
Merge tag 'drm-xe-fixes-2024-10-03' of https://gitlab.freedesktop.org/drm/xe/kernel into drm-fixes (2024-10-04 11:00:39 +1000)
are available in the Git repository at:
https://gitlab.freedesktop.org/agd5f/linux.git tags/amd-drm-fixes-6.12-2024-10-08
for you to fetch changes up to 32fda5650625065b8ae6dbd9967fb572d3835c35:
drm/radeon: always set GEM function pointer (2024-10-08 10:18:34 -0400)
----------------------------------------------------------------
amd-drm-fixes-6.12-2024-10-08:
amdgpu:
- Fix invalid UBSAN warnings
- Fix artifacts in MPO transitions
- Hibernation fix
amdkfd:
- Fix an eviction fence leak
radeon:
- Add late register for connectors
- Always set GEM function pointers
----------------------------------------------------------------
Alex Deucher (1):
drm/amdgpu: partially revert powerplay `__counted_by` changes
Christian König (1):
drm/radeon: always set GEM function pointer
Hamza Mahfooz (1):
drm/amd/display: fix hibernate entry for DCN35+
Josip Pavic (1):
drm/amd/display: Clear update flags after update has been applied
Lang Yu (1):
drm/amdkfd: Fix an eviction fence leak
Wu Hoi Pok (1):
drm/radeon: add late_register for connector
drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c | 4 +-
drivers/gpu/drm/amd/amdkfd/kfd_process.c | 7 +++-
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 7 ++--
drivers/gpu/drm/amd/display/dc/core/dc.c | 45 +++++++++++++++++------
drivers/gpu/drm/amd/pm/powerplay/inc/hwmgr.h | 26 ++++++-------
drivers/gpu/drm/radeon/atombios_dp.c | 9 +----
drivers/gpu/drm/radeon/radeon_connectors.c | 17 +++++++++
drivers/gpu/drm/radeon/radeon_gem.c | 3 --
drivers/gpu/drm/radeon/radeon_object.c | 1 +
9 files changed, 78 insertions(+), 41 deletions(-)
^ permalink raw reply [flat|nested] 2+ messages in thread
* [pull] amdgpu, amdkfd, radeon drm-fixes-6.12
@ 2024-10-16 20:05 Alex Deucher
0 siblings, 0 replies; 2+ messages in thread
From: Alex Deucher @ 2024-10-16 20:05 UTC (permalink / raw)
To: amd-gfx, dri-devel, airlied, simona.vetter; +Cc: Alex Deucher
Hi Dave, Simona,
Fixes for 6.12.
The following changes since commit 8e929cb546ee42c9a61d24fae60605e9e3192354:
Linux 6.12-rc3 (2024-10-13 14:33:32 -0700)
are available in the Git repository at:
https://gitlab.freedesktop.org/agd5f/linux.git tags/amd-drm-fixes-6.12-2024-10-16
for you to fetch changes up to ec1aab7816b06c32f42935e34ce3a3040c778afb:
drm/amdgpu/swsmu: default to fullscreen 3D profile for dGPUs (2024-10-16 15:51:10 -0400)
----------------------------------------------------------------
amd-drm-fixes-6.12-2024-10-16:
amdgpu:
- SR-IOV fix
- CS chunk handling fix
- MES fixes
- SMU13 fixes
amdkfd:
- VRAM usage reporting fix
radeon:
- Fix possible_clones handling
----------------------------------------------------------------
Alex Deucher (4):
drm/amdgpu: enable enforce_isolation sysfs node on VFs
drm/amdgpu/smu13: always apply the powersave optimization
drm/amdgpu/swsmu: Only force workload setup on init
drm/amdgpu/swsmu: default to fullscreen 3D profile for dGPUs
Michael Chen (1):
drm/amdgpu/mes: fix issue of writing to the same log buffer from 2 MES pipes
Mohammed Anees (1):
drm/amdgpu: prevent BO_HANDLES error from being overwritten
Philip Yang (1):
drm/amdkfd: Accounting pdd vram_usage for svm
Srinivasan Shanmugam (1):
drm/amd/amdgpu: Fix double unlock in amdgpu_mes_add_ring
Ville Syrjälä (1):
drm/radeon: Fix encoder->possible_clones
drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c | 2 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.c | 11 ++++-----
drivers/gpu/drm/amd/amdgpu/amdgpu_mes.c | 5 +++--
drivers/gpu/drm/amd/amdgpu/mes_v12_0.c | 4 ++--
drivers/gpu/drm/amd/amdkfd/kfd_chardev.c | 6 ++---
drivers/gpu/drm/amd/amdkfd/kfd_priv.h | 2 +-
drivers/gpu/drm/amd/amdkfd/kfd_process.c | 4 ++--
drivers/gpu/drm/amd/amdkfd/kfd_svm.c | 26 ++++++++++++++++++++++
drivers/gpu/drm/amd/pm/swsmu/amdgpu_smu.c | 12 ++++++----
.../gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_0_ppt.c | 22 +++++++++---------
drivers/gpu/drm/radeon/radeon_encoders.c | 2 +-
11 files changed, 61 insertions(+), 35 deletions(-)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-10-16 20:05 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-16 20:05 [pull] amdgpu, amdkfd, radeon drm-fixes-6.12 Alex Deucher
-- strict thread matches above, loose matches on Subject: below --
2024-10-08 14:28 Alex Deucher
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox