OSDN Git Service

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)
commit536fc234074b09adae1763d8fb5b2d947847ad1d
tree3d75ea85e06c628838d6edcf650480f9d9280f24
parentb611581b375ce28536ab50be9cd507bb6092fb1e
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