commit | a83718b6819d99d01a34ed1ef1a01598eb45c61b | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Mon Aug 15 10:48:52 2016 +0100 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Mon Aug 15 11:01:00 2016 +0100 |
tree | 8e915aaea45d07f780c8d540c7abc7b49bef58b0 | |
parent | 8b797af189c917a821221ddc258f50a14552177a [diff] |
drm/i915: Convert fence computations to use vma directly Lookup the GGTT vma once for the object assigned to the fence, and then derive everything from that vma. 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/1471254551-25805-13-git-send-email-chris@chris-wilson.co.uk