Re: [Intel-gfx] [PATCH 1/2] drm/i915: Combine cleanup_status_page()

2018-09-03 Thread Chris Wilson
Quoting Matthew Auld (2018-09-03 17:39:09) > On Mon, 3 Sep 2018 at 16:25, Chris Wilson wrote: > > > > Pull the physical status page cleanup into a common > > cleanup_status_page() for caller simplicity. > > > > Signed-off-by: Chris Wilson > Reviewed-by: Matthew Auld And applied just on the

Re: [Intel-gfx] [PATCH 1/2] drm/i915: Combine cleanup_status_page()

2018-09-03 Thread Matthew Auld
On Mon, 3 Sep 2018 at 16:25, Chris Wilson wrote: > > Pull the physical status page cleanup into a common > cleanup_status_page() for caller simplicity. > > Signed-off-by: Chris Wilson Reviewed-by: Matthew Auld ___ Intel-gfx mailing list

[Intel-gfx] [PATCH 1/2] drm/i915: Combine cleanup_status_page()

2018-09-03 Thread Chris Wilson
Pull the physical status page cleanup into a common cleanup_status_page() for caller simplicity. Signed-off-by: Chris Wilson --- drivers/gpu/drm/i915/intel_engine_cs.c | 20 ++-- 1 file changed, 6 insertions(+), 14 deletions(-) diff --git