commit | d87f5ff35f3fc10a4abe13db6b1af9613f20519d | [log] [tgz] |
---|---|---|
author | Changbin Du <changbin.du@intel.com> | Tue Jan 30 19:19:50 2018 +0800 |
committer | Zhenyu Wang <zhenyuw@linux.intel.com> | Tue Mar 06 13:19:18 2018 +0800 |
tree | a332e1124eee709876c2a363768378d88700d062 | |
parent | 44b467338094d86586d3ec351d8594a6cef0842a [diff] |
drm/i915/gvt: Rename shadow_page to short name spt The target structure of some functions is struct intel_vgpu_ppgtt_spt and their names are xxx_shadow_page. It should be xxx_shadow_page_table. Let's use short name 'spt' instead to reduce the length. As well as the hash table name. Signed-off-by: Changbin Du <changbin.du@intel.com> Signed-off-by: Zhenyu Wang <zhenyuw@linux.intel.com>