Re: [Intel-gfx] [PATCH 2/9] drm/i915: mark userptr objects as ALLOC_USER

2021-10-20 Thread Thomas Hellström
On Mon, 2021-10-18 at 18:45 +0100, Matthew Auld wrote: > These are userspace objects, so mark them as such. In a later patch > it's > useful to determine how paranoid we need to be when managing cache > flushes. In theory no functional changes. > > Signed-off-by: Matthew Auld > Cc: Thomas

[Intel-gfx] [PATCH 2/9] drm/i915: mark userptr objects as ALLOC_USER

2021-10-18 Thread Matthew Auld
These are userspace objects, so mark them as such. In a later patch it's useful to determine how paranoid we need to be when managing cache flushes. In theory no functional changes. Signed-off-by: Matthew Auld Cc: Thomas Hellström --- drivers/gpu/drm/i915/gem/i915_gem_userptr.c | 3 ++- 1 file