commit | 95aebcb2da73079f9ecb7f4e353af71ff1f04c05 | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Thu May 04 14:08:45 2017 +0100 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Thu May 04 15:40:38 2017 +0100 |
tree | f30a90272fa56d732bec4b3091c26539b619fc87 | |
parent | 605d5b3297687cce9d3c4298c699188e61486a4c [diff] |
drm/i915: Report the ring->space from intel_ring_update_space() Some callers immediately want to know the current ring->space after calling intel_ring_update_space(), which we can freely provide via the return parameter. 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/20170504130846.4807-2-chris@chris-wilson.co.uk