summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJani Nikula <jani.nikula@intel.com>2025-11-12 20:55:47 +0200
committerJani Nikula <jani.nikula@intel.com>2025-11-13 10:27:22 +0200
commit38759cc5ad8e1dddfa3519734cb6387e1b38dbd4 (patch)
treeda8dc19227b793aa161b8b8b96ea11ecb6b32b71
parent4341dd24abb983eb6218bfc4ab0366de98873e00 (diff)
drm/xe: remove stale runtime_pm member
This has become unused and unnecessary. Remove. Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com> Link: https://patch.msgid.link/20251112185547.172113-1-jani.nikula@intel.com Signed-off-by: Jani Nikula <jani.nikula@intel.com>
-rw-r--r--drivers/gpu/drm/xe/xe_device_types.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/gpu/drm/xe/xe_device_types.h b/drivers/gpu/drm/xe/xe_device_types.h
index af0ce275b032..e772851c08e9 100644
--- a/drivers/gpu/drm/xe/xe_device_types.h
+++ b/drivers/gpu/drm/xe/xe_device_types.h
@@ -645,9 +645,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;