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>
This commit is contained in:
@@ -41,6 +41,7 @@
|
||||
#include "gtt.h"
|
||||
#include "display.h"
|
||||
#include "edid.h"
|
||||
#include "execlist.h"
|
||||
|
||||
#define GVT_MAX_VGPU 8
|
||||
|
||||
@@ -146,6 +147,8 @@ struct intel_vgpu {
|
||||
struct intel_vgpu_gtt gtt;
|
||||
struct intel_vgpu_opregion opregion;
|
||||
struct intel_vgpu_display display;
|
||||
/* TODO: move the declaration of intel_gvt.h to a proper place. */
|
||||
struct intel_vgpu_execlist execlist[I915_NUM_ENGINES];
|
||||
};
|
||||
|
||||
struct intel_gvt_gm {
|
||||
|
Reference in New Issue
Block a user