[PULL] drm-xe-fixes
Thomas Hellstrom
thomas.hellstrom at linux.intel.com
Thu Feb 22 11:12:54 UTC 2024
Hi, Dave Sima
The Xe pull request for 6.8-rc6
The uAPI fixes / adjustments we've been discussing
are starting to appear, and I will hopefully have the rest
for next week's PR. In addition two driver fixes.
drm-xe-fixes-2024-02-22:
UAPI Changes:
- Remove support for persistent exec_queues
- Drop a reduntant sysfs newline printout
Cross-subsystem Changes:
Core Changes:
Driver Changes:
- A three-patch fix for a VM_BIND rebind optimization path
- Fix a modpost warning on an xe KUNIT module
/Thomas
The following changes since commit b401b621758e46812da61fa58a67c3fd8d91de0d:
Linux 6.8-rc5 (2024-02-18 12:56:25 -0800)
are available in the Git repository at:
https://gitlab.freedesktop.org/drm/xe/kernel.git tags/drm-xe-fixes-2024-02-22
for you to fetch changes up to 6650d23f3e20ca00482a71a4ef900f0ea776fb15:
drm/xe: Fix modpost warning on xe_mocs kunit module (2024-02-21 11:06:52 +0100)
----------------------------------------------------------------
UAPI Changes:
- Remove support for persistent exec_queues
- Drop a reduntant sysfs newline printout
Cross-subsystem Changes:
Core Changes:
Driver Changes:
- A three-patch fix for a VM_BIND rebind optimization path
- Fix a modpost warning on an xe KUNIT module
----------------------------------------------------------------
Ashutosh Dixit (2):
drm/xe/xe_gt_idle: Drop redundant newline in name
drm/xe: Fix modpost warning on xe_mocs kunit module
Matthew Brost (3):
drm/xe: Fix xe_vma_set_pte_size
drm/xe: Add XE_VMA_PTE_64K VMA flag
drm/xe: Return 2MB page size for compact 64k PTEs
Thomas Hellström (1):
drm/xe/uapi: Remove support for persistent exec_queues
drivers/gpu/drm/xe/tests/xe_mocs_test.c | 1 +
drivers/gpu/drm/xe/xe_device.c | 39 --------------------------------
drivers/gpu/drm/xe/xe_device.h | 4 ----
drivers/gpu/drm/xe/xe_device_types.h | 8 -------
drivers/gpu/drm/xe/xe_exec_queue.c | 33 ++++-----------------------
drivers/gpu/drm/xe/xe_exec_queue_types.h | 10 --------
drivers/gpu/drm/xe/xe_execlist.c | 2 --
drivers/gpu/drm/xe/xe_gt_idle.c | 4 ++--
drivers/gpu/drm/xe/xe_guc_submit.c | 2 --
drivers/gpu/drm/xe/xe_pt.c | 11 ++++++---
drivers/gpu/drm/xe/xe_vm.c | 14 ++++++++----
drivers/gpu/drm/xe/xe_vm_types.h | 2 ++
include/uapi/drm/xe_drm.h | 1 -
13 files changed, 28 insertions(+), 103 deletions(-)
More information about the Intel-gfx
mailing list