drm/xe/display: drop unused rawclk_freq and RUNTIME_INFO()
BugLink: https://bugs.launchpad.net/bugs/2099996 commit f15e5587448989a55cf8b4feaad0df72ca3aa6a0 upstream. With rawclk_freq moved to display runtime info, xe has no users left for them. Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Reviewed-by: Maarten Lankhorst <maarten.lankhorst@linux.intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/9f09274bddc14f555c0102f37af6df23b4433102.1724144570.git.jani.nikula@intel.com Signed-off-by: Jani Nikula <jani.nikula@intel.com> Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> [koichiroden: adjusted context due to missing commits: 06e69a424930 ("drm/xe: Introduce has_device_atomics_on_smem device info") c462f81b695a ("drm/xe: Introduce has_atomic_enable_pte_bit device info")] Signed-off-by: Koichiro Den <koichiro.den@canonical.com> Signed-off-by: Stefan Bader <stefan.bader@canonical.com>
This commit is contained in:
committed by
Stefan Bader
parent
bdec4d66ae
commit
94e1753558
@@ -215,7 +215,6 @@ struct i915_sched_attr {
|
||||
intel_runtime_pm_put((rpm), (wf)), (wf) = 0)
|
||||
|
||||
#define pdev_to_i915 pdev_to_xe_device
|
||||
#define RUNTIME_INFO(xe) (&(xe)->info.i915_runtime)
|
||||
|
||||
#define FORCEWAKE_ALL XE_FORCEWAKE_ALL
|
||||
#define HPD_STORM_DEFAULT_THRESHOLD 50
|
||||
|
||||
@@ -276,12 +276,6 @@ struct xe_device {
|
||||
u8 has_heci_gscfi:1;
|
||||
/** @skip_guc_pc: Skip GuC based PM feature init */
|
||||
u8 skip_guc_pc:1;
|
||||
|
||||
#if IS_ENABLED(CONFIG_DRM_XE_DISPLAY)
|
||||
struct {
|
||||
u32 rawclk_freq;
|
||||
} i915_runtime;
|
||||
#endif
|
||||
} info;
|
||||
|
||||
/** @irq: device interrupt state */
|
||||
|
||||
Reference in New Issue
Block a user