commit | a28615041ea2d1645143b868cd5ea65e9cf28381 | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Wed Oct 19 11:11:46 2016 +0100 |
committer | Zhenyu Wang <zhenyuw@linux.intel.com> | Thu Oct 20 17:31:34 2016 +0800 |
tree | f2e8ebf87ec903b7709a9578c7628b7fae8e3688 | |
parent | bcd0aeded478f1ed6dfbbeafc3e2581c4021a99c [diff] |
drm/i915/gvt: Use common mapping routines for shadow_bb object We have the ability to map an object, so use it rather than opencode it badly. Note that the object remains permanently pinned, this is poor practise. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Signed-off-by: Zhenyu Wang <zhenyuw@linux.intel.com>