summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/xe_guc.c
diff options
context:
space:
mode:
authorLucas De Marchi <lucas.demarchi@intel.com>2023-04-16 09:37:12 +0300
committerRodrigo Vivi <rodrigo.vivi@intel.com>2023-12-20 02:31:47 +0300
commita9b1a1361472f9094a6a3d6216d46d14b5bcc6f5 (patch)
treeaa2f28ec728e396ba192a37a1de06dcf93e1da81 /drivers/gpu/drm/xe/xe_guc.c
parente8178f8076dedf8526f8dc78f8fb9b3017991641 (diff)
downloadlinux-a9b1a1361472f9094a6a3d6216d46d14b5bcc6f5.tar.xz
drm/xe/guc: Move GuC registers to regs/
There's no good reason to keep the GuC registers outside the regs/ directory: move the header with GuC registers under that. Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com> Reviewed-by: Matt Roper <matthew.d.roper@intel.com> Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Diffstat (limited to 'drivers/gpu/drm/xe/xe_guc.c')
-rw-r--r--drivers/gpu/drm/xe/xe_guc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/xe/xe_guc.c b/drivers/gpu/drm/xe/xe_guc.c
index ff2df4f30e97..e00177f4d294 100644
--- a/drivers/gpu/drm/xe/xe_guc.c
+++ b/drivers/gpu/drm/xe/xe_guc.c
@@ -6,6 +6,7 @@
#include "xe_guc.h"
#include "regs/xe_gt_regs.h"
+#include "regs/xe_guc_regs.h"
#include "xe_bo.h"
#include "xe_device.h"
#include "xe_force_wake.h"
@@ -15,7 +16,6 @@
#include "xe_guc_hwconfig.h"
#include "xe_guc_log.h"
#include "xe_guc_pc.h"
-#include "xe_guc_reg.h"
#include "xe_guc_submit.h"
#include "xe_mmio.h"
#include "xe_platform_types.h"