Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm/xe: remove unused struct 'xe_gt_desc'
@ 2024-05-22 17:58 linux
  2024-05-23 15:39 ` ✓ CI.Patch_applied: success for " Patchwork
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: linux @ 2024-05-22 17:58 UTC (permalink / raw)
  To: matthew.d.roper, lucas.demarchi
  Cc: maarten.lankhorst, airlied, intel-xe, dri-devel, linux-kernel,
	Dr. David Alan Gilbert

From: "Dr. David Alan Gilbert" <linux@treblig.org>

'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>
---
 drivers/gpu/drm/xe/xe_pci.c | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/drivers/gpu/drm/xe/xe_pci.c b/drivers/gpu/drm/xe/xe_pci.c
index f326dbb1cecd..2ca210480bd1 100644
--- a/drivers/gpu/drm/xe/xe_pci.c
+++ b/drivers/gpu/drm/xe/xe_pci.c
@@ -40,12 +40,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;
-- 
2.45.1


^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2024-05-23 18:20 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-22 17:58 [PATCH] drm/xe: remove unused struct 'xe_gt_desc' linux
2024-05-23 15:39 ` ✓ CI.Patch_applied: success for " Patchwork
2024-05-23 15:39 ` ✓ CI.checkpatch: " Patchwork
2024-05-23 15:40 ` ✓ CI.KUnit: " Patchwork
2024-05-23 15:52 ` ✓ CI.Build: " Patchwork
2024-05-23 15:54 ` ✓ CI.Hooks: " Patchwork
2024-05-23 15:55 ` ✓ CI.checksparse: " Patchwork
2024-05-23 16:36 ` ✗ CI.BAT: failure " Patchwork
2024-05-23 17:34 ` [PATCH] " Rodrigo Vivi
2024-05-23 18:20 ` ✗ CI.FULL: failure for " Patchwork

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox