drm/i915/gvt: Rename shadow_page to short name spt
authorChangbin Du <changbin.du@intel.com>
Tue, 30 Jan 2018 11:19:50 +0000 (19:19 +0800)
committerZhenyu Wang <zhenyuw@linux.intel.com>
Tue, 6 Mar 2018 05:19:18 +0000 (13:19 +0800)
commitd87f5ff35f3fc10a4abe13db6b1af9613f20519d
treea332e1124eee709876c2a363768378d88700d062
parent44b467338094d86586d3ec351d8594a6cef0842a
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>
drivers/gpu/drm/i915/gvt/gtt.c
drivers/gpu/drm/i915/gvt/gtt.h