Skip to content

Commit

Permalink
drm/xe: remove unused struct 'xe_gt_desc'
Browse files Browse the repository at this point in the history
'xe_gt_desc' is unused since
commit 1e6c20b ("drm/xe: Drop extra_gts[] declarations and
XE_GT_TYPE_REMOTE").

Remove it.

Signed-off-by: Dr. David Alan Gilbert <linux@treblig.org>
Link:
https://patchwork.freedesktop.org/patch/msgid/20240522175840.382107-1-linux@treblig.org
Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
  • Loading branch information
Dr. David Alan Gilbert authored and Rodrigo Vivi committed May 23, 2024
1 parent f918060 commit e8ac804
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions drivers/gpu/drm/xe/xe_pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit e8ac804

Please sign in to comment.