commit | 22115cef0869b7d08cb2aa60a65d4d978598644c | [log] [tgz] |
---|---|---|
author | Zhi Wang <zhi.a.wang@intel.com> | Tue Oct 10 14:34:11 2017 +0800 |
committer | Zhenyu Wang <zhenyuw@linux.intel.com> | Thu Nov 16 11:48:23 2017 +0800 |
tree | 0d894a790813ebb6d3ab0934c2d80de0350ba112 | |
parent | 9556e118889293f6d5d226b64688ee2adfd8964c [diff] |
drm/i915/gvt: Let the caller choose if a shadow page should be put into hash table As we want to re-use intel_vgpu_shadow_page in buidling scrach page table and we don't want to put scrach page table page into hash table, a new param is introduced to give the caller a choice to decide if a shadow page should be put into hash table. Signed-off-by: Zhi Wang <zhi.a.wang@intel.com>