commit | 05a20d098db1e3318228e7c281cd9b2d3d25f12b | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Thu Aug 18 17:16:55 2016 +0100 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Thu Aug 18 22:36:48 2016 +0100 |
tree | 3996381603e743a0517f32c467480fe98a1a25d5 | |
parent | 9e53d9be0d9e09f834d3bdfccafb8330f2597e6c [diff] |
drm/i915: Move map-and-fenceable tracking to the VMA By moving map-and-fenceable tracking from the object to the VMA, we gain fine-grained tracking and the ability to track individual fences on the VMA (subsequent patch). 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/20160818161718.27187-16-chris@chris-wilson.co.uk