commit | 262de1453184f65e5ccfe45790f93d41f7339d49 | [log] [tgz] |
---|---|---|
author | Daniel Vetter <daniel.vetter@ffwll.ch> | Fri Feb 14 14:01:20 2014 +0100 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Fri Feb 14 14:18:30 2014 +0100 |
tree | be4dbcdc735dd3d50e26b499f2656dd40a07d466 | |
parent | b287110e890e3f11ce3671305215eb1c8d791de2 [diff] |
drm/i915: Directly return the vma from bind_to_vm This is prep work for reworking the object_pin logic. Atm it still does a (now redundant) lookup of the vma. The next patch will fix this. Split out from Chris vma-bind rework. Cc: Chris Wilson <chris@chris-wilson.co.uk> Cc: Ben Widawsky <benjamin.widawsky@intel.com> Reviewed-by: Jani Nikula <jani.nikula@intel.com> Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>