commit | 79e542f5af79918e5e766c441561fb9bff8af3aa | [log] [tgz] |
---|---|---|
author | Changbin Du <changbin.du@intel.com> | Tue May 15 10:35:42 2018 +0800 |
committer | Zhenyu Wang <zhenyuw@linux.intel.com> | Mon Jul 09 10:34:28 2018 +0800 |
tree | 211fe11c64288815a2094b18cbc01c69ccfe7bc0 | |
parent | eb3a353014d2c2402e572ab7bef86bf5e328160f [diff] |
drm/i915/kvmgt: Support setting dma map for huge pages To support huge gtt, we need to support huge pages in kvmgt first. This patch adds a 'size' param to the intel_gvt_mpt::dma_map_guest_page API and implements it in kvmgt. v2: rebase. Signed-off-by: Changbin Du <changbin.du@intel.com> Signed-off-by: Zhenyu Wang <zhenyuw@linux.intel.com>