Commit 070f8fd6 authored by Jani Nikula's avatar Jani Nikula

drm/xe: remove unused struct xe_device members

modeset_restore_state has been unused since commit 6af0ffc0
("drm/i915/display: move restore state and ctx under display
sub-struct").

member global_obj_list has been unused since commit e2925e19
("drm/i915/display: move global_obj_list under display sub-struct").

hti_state has been unused since commit 62749912 ("drm/i915/display:
move hti under display sub-struct").

snps_phy_failed_calibration has been unused since commit 3a7e2d58
("drm/i915: move snps_phy_failed_calibration to display sub-struct under
snps").
Reviewed-by: default avatarJosé Roberto de Souza <jose.souza@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240321161548.3509672-1-jani.nikula@intel.comSigned-off-by: default avatarJani Nikula <jani.nikula@intel.com>
parent 4b275f50
......@@ -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 */
......
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