On Mon, 2024-12-23 at 18:53 +0100, Thomas Hellstrom wrote: > Hi Dave, Simona > > The Xe fixes for -rc5. This PR just got superseded by a new one (drm-xe-fixes-2025-01-02), that includes also the commits mentioned here. Thanks, Thomas > > Thanks, > Thomas > > 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) > 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- > 2024-12-23 > > for you to fetch changes up to > fe39b222a4139354d32ff9d46b88757f63f71d63: > > drm/xe: Fix fault on fd close after unbind (2024-12-23 16:19:52 > +0100) > > ---------------------------------------------------------------- > 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) > > ---------------------------------------------------------------- > 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 > > 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 +- > 4 files changed, 34 insertions(+), 4 deletions(-)