mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-04-30 18:10:59 -04:00
drm/xe: remove unused struct xe_device members
modeset_restore_state has been unused since commit6af0ffc0db("drm/i915/display: move restore state and ctx under display sub-struct"). member global_obj_list has been unused since commite2925e19c0("drm/i915/display: move global_obj_list under display sub-struct"). hti_state has been unused since commit6274991254("drm/i915/display: move hti under display sub-struct"). snps_phy_failed_calibration has been unused since commit3a7e2d58f8("drm/i915: move snps_phy_failed_calibration to display sub-struct under snps"). Reviewed-by: José Roberto de Souza <jose.souza@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20240321161548.3509672-1-jani.nikula@intel.com Signed-off-by: Jani Nikula <jani.nikula@intel.com>
This commit is contained in:
@@ -498,10 +498,7 @@ struct xe_device {
|
||||
struct mutex sb_lock;
|
||||
|
||||
/* Should be in struct intel_display */
|
||||
u32 skl_preferred_vco_freq, max_dotclk_freq, hti_state;
|
||||
u8 snps_phy_failed_calibration;
|
||||
struct drm_atomic_state *modeset_restore_state;
|
||||
struct list_head global_obj_list;
|
||||
u32 skl_preferred_vco_freq, max_dotclk_freq;
|
||||
|
||||
union {
|
||||
/* only to allow build, not used functionally */
|
||||
|
||||
Reference in New Issue
Block a user