Re: [PATCH v2 15/29] drm/xe: Enable system allocator uAPI

2024-11-19 Thread Thomas Hellström
On Tue, 2024-10-15 at 20:25 -0700, Matthew Brost wrote: > Support for system allocator bindings in SRAM fully in place, enable > the > implementation. > > Signed-off-by: Matthew Brost Reviewed-by: Thomas Hellström > --- >  drivers/gpu/drm/xe/xe_vm.c | 6 -- >  1 file changed, 6 deletions(-)

[PATCH v2 15/29] drm/xe: Enable system allocator uAPI

2024-10-15 Thread Matthew Brost
Support for system allocator bindings in SRAM fully in place, enable the implementation. Signed-off-by: Matthew Brost --- 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 158fbb1c3f28..8eed820079ba 1