]> git.baikalelectronics.ru Git - kernel.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)
commita08af59982f111b011c13a6da084655132912eae
tree1091aaeef0daee068b8de19c5f7e2908be57d6f8
parent2f9284ffec99bdfd07f5f5f123f622dcf3523866
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 [new file with mode: 0644]
drivers/gpu/drm/i915/gvt/mmio_context.h [new file with mode: 0644]
drivers/gpu/drm/i915/gvt/render.c [deleted file]
drivers/gpu/drm/i915/gvt/render.h [deleted file]