[CI 44/44] drm/xe: Enable system allocator uAPI
Oak Zeng
oak.zeng at intel.com
Fri Jun 14 21:58:17 UTC 2024
From: Matthew Brost <matthew.brost at intel.com>
System allocator is now functional, so enable it from
uAPI level.
Signed-off-by: Matthew Brost <matthew.brost at intel.com>
---
drivers/gpu/drm/xe/xe_vm.c | 6 ------
1 file changed, 6 deletions(-)
diff --git a/drivers/gpu/drm/xe/xe_vm.c b/drivers/gpu/drm/xe/xe_vm.c
index 29eb561de326..f54476038bd9 100644
--- a/drivers/gpu/drm/xe/xe_vm.c
+++ b/drivers/gpu/drm/xe/xe_vm.c
@@ -2871,12 +2871,6 @@ static int vm_bind_ioctl_check_args(struct xe_device *xe,
u16 pat_index = (*bind_ops)[i].pat_index;
u16 coh_mode;
- /* FIXME: Disabling system allocator for now */
- if (XE_IOCTL_DBG(xe, is_system_allocator)) {
- err = -EOPNOTSUPP;
- goto free_bind_ops;
- }
-
if (XE_IOCTL_DBG(xe, pat_index >= xe->pat.n_entries)) {
err = -EINVAL;
goto free_bind_ops;
--
2.26.3
More information about the Intel-xe
mailing list