Re: [Intel-gfx] [PATCH v3 6/6] drm/i915: Remove 'retire' parameter from intel_fb_obj_flush

2017-02-22 Thread Joonas Lahtinen
On ke, 2017-02-22 at 09:41 +, Chris Wilson wrote: > Setting retire=true is identical to using origin=ORIGIN_CS, so make the > same simplification for intel_fb_obj_flush() as already employed for > intel_fb_obj_invalidate(). > > Signed-off-by: Chris Wilson

[Intel-gfx] [PATCH v3 6/6] drm/i915: Remove 'retire' parameter from intel_fb_obj_flush

2017-02-22 Thread Chris Wilson
Setting retire=true is identical to using origin=ORIGIN_CS, so make the same simplification for intel_fb_obj_flush() as already employed for intel_fb_obj_invalidate(). Signed-off-by: Chris Wilson --- drivers/gpu/drm/i915/i915_gem.c | 12 ++--