diff options
Diffstat (limited to 'drivers/gpu/drm/xe/xe_guc_submit.c')
-rw-r--r-- | drivers/gpu/drm/xe/xe_guc_submit.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/gpu/drm/xe/xe_guc_submit.c b/drivers/gpu/drm/xe/xe_guc_submit.c index 6469d3cd3beb..aa21f2bb5cba 100644 --- a/drivers/gpu/drm/xe/xe_guc_submit.c +++ b/drivers/gpu/drm/xe/xe_guc_submit.c @@ -13,6 +13,7 @@ #include <drm/drm_managed.h> +#include "regs/xe_lrc_layout.h" #include "xe_device.h" #include "xe_engine.h" #include "xe_force_wake.h" @@ -32,8 +33,6 @@ #include "xe_trace.h" #include "xe_vm.h" -#include "gt/intel_lrc_reg.h" - static struct xe_gt * guc_to_gt(struct xe_guc *guc) { |