[pull] amdgpu, radeon drm-fixes-7.2
Alex Deucher <[email protected]>
| Newsgroups | org.freedesktop.lists.amd-gfx,org.freedesktop.lists.dri-devel |
|---|---|
| Message-ID | <[email protected]> |
Hi Dave, Simona,
Fixes for 7.2.
The following changes since commit db2ddb87143519e20a95aa36c60b36107b736a58:
Linux 7.2-rc7 (2026-08-09 14:54:50 -0700)
are available in the Git repository at:
https://gitlab.freedesktop.org/agd5f/linux.git tags/amd-drm-fixes-7.2-2026-08-12
for you to fetch changes up to ac828b94e027d29af82325fcc55556dc8173fd85:
drm/amdgpu: Prefer default discovery offset (2026-08-12 10:23:07 -0400)
----------------------------------------------------------------
amd-drm-fixes-7.2-2026-08-12:
amdgpu:
- Bounds checking fix in CS IOCTL
- Bounds checking fix in GEM IOCTL
- Display fixes
- GPUVM fix
- ASPM fix
- UVD bounds checking fixes
- VCE 3 fix
- BT.2020 fixes
- NBIF 6.3.1 fix
- IP discovery fix
radeon:
- Runtime pm fix
----------------------------------------------------------------
Alex Deucher (1):
drm/amdgpu: fix missing check in vm_flush()
Candice Li (1):
drm/amdgpu: validate GEM_CREATE domain combinations
David Rosca (6):
drm/amdgpu: Reject UVD message with dimensions above 4096
drm/amdgpu: Fix UVD dpb min size calculation for H264
drm/amdgpu: Fix UVD decode image min size calculation
drm/amdgpu: Fix UVD min buffer sizes
drm/amdgpu: Implement insert_end for VCE 3
drm/amdgpu: Reject UVD message with invalid number of h265 refs
Guangshuo Li (1):
drm/radeon: fix autosuspend cleanup during teardown
Junrui Luo (1):
drm/amdgpu: disallow multiple FENCE chunks in one submit
Lijo Lazar (1):
drm/amdgpu: Prefer default discovery offset
Nathan Lucas (2):
drm/amd/display: fix BT.2020 YCbCr limited output CSC matrix
drm/amd/display: fix BT.2020 YCbCr output CSC matrices for DCE
Samuel Pitoiset (1):
drm/amd/display: Fix NULL pointer dereference in amdgpu_dm_crtc_set_vblank()
Yang Wang (2):
drm/amdgpu: check ASPM on the dGPU host link
drm/amdgpu: fix nbif 6.3.1 l1 low power not functional
drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c | 4 +
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 50 ++++++++++++-
drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c | 13 ++++
drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c | 21 ++++++
drivers/gpu/drm/amd/amdgpu/amdgpu_uvd.c | 85 +++++-----------------
drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c | 3 +-
drivers/gpu/drm/amd/amdgpu/nbif_v6_3_1.c | 42 +++++------
drivers/gpu/drm/amd/amdgpu/vce_v3_0.c | 26 ++++++-
.../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_crtc.c | 2 +-
.../gpu/drm/amd/display/dc/core/dc_hw_sequencer.c | 31 +++++---
drivers/gpu/drm/amd/display/dc/dce/dce_transform.c | 7 +-
.../drm/amd/display/dc/dce110/dce110_opp_csc_v.c | 7 +-
drivers/gpu/drm/radeon/radeon_kms.c | 1 +
13 files changed, 176 insertions(+), 116 deletions(-)