diff options
author | Zhi Wang <zhi.a.wang@intel.com> | 2016-05-01 02:48:25 -0400 |
---|---|---|
committer | Zhenyu Wang <zhenyuw@linux.intel.com> | 2016-10-14 18:14:28 +0800 |
commit | 8453d674ae7e63f629a91fe4124df7a7dc9c74cd (patch) | |
tree | 69880813c874a025ee9fd592c7c0302c5836bdd7 /drivers/gpu/drm/i915/gvt/debug.h | |
parent | 04d348ae3f0aea6523bc3b0688b5fc90c1c60d0e (diff) | |
download | linux-rt-8453d674ae7e63f629a91fe4124df7a7dc9c74cd.tar.gz |
drm/i915/gvt: vGPU execlist virtualization
This patch introduces the vGPU execlist virtualization.
Under virtulization environment, HW execlist interface are fully emulated
including virtual CSB emulation, virtual execlist emulation. The framework
will emulate the virtual CSB according to the guest workload running status
Signed-off-by: Zhi Wang <zhi.a.wang@intel.com>
Signed-off-by: Zhenyu Wang <zhenyuw@linux.intel.com>
Diffstat (limited to 'drivers/gpu/drm/i915/gvt/debug.h')
-rw-r--r-- | drivers/gpu/drm/i915/gvt/debug.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/gpu/drm/i915/gvt/debug.h b/drivers/gpu/drm/i915/gvt/debug.h index 5c21c585ac00..a7e0e7956ee9 100644 --- a/drivers/gpu/drm/i915/gvt/debug.h +++ b/drivers/gpu/drm/i915/gvt/debug.h @@ -42,4 +42,7 @@ #define gvt_dbg_dpy(fmt, args...) \ DRM_DEBUG_DRIVER("gvt: dpy: "fmt, ##args) +#define gvt_dbg_el(fmt, args...) \ + DRM_DEBUG_DRIVER("gvt: el: "fmt, ##args) + #endif |