]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
drm/xe/compat: remove unused forcewake get/put macros
authorJani Nikula <jani.nikula@intel.com>
Mon, 22 Dec 2025 12:34:01 +0000 (14:34 +0200)
committerJani Nikula <jani.nikula@intel.com>
Mon, 29 Dec 2025 10:31:13 +0000 (12:31 +0200)
Since commit 35ec71285c93 ("drm/i915/pc8: Add parent interface for PC8
forcewake tricks"), the compat intel_uncore_forcewake_{get,put} and
FORCEWAKE_ALL macros have become unused. Remove them.

Reviewed-by: MichaƂ Grzelak <michal.grzelak@intel.com>
Link: https://patch.msgid.link/5081b00a6fa20bdbcc1c973c6920cd590e1dc98f.1766406794.git.jani.nikula@intel.com
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
drivers/gpu/drm/xe/compat-i915-headers/intel_uncore.h

index d93ddacdf743de5048da280465f7025c333c2d8a..0d60a0bf2e4b3acd9d4edd6d6054f9e759e13ee2 100644 (file)
@@ -10,8 +10,6 @@
 #include "xe_device_types.h"
 #include "xe_mmio.h"
 
-#define FORCEWAKE_ALL XE_FORCEWAKE_ALL
-
 static inline struct intel_uncore *to_intel_uncore(struct drm_device *drm)
 {
        return &to_xe_device(drm)->uncore;
@@ -154,9 +152,6 @@ static inline void intel_uncore_write_notrace(struct intel_uncore *uncore,
        xe_mmio_write32(__compat_uncore_to_mmio(uncore), reg, val);
 }
 
-#define intel_uncore_forcewake_get(x, y) do { } while (0)
-#define intel_uncore_forcewake_put(x, y) do { } while (0)
-
 #define intel_uncore_arm_unclaimed_mmio_detection(x) do { } while (0)
 
 #endif /* __INTEL_UNCORE_H__ */