commit | d59b21ec6f33b6df7933e86b9906e9f4ee9b218d | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Wed Feb 22 11:40:49 2017 +0000 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Wed Feb 22 12:12:17 2017 +0000 |
tree | cb3b3c8d9f872448793dfad96d4126b79cbc172d | |
parent | 57822dc6b9cfeb5300e467ff83d8371aead90047 [diff] |
drm/i915: Remove 'retire' parameter from intel_fb_obj_flush Setting retire=true is identical to using origin=ORIGIN_CS, so make the same simplification to intel_fb_obj_flush() as already employed for intel_fb_obj_invalidate(). Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Reviewed-by: Joonas Lahtinen <joonas.lahtinen@linux.intel.com> Link: http://patchwork.freedesktop.org/patch/msgid/20170222114049.28456-6-chris@chris-wilson.co.uk