summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/xe_wopcm.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_wopcm.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_wopcm.c')
-rw-r--r--drivers/gpu/drm/xe/xe_wopcm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/xe/xe_wopcm.c b/drivers/gpu/drm/xe/xe_wopcm.c
index c8cc3f5e6154..7b5014aea9c8 100644
--- a/drivers/gpu/drm/xe/xe_wopcm.c
+++ b/drivers/gpu/drm/xe/xe_wopcm.c
@@ -5,10 +5,10 @@
#include "xe_wopcm.h"
+#include "regs/xe_guc_regs.h"
#include "xe_device.h"
#include "xe_force_wake.h"
#include "xe_gt.h"
-#include "xe_guc_reg.h"
#include "xe_mmio.h"
#include "xe_uc_fw.h"