mbox series

[PULL] drm-xe-fixes

Message ID Z3bur0RmH6-70YSh@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-2025-01-02

Message

Thomas Hellström Jan. 2, 2025, 7:53 p.m. UTC
Hi Dave, Simona!

Happy new year!
This PR supersedes the one sent out 24-12-23, since that didn't seem to get
pulled over the holidays. There's one extra commit (The OA fixes). The
rest of the summary is repeated.

Thanks,
Thomas

drm-xe-fixes-2025-01-02:
This supersedes drm-xe-fixes-2024-12-23.

UAPI Changes:
- Revert some devcoredump file format changes
  breaking a mesa debug tool (John)

Driver Changes:
- Fixes around waits when moving to system (Nirmoy)
- Fix a typo when checking for LMEM provisioning (Michal)
- Fix a fault on fd close after unbind (Lucas)
- A couple of OA fixes squashed for stable backporting (Umesh)
The following changes since commit 4bbf9020becbfd8fc2c3da790855b7042fad455b:

  Linux 6.13-rc4 (2024-12-22 13:22:21 -0800)

are available in the Git repository at:

  https://gitlab.freedesktop.org/drm/xe/kernel.git tags/drm-xe-fixes-2025-01-02

for you to fetch changes up to f0ed39830e6064d62f9c5393505677a26569bb56:

  xe/oa: Fix query mode of operation for OAR/OAC (2025-01-02 19:01:21 +0100)

----------------------------------------------------------------
This supersedes drm-xe-fixes-2024-12-23.

UAPI Changes:
- Revert some devcoredump file format changes
  breaking a mesa debug tool (John)

Driver Changes:
- Fixes around waits when moving to system (Nirmoy)
- Fix a typo when checking for LMEM provisioning (Michal)
- Fix a fault on fd close after unbind (Lucas)
- A couple of OA fixes squashed for stable backporting (Umesh)

----------------------------------------------------------------
John Harrison (1):
      drm/xe: Revert some changes that break a mesa debug tool

Lucas De Marchi (1):
      drm/xe: Fix fault on fd close after unbind

Michal Wajdeczko (1):
      drm/xe/pf: Use correct function to check LMEM provisioning

Nirmoy Das (2):
      drm/xe: Use non-interruptible wait when moving BO to system
      drm/xe: Wait for migration job before unmapping pages

Umesh Nerlige Ramappa (1):
      xe/oa: Fix query mode of operation for OAR/OAC

 drivers/gpu/drm/xe/xe_bo.c                 |  12 ++-
 drivers/gpu/drm/xe/xe_devcoredump.c        |  15 +++-
 drivers/gpu/drm/xe/xe_exec_queue.c         |   9 ++
 drivers/gpu/drm/xe/xe_gt_sriov_pf_config.c |   2 +-
 drivers/gpu/drm/xe/xe_oa.c                 | 134 ++++++++++-------------------
 drivers/gpu/drm/xe/xe_ring_ops.c           |   5 +-
 drivers/gpu/drm/xe/xe_sched_job_types.h    |   2 +
 7 files changed, 85 insertions(+), 94 deletions(-)