[PULL] drm-xe-next-fixes
Lucas De Marchi
lucas.demarchi at intel.com
Mon Mar 4 16:00:34 UTC 2024
Hi Dave and Sima,
A few xe fixes for 6.9.
drm-xe-next-fixes-2024-03-04:
Driver Changes:
- Fix kunit link failure with built-in xe
- Fix one more 32-bit build failure with ARM compiler
- Fix initialization order of topology struct
- Cleanup unused fields in struct xe_vm
- Fix xe_vm leak when handling page fault on a VM not in fault mode
- Drop use of "grouped target" feature in Makefile since that's
only available in make >= 4.3
thanks,
Lucas De Marchi
The following changes since commit c6d6a82d8a9f8f9326b760accaa532b839b80140:
Merge tag 'drm-misc-next-fixes-2024-02-29' of https://anongit.freedesktop.org/git/drm/drm-misc into drm-next (2024-03-01 19:38:13 +1000)
are available in the Git repository at:
ssh://git@gitlab.freedesktop.org/drm/xe/kernel.git tags/drm-xe-next-fixes-2024-03-04
for you to fetch changes up to e62d2e00780b4a465c77d2229837495fcbc480d3:
drm/xe: Replace 'grouped target' in Makefile with pattern rule (2024-03-04 08:41:28 -0600)
----------------------------------------------------------------
Driver Changes:
- Fix kunit link failure with built-in xe
- Fix one more 32-bit build failure with ARM compiler
- Fix initialization order of topology struct
- Cleanup unused fields in struct xe_vm
- Fix xe_vm leak when handling page fault on a VM not in fault mode
- Drop use of "grouped target" feature in Makefile since that's
only available in make >= 4.3
----------------------------------------------------------------
Arnd Bergmann (2):
drm/xe/kunit: fix link failure with built-in xe
drm/xe/xe2: fix 64-bit division in pte_update_size
Dafna Hirschfeld (1):
drm/xe: Replace 'grouped target' in Makefile with pattern rule
Matthew Brost (1):
drm/xe: Fix ref counting leak on page fault
Mika Kuoppala (1):
drm/xe: Remove obsolete async_ops from struct xe_vm
Zhanjun Dong (1):
drm/xe/guc: Fix missing topology init
drivers/gpu/drm/xe/Kconfig | 1 +
drivers/gpu/drm/xe/Kconfig.debug | 1 -
drivers/gpu/drm/xe/Makefile | 9 ++++++---
drivers/gpu/drm/xe/xe_gt.c | 3 +--
drivers/gpu/drm/xe/xe_gt_pagefault.c | 6 ++++--
drivers/gpu/drm/xe/xe_migrate.c | 2 +-
drivers/gpu/drm/xe/xe_vm_types.h | 24 ------------------------
7 files changed, 13 insertions(+), 33 deletions(-)
More information about the Intel-gfx
mailing list