projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4341dd2
)
drm/xe: remove stale runtime_pm member
author
Jani Nikula
<jani.nikula@intel.com>
Wed, 12 Nov 2025 18:55:47 +0000
(20:55 +0200)
committer
Jani Nikula
<jani.nikula@intel.com>
Thu, 13 Nov 2025 08:27:22 +0000
(10:27 +0200)
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>
drivers/gpu/drm/xe/xe_device_types.h
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/xe/xe_device_types.h
b/drivers/gpu/drm/xe/xe_device_types.h
index
af0ce27
..
e772851
100644
(file)
--- 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;