summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/xe_assert.h
diff options
context:
space:
mode:
authorMatt Roper <matthew.d.roper@intel.com>2024-09-10 16:47:24 -0700
committerMatt Roper <matthew.d.roper@intel.com>2024-09-11 15:17:31 -0700
commit9d383916a552784ec35e6d25469fc2da9bcd9948 (patch)
treeda57eb337ed58fddc0ed551486ca7af21aca5d26 /drivers/gpu/drm/xe/xe_assert.h
parentd4aff99aefa2a3c8999a98f0d52a977b284b9ec9 (diff)
downloadlinux-next-9d383916a552784ec35e6d25469fc2da9bcd9948.tar.gz
linux-next-9d383916a552784ec35e6d25469fc2da9bcd9948.zip
drm/xe: Move GSI offset adjustment fields into 'struct xe_mmio'
By moving the GSI adjustment fields into 'struct xe_mmio' we can replace the GT's MMIO substructure with another instance of xe_mmio. At the moment this means MMIO operations wind up pulling information from two different places (the tile's xe_mmio for the iomap and the GT's xe_mmio for the adjustment), but we'll address that in future patches. The type headers change a bit with this change, meaning that various files should be including xe_device_types.h instead of (or in addition to) xe_gt_types.h. v2: - Fix pre-existing kerneldoc typo while moving the fields (Lucas) v3: - Add missing '@' in kerneldoc. (Rodrigo) Cc: Rodrigo Vivi <rodrigo.vivi@intel.com> Reviewed-by: Lucas De Marchi <lucas.demarchi@intel.com> Signed-off-by: Matt Roper <matthew.d.roper@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20240910234719.3335472-49-matthew.d.roper@intel.com
Diffstat (limited to 'drivers/gpu/drm/xe/xe_assert.h')
-rw-r--r--drivers/gpu/drm/xe/xe_assert.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/xe/xe_assert.h b/drivers/gpu/drm/xe/xe_assert.h
index e22bbf57fca7..04d6b95c6d87 100644
--- a/drivers/gpu/drm/xe/xe_assert.h
+++ b/drivers/gpu/drm/xe/xe_assert.h
@@ -10,7 +10,7 @@
#include <drm/drm_print.h>
-#include "xe_device_types.h"
+#include "xe_gt_types.h"
#include "xe_step.h"
/**