Re: [PATCH v4 6/8] drm/xe/vm: split userptr bits into separate file

2025-06-09 Thread Matthew Brost
On Mon, May 12, 2025 at 04:06:44PM +0100, Matthew Auld wrote: > This will simplify compiling out the bits that depend on DRM_GPUSVM in a > later patch. Without this we end up littering the code with ifdef > checks, plus it becomes hard to be sure that something won't blow at > runtime due to someth

[PATCH v4 6/8] drm/xe/vm: split userptr bits into separate file

2025-05-12 Thread Matthew Auld
This will simplify compiling out the bits that depend on DRM_GPUSVM in a later patch. Without this we end up littering the code with ifdef checks, plus it becomes hard to be sure that something won't blow at runtime due to something not being initialised, even though it passed the build. Should be