diff options
author | Changbin Du <changbin.du@intel.com> | 2017-12-08 09:56:23 +0300 |
---|---|---|
committer | Zhenyu Wang <zhenyuw@linux.intel.com> | 2017-12-08 11:18:32 +0300 |
commit | 1aec75ee327f2f2085a4e2b060a3d999b8f4d925 (patch) | |
tree | 1091aaeef0daee068b8de19c5f7e2908be57d6f8 /drivers/gpu/drm/i915/gvt/gvt.h | |
parent | cf27b950346d5201c291c4e189ed1436a136ae4d (diff) | |
download | linux-1aec75ee327f2f2085a4e2b060a3d999b8f4d925.tar.xz |
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>
Diffstat (limited to 'drivers/gpu/drm/i915/gvt/gvt.h')
-rw-r--r-- | drivers/gpu/drm/i915/gvt/gvt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/i915/gvt/gvt.h b/drivers/gpu/drm/i915/gvt/gvt.h index 39c2f3a4588e..b4747c270dcb 100644 --- a/drivers/gpu/drm/i915/gvt/gvt.h +++ b/drivers/gpu/drm/i915/gvt/gvt.h @@ -44,7 +44,7 @@ #include "execlist.h" #include "scheduler.h" #include "sched_policy.h" -#include "render.h" +#include "mmio_context.h" #include "cmd_parser.h" #include "fb_decoder.h" #include "dmabuf.h" |