commit | fe085f13c7901203445fd2ab26c0f499313b8258 | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Tue Mar 21 10:25:52 2017 +0000 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Tue Mar 21 14:21:50 2017 +0000 |
tree | c960eafb07e11a856cb325ca82e71f45140f040b | |
parent | 899f6204c0f8117d33226e586d3a630b3cf9bce0 [diff] |
drm/i915: Remove intel_ring.last_retired_head Storing the position of the breadcrumb of the last retired request as a separate last_retired_head is superfluous as we always copy that into head prior to recalculation of the intel_ring.space. 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/20170321102552.24357-1-chris@chris-wilson.co.uk