]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915/gvt: move cfg space inititation function to cfg_space.c
authorChangbin Du <changbin.du@intel.com>
Fri, 13 Jan 2017 03:15:58 +0000 (11:15 +0800)
committerZhenyu Wang <zhenyuw@linux.intel.com>
Fri, 13 Jan 2017 07:05:38 +0000 (15:05 +0800)
commit85740521eb3495f4698542dee0d0accc74f4cefb
tree3d75ea85e06c628838d6edcf650480f9d9280f24
parent02e87f8bca5226843164997d3f8194a3e32b98c4
drm/i915/gvt: move cfg space inititation function to cfg_space.c

Move the configuration space inititation function setup_vgpu_cfg_space()
in vgpu.c to dedicated source file cfg_space.c, and rename the function
as intel_vgpu_init_cfg_space().

Signed-off-by: Changbin Du <changbin.du@intel.com>
Signed-off-by: Zhenyu Wang <zhenyuw@linux.intel.com>
drivers/gpu/drm/i915/gvt/cfg_space.c
drivers/gpu/drm/i915/gvt/gvt.h
drivers/gpu/drm/i915/gvt/vgpu.c