#include "mmio_context.h"
#include "page_track.h"
#include "reg.h"
-#include "sched_policy.h"
#include "scheduler.h"
#define GVT_MAX_VGPU 8
#include "i915_pvinfo.h"
#include "i915_reg.h"
#include "intel_mchbar_regs.h"
+#include "sched_policy.h"
/* XXX FIXME i915 has changed PP_XXX definition */
#define PCH_PP_STATUS _MMIO(0xc7200)
#include "gvt.h"
#include "i915_drv.h"
#include "intel_gvt.h"
+#include "sched_policy.h"
MODULE_IMPORT_NS("DMA_BUF");
MODULE_IMPORT_NS("I915_GVT");
#include "gvt.h"
#include "i915_drv.h"
+#include "sched_policy.h"
static bool vgpu_has_pending_workload(struct intel_vgpu *vgpu)
{
#include "i915_drv.h"
#include "i915_gem_gtt.h"
#include "i915_perf_oa_regs.h"
+#include "sched_policy.h"
#define RING_CTX_OFF(x) \
offsetof(struct execlist_ring_context, x)
#include "gvt.h"
#include "i915_drv.h"
#include "i915_pvinfo.h"
+#include "sched_policy.h"
void populate_pvinfo_page(struct intel_vgpu *vgpu)
{