Re: [Intel-gfx] [PATCH] drm/i915/lmem: make intel_region_lmem_ops static

2021-01-13 Thread Jani Nikula
On Tue, 12 Jan 2021, Chris Wilson wrote: > Quoting Matthew Auld (2021-01-12 17:26:41) >> On Tue, 12 Jan 2021 at 17:23, Jani Nikula wrote: >> > >> > There are no users outside of intel_region_lmem.c. >> > >> > Signed-off-by: Jani Nikula >> Reviewed-by: Matthew Auld > > I pushed this and its comp

Re: [Intel-gfx] [PATCH] drm/i915/lmem: make intel_region_lmem_ops static

2021-01-12 Thread Chris Wilson
Quoting Matthew Auld (2021-01-12 17:26:41) > On Tue, 12 Jan 2021 at 17:23, Jani Nikula wrote: > > > > There are no users outside of intel_region_lmem.c. > > > > Signed-off-by: Jani Nikula > Reviewed-by: Matthew Auld I pushed this and its companion, and then applied Matthew's git mv. Thanks, -Ch

Re: [Intel-gfx] [PATCH] drm/i915/lmem: make intel_region_lmem_ops static

2021-01-12 Thread Matthew Auld
On Tue, 12 Jan 2021 at 17:23, Jani Nikula wrote: > > There are no users outside of intel_region_lmem.c. > > Signed-off-by: Jani Nikula Reviewed-by: Matthew Auld ___ Intel-gfx mailing list Intel-gfx@lists.freedesktop.org https://lists.freedesktop.org/ma

[Intel-gfx] [PATCH] drm/i915/lmem: make intel_region_lmem_ops static

2021-01-12 Thread Jani Nikula
There are no users outside of intel_region_lmem.c. Signed-off-by: Jani Nikula --- drivers/gpu/drm/i915/intel_region_lmem.c | 2 +- drivers/gpu/drm/i915/intel_region_lmem.h | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/drivers/gpu/drm/i915/intel_region_lmem.c b/drivers/gp