]> asedeno.scripts.mit.edu Git - linux.git/commit
drm/i915/gvt: Rename file render.{c, h} to mmio_context.{c, h}
authorChangbin Du <changbin.du@intel.com>
Fri, 8 Dec 2017 06:56:23 +0000 (14:56 +0800)
committerZhenyu Wang <zhenyuw@linux.intel.com>
Fri, 8 Dec 2017 08:18:32 +0000 (16:18 +0800)
commit1aec75ee327f2f2085a4e2b060a3d999b8f4d925
tree1091aaeef0daee068b8de19c5f7e2908be57d6f8
parentcf27b950346d5201c291c4e189ed1436a136ae4d
drm/i915/gvt: Rename file render.{c, h} to mmio_context.{c, h}

Rename the files to reflect their real role - to switch the mmio context of
each vGPU engine.

v2: update Makefile.

Signed-off-by: Changbin Du <changbin.du@intel.com>
Signed-off-by: Zhenyu Wang <zhenyuw@linux.intel.com>
drivers/gpu/drm/i915/gvt/Makefile
drivers/gpu/drm/i915/gvt/gvt.h
drivers/gpu/drm/i915/gvt/mmio_context.c [moved from drivers/gpu/drm/i915/gvt/render.c with 100% similarity]
drivers/gpu/drm/i915/gvt/mmio_context.h [moved from drivers/gpu/drm/i915/gvt/render.h with 100% similarity]