On Mon, 2021-10-18 at 18:45 +0100, Matthew Auld wrote: > It looks like we will need this in some more places, so extract as a > helper. > > Signed-off-by: Matthew Auld <matthew.a...@intel.com> > Cc: Thomas Hellström <thomas.hellst...@linux.intel.com> > --- > drivers/gpu/drm/i915/gem/i915_gem_object.c | 26 > ++++++++++++++++++++++ > drivers/gpu/drm/i915/gem/i915_gem_object.h | 1 + > drivers/gpu/drm/i915/gem/i915_gem_shmem.c | 17 +------------- > 3 files changed, 28 insertions(+), 16 deletions(-) > Reviewed-by: Thomas Hellström <thomas.hellst...@linux.intel.com>
- [PATCH 1/9] drm/i915: mark dmabuf objects as ALLOC_USER Matthew Auld
- [PATCH 2/9] drm/i915: mark userptr objects as ALLOC... Matthew Auld
- Re: [PATCH 2/9] drm/i915: mark userptr objects ... Thomas Hellström
- [PATCH 6/9] drm/i915/shmem: ensure flush during swa... Matthew Auld
- Re: [PATCH 6/9] drm/i915/shmem: ensure flush du... Thomas Hellström
- [PATCH 3/9] drm/i915: extract bypass-llc check into... Matthew Auld
- Re: [PATCH 3/9] drm/i915: extract bypass-llc ch... Thomas Hellström
- [PATCH 5/9] drm/i915/userptr: add paranoid flush-on... Matthew Auld
- Re: [PATCH 5/9] drm/i915/userptr: add paranoid ... Thomas Hellström
- [PATCH 4/9] drm/i915/dmabuf: add paranoid flush-on-... Matthew Auld
- Re: [PATCH 4/9] drm/i915/dmabuf: add paranoid f... Thomas Hellström
- Re: [PATCH 4/9] drm/i915/dmabuf: add paranoid f... Guenter Roeck
- [PATCH 8/9] drm/i915: mark up internal objects with... Matthew Auld
- Re: [PATCH 8/9] drm/i915: mark up internal obje... Thomas Hellström
- [PATCH 9/9] drm/i915/selftests: mark up hugepages o... Matthew Auld
- Re: [PATCH 9/9] drm/i915/selftests: mark up hug... Thomas Hellström
- [PATCH 7/9] drm/i915: expand on the kernel-doc for ... Matthew Auld