aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/gvt/Makefile
diff options
context:
space:
mode:
authorZhi Wang <zhi.a.wang@intel.com>2016-06-30 12:45:34 -0400
committerZhenyu Wang <zhenyuw@linux.intel.com>2016-10-14 18:11:46 +0800
commit579cea5f30f2c70215492e987bb439a3e50c6371 (patch)
treec01b1e3d3e0a1734b9b43b9fcd1809d27b9efa18 /drivers/gpu/drm/i915/gvt/Makefile
parentdrm/i915/gvt: Introduce a framework for tracking HW registers. (diff)
downloadlinux-dev-579cea5f30f2c70215492e987bb439a3e50c6371.tar.xz
linux-dev-579cea5f30f2c70215492e987bb439a3e50c6371.zip
drm/i915/gvt: golden virtual HW state management
Each vGPU expects a golden virtual HW state, which is just the state after system is freshly powered on. GVT-g will try to load the golden virtual HW state via kernel firmware interface. 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/Makefile')
-rw-r--r--drivers/gpu/drm/i915/gvt/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/i915/gvt/Makefile b/drivers/gpu/drm/i915/gvt/Makefile
index 61b5b61f01f5..ebbb90a6dca5 100644
--- a/drivers/gpu/drm/i915/gvt/Makefile
+++ b/drivers/gpu/drm/i915/gvt/Makefile
@@ -1,5 +1,5 @@
GVT_DIR := gvt
-GVT_SOURCE := gvt.o aperture_gm.o handlers.o
+GVT_SOURCE := gvt.o aperture_gm.o handlers.o firmware.o
ccflags-y += -I$(src) -I$(src)/$(GVT_DIR) -Wall
i915-y += $(addprefix $(GVT_DIR)/, $(GVT_SOURCE))