commit | 75d0a7f31eec8ec4a53b4485905800e09dc5091f | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Fri Aug 09 19:25:18 2019 +0100 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Fri Aug 09 20:18:30 2019 +0100 |
tree | 6dddb910c41c88bc0d48d261daa10f09e4b1f608 | |
parent | 48ae397b6b935c6733f15476c338df27eac9293c [diff] |
drm/i915: Lift timeline into intel_context Move the timeline from being inside the intel_ring to intel_context itself. This saves much pointer dancing and makes the relations of the context to its timeline much clearer. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Reviewed-by: Matthew Auld <matthew.auld@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20190809182518.20486-4-chris@chris-wilson.co.uk