All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm/xe: remove stale runtime_pm member
@ 2025-11-12 18:55 Jani Nikula
  2025-11-12 19:37 ` Rodrigo Vivi
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Jani Nikula @ 2025-11-12 18:55 UTC (permalink / raw)
  To: intel-gfx, intel-xe; +Cc: jani.nikula

This has become unused and unnecessary. Remove.

Signed-off-by: Jani Nikula <jani.nikula@intel.com>
---
 drivers/gpu/drm/xe/xe_device_types.h | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/drivers/gpu/drm/xe/xe_device_types.h b/drivers/gpu/drm/xe/xe_device_types.h
index 7baf15f51575..0b2fa7c56d38 100644
--- a/drivers/gpu/drm/xe/xe_device_types.h
+++ b/drivers/gpu/drm/xe/xe_device_types.h
@@ -656,9 +656,6 @@ struct xe_device {
 	 */
 	u32 edram_size_mb;
 
-	/* To shut up runtime pm macros.. */
-	struct xe_runtime_pm {} runtime_pm;
-
 	struct intel_uncore {
 		spinlock_t lock;
 	} uncore;
-- 
2.47.3


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

end of thread, other threads:[~2025-11-13  8:40 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-12 18:55 [PATCH] drm/xe: remove stale runtime_pm member Jani Nikula
2025-11-12 19:37 ` Rodrigo Vivi
2025-11-13  8:40   ` Jani Nikula
2025-11-12 20:46 ` ✓ CI.KUnit: success for " Patchwork
2025-11-12 21:25 ` ✓ Xe.CI.BAT: " Patchwork
2025-11-12 23:30 ` ✓ i915.CI.BAT: " Patchwork
2025-11-13  3:03 ` ✓ i915.CI.Full: " Patchwork
2025-11-13  4:42 ` ✗ Xe.CI.Full: failure " Patchwork

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.