mirror of
https://github.com/torvalds/linux.git
synced 2026-05-27 08:33:17 +02:00
drm/xe/display: move compat uncore stubs to the correct file
Move things that belong to intel_uncore.h to the correct place. Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com> Acked-by: Rodrigo Vivi <rodrigo.vivi@intel.com> Signed-off-by: Jani Nikula <jani.nikula@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/3f3903c7c5e34aefac0f6d06e433710bc782c97e.1717004739.git.jani.nikula@intel.com
This commit is contained in:
parent
208f53102a
commit
b67be58faf
|
|
@ -154,11 +154,6 @@ static inline void intel_runtime_pm_put(struct xe_runtime_pm *pm, intel_wakeref_
|
|||
#define assert_rpm_wakelock_held(x) do { } while (0)
|
||||
#define assert_rpm_raw_wakeref_held(x) do { } while (0)
|
||||
|
||||
#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)
|
||||
|
||||
#define I915_PRIORITY_DISPLAY 0
|
||||
struct i915_sched_attr {
|
||||
int priority;
|
||||
|
|
|
|||
|
|
@ -172,4 +172,9 @@ static inline void __iomem *intel_uncore_regs(struct intel_uncore *uncore)
|
|||
#define raw_reg_write(base, reg, value) \
|
||||
writel(value, base + i915_mmio_reg_offset(reg))
|
||||
|
||||
#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__ */
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user