mbox series

[PULL] drm-xe-fixes

Message ID Z1BidZBFQOLjz__J@fedora (mailing list archive)
State New
Headers show
Series [PULL] drm-xe-fixes | expand

Pull-request

https://gitlab.freedesktop.org/drm/xe/kernel.git tags/drm-xe-fixes-2024-12-04

Message

Thomas Hellstrom Dec. 4, 2024, 2:08 p.m. UTC
Hi Dave, Simona

Two xe fixes for -rc2

Thanks,
Thomas

drm-xe-fixes-2024-12-04:
Driver Changes:
- Missing init value and 64-bit write-order check (Zhanjung)
- Fix a memory allocation issue causing lockdep violation (John)
The following changes since commit 40384c840ea1944d7c5a392e8975ed088ecf0b37:

  Linux 6.13-rc1 (2024-12-01 14:28:56 -0800)

are available in the Git repository at:

  https://gitlab.freedesktop.org/drm/xe/kernel.git tags/drm-xe-fixes-2024-12-04

for you to fetch changes up to 5dce85fecb87751ec94526e1ac516dd7871e2e0c:

  drm/xe: Move the coredump registration to the worker thread (2024-12-03 10:33:13 +0100)

----------------------------------------------------------------
Driver Changes:
- Missing init value and 64-bit write-order check (Zhanjung)
- Fix a memory allocation issue causing lockdep violation (John)

----------------------------------------------------------------
John Harrison (1):
      drm/xe: Move the coredump registration to the worker thread

Zhanjun Dong (1):
      drm/xe/guc: Fix missing init value and add register order check

 drivers/gpu/drm/xe/xe_devcoredump.c | 73 +++++++++++++++++++----------------
 drivers/gpu/drm/xe/xe_guc_capture.c | 77 +++++++++++++++++++++++++++++--------
 2 files changed, 101 insertions(+), 49 deletions(-)