[PATCH] drm/i915/gvt: add the missing header back for drm-intel-next
Zhi Wang
zhi.wang.linux at gmail.com
Thu Apr 21 11:51:33 UTC 2022
Add the missing header back for the pull request for drm-intel-next. The
patches of GVT-g re-factor will go through both i915 and vfio. As the
header of DMC registers has been moved in the latest drm-intel-next,
the patch is required for compiling.
Signed-off-by: Zhi Wang <zhi.a.wang at intel.com>
---
drivers/gpu/drm/i915/intel_gvt_mmio_table.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/gpu/drm/i915/intel_gvt_mmio_table.c b/drivers/gpu/drm/i915/intel_gvt_mmio_table.c
index 03a7fcd0f904..a8edb3f317f3 100644
--- a/drivers/gpu/drm/i915/intel_gvt_mmio_table.c
+++ b/drivers/gpu/drm/i915/intel_gvt_mmio_table.c
@@ -4,6 +4,7 @@
*/
#include "display/vlv_dsi_pll_regs.h"
+#include "display/intel_dmc_regs.h"
#include "gt/intel_gt_regs.h"
#include "gvt/gvt.h"
#include "i915_drv.h"
--
2.17.1
More information about the intel-gvt-dev
mailing list