As different VM may configure different render MMIOs when executing workload, to schedule workloads between different VM, the render MMIOs have to be switched. Signed-off-by: Zhi Wang <zhi.a.wang@intel.com> Signed-off-by: Zhenyu Wang <zhenyuw@linux.intel.com>
8 lines
340 B
Makefile
8 lines
340 B
Makefile
GVT_DIR := gvt
|
|
GVT_SOURCE := gvt.o aperture_gm.o handlers.o vgpu.o trace_points.o firmware.o \
|
|
interrupt.o gtt.o cfg_space.o opregion.o mmio.o display.o edid.o \
|
|
execlist.o scheduler.o sched_policy.o render.o
|
|
|
|
ccflags-y += -I$(src) -I$(src)/$(GVT_DIR) -Wall
|
|
i915-y += $(addprefix $(GVT_DIR)/, $(GVT_SOURCE))
|