Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drm/xe: remove unused struct 'xe_gt_desc'

'xe_gt_desc' is unused since
commit 1e6c20be6c83 ("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>

authored by

Dr. David Alan Gilbert and committed by
Rodrigo Vivi
e8ac8048 f9180603

-6
-6
drivers/gpu/drm/xe/xe_pci.c
··· 41 41 const u16 *pciidlist; 42 42 }; 43 43 44 - struct xe_gt_desc { 45 - enum xe_gt_type type; 46 - u32 mmio_adj_limit; 47 - u32 mmio_adj_offset; 48 - }; 49 - 50 44 struct xe_device_desc { 51 45 /* Should only ever be set for platforms without GMD_ID */ 52 46 const struct xe_graphics_desc *graphics;