Commit f15e5587 authored by Jani Nikula's avatar Jani Nikula

drm/xe/display: drop unused rawclk_freq and RUNTIME_INFO()

With rawclk_freq moved to display runtime info, xe has no users left for
them.
Reviewed-by: default avatarVille Syrjälä <ville.syrjala@linux.intel.com>
Reviewed-by: default avatarMaarten Lankhorst <maarten.lankhorst@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/9f09274bddc14f555c0102f37af6df23b4433102.1724144570.git.jani.nikula@intel.comSigned-off-by: default avatarJani Nikula <jani.nikula@intel.com>
parent a9556637
...@@ -116,7 +116,6 @@ struct i915_sched_attr { ...@@ -116,7 +116,6 @@ struct i915_sched_attr {
#define i915_gem_fence_wait_priority(fence, attr) do { (void) attr; } while (0) #define i915_gem_fence_wait_priority(fence, attr) do { (void) attr; } while (0)
#define pdev_to_i915 pdev_to_xe_device #define pdev_to_i915 pdev_to_xe_device
#define RUNTIME_INFO(xe) (&(xe)->info.i915_runtime)
#define FORCEWAKE_ALL XE_FORCEWAKE_ALL #define FORCEWAKE_ALL XE_FORCEWAKE_ALL
......
...@@ -291,12 +291,6 @@ struct xe_device { ...@@ -291,12 +291,6 @@ struct xe_device {
u8 has_atomic_enable_pte_bit:1; u8 has_atomic_enable_pte_bit:1;
/** @info.has_device_atomics_on_smem: Supports device atomics on SMEM */ /** @info.has_device_atomics_on_smem: Supports device atomics on SMEM */
u8 has_device_atomics_on_smem:1; u8 has_device_atomics_on_smem:1;
#if IS_ENABLED(CONFIG_DRM_XE_DISPLAY)
struct {
u32 rawclk_freq;
} i915_runtime;
#endif
} info; } info;
/** @irq: device interrupt state */ /** @irq: device interrupt state */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment