Re: [Intel-gfx] [PATCH 06/17] drm/i915/gem: Merge GGTT vma flush into a single loop

2019-11-19 Thread Chris Wilson
Quoting Mika Kuoppala (2019-11-19 10:48:22) > Chris Wilson writes: > > > We only need the one loop to find the dirty vma flush them, and their > > chipset. > > > > Signed-off-by: Chris Wilson > > Cc: Tvrtko Ursulin > > --- > > drivers/gpu/drm/i915/gem/i915_gem_object.c | 12 +++- > > 1

Re: [Intel-gfx] [PATCH 06/17] drm/i915/gem: Merge GGTT vma flush into a single loop

2019-11-19 Thread Mika Kuoppala
Chris Wilson writes: > We only need the one loop to find the dirty vma flush them, and their > chipset. > > Signed-off-by: Chris Wilson > Cc: Tvrtko Ursulin > --- > drivers/gpu/drm/i915/gem/i915_gem_object.c | 12 +++- > 1 file changed, 3 insertions(+), 9 deletions(-) > > diff --git a/