commit | 49ef5294cda256aa5496ba56bbf859d3c7a17e07 | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Thu Aug 18 17:17:00 2016 +0100 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Thu Aug 18 22:36:50 2016 +0100 |
tree | d764052e4f8e5979320750f1fd75f0a1b489bf53 | |
parent | a1e5afbe4d5b6a0b1e3ffb32ec11dd51887ca7a3 [diff] |
drm/i915: Move fence tracking from object to vma In order to handle tiled partial GTT mmappings, we need to associate the fence with an individual vma. v2: A couple of silly drops replaced spotted by Joonas 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-21-chris@chris-wilson.co.uk