Commit e8ac8048 authored by Dr. David Alan Gilbert's avatar Dr. David Alan Gilbert Committed by Rodrigo Vivi

drm/xe: remove unused struct 'xe_gt_desc'

'xe_gt_desc' is unused since
commit 1e6c20be ("drm/xe: Drop extra_gts[] declarations and
XE_GT_TYPE_REMOTE").

Remove it.
Signed-off-by: default avatarDr. David Alan Gilbert <linux@treblig.org>
Link:
https://patchwork.freedesktop.org/patch/msgid/20240522175840.382107-1-linux@treblig.orgReviewed-by: default avatarRodrigo Vivi <rodrigo.vivi@intel.com>
Signed-off-by: default avatarRodrigo Vivi <rodrigo.vivi@intel.com>
parent f9180603
......@@ -41,12 +41,6 @@ struct xe_subplatform_desc {
const u16 *pciidlist;
};
struct xe_gt_desc {
enum xe_gt_type type;
u32 mmio_adj_limit;
u32 mmio_adj_offset;
};
struct xe_device_desc {
/* Should only ever be set for platforms without GMD_ID */
const struct xe_graphics_desc *graphics;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment