[pull] amdgpu drm-fixes-6.14
Alex Deucher
alexander.deucher at amd.com
Wed Feb 5 21:49:08 UTC 2025
Hi Dave, Simona,
Fixes for 6.14.
The following changes since commit 2014c95afecee3e76ca4a56956a936e23283f05b:
Linux 6.14-rc1 (2025-02-02 15:39:26 -0800)
are available in the Git repository at:
https://gitlab.freedesktop.org/agd5f/linux.git tags/amd-drm-fixes-6.14-2025-02-05
for you to fetch changes up to f245b400a223a71d6d5f4c72a2cb9b573a7fc2b6:
Revert "drm/amd/display: Use HW lock mgr for PSR1" (2025-02-04 17:47:34 -0500)
----------------------------------------------------------------
amd-drm-fixes-6.14-2025-02-05:
amdgpu:
- Add BO metadata flag for DCC
- Fix potential out of bounds access in display
- Seamless boot fix
- CONFIG_FRAME_WARN fix
- PSR1 fix
UAPI:
- Add new tiling flag for DCC write compress disable
Proposed userspace: https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33255
----------------------------------------------------------------
Alex Hung (1):
drm/amd/display: Fix out-of-bound accesses
Lo-an Chen (1):
drm/amd/display: Fix seamless boot sequence
Marek Olšák (1):
drm/amdgpu: add a BO metadata flag to disable write compression for Vulkan
Nathan Chancellor (1):
drm/amd/display: Respect user's CONFIG_FRAME_WARN more for dml files
Tom Chung (1):
Revert "drm/amd/display: Use HW lock mgr for PSR1"
drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 3 ++-
drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c | 8 ++++++--
drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.h | 2 ++
drivers/gpu/drm/amd/amdgpu/sdma_v7_0.c | 5 +++--
drivers/gpu/drm/amd/display/dc/core/dc.c | 2 +-
.../gpu/drm/amd/display/dc/dce/dmub_hw_lock_mgr.c | 3 +--
drivers/gpu/drm/amd/display/dc/dml/Makefile | 14 +++++++++-----
drivers/gpu/drm/amd/display/dc/dml2/Makefile | 22 +++++++++++++---------
.../dc/dml2/dml21/dml21_translation_helper.c | 4 ++--
.../amd/display/dc/dml2/dml2_translation_helper.c | 6 +++---
.../drm/amd/display/dc/hubbub/dcn30/dcn30_hubbub.c | 3 ++-
.../drm/amd/display/dc/hubbub/dcn31/dcn31_hubbub.c | 3 ++-
.../drm/amd/display/dc/hubbub/dcn32/dcn32_hubbub.c | 3 ++-
.../drm/amd/display/dc/hubbub/dcn35/dcn35_hubbub.c | 3 ++-
.../gpu/drm/amd/display/dc/hubp/dcn30/dcn30_hubp.c | 2 ++
.../gpu/drm/amd/display/dc/hubp/dcn32/dcn32_hubp.c | 2 ++
.../drm/amd/display/dc/hwss/dcn35/dcn35_hwseq.c | 3 ++-
include/uapi/drm/amdgpu_drm.h | 9 ++++++++-
18 files changed, 64 insertions(+), 33 deletions(-)
More information about the dri-devel
mailing list