Commit bd7247e6 authored by Jani Nikula's avatar Jani Nikula

drm/xe/display: remove unused xe->enabled_irq_mask

The xe->enabled_irq_mask member has never been used for anything.
Acked-by: default avatarLucas De Marchi <lucas.demarchi@intel.com>
Reviewed-by: default avatarHimal Prasad Ghimiray <himal.prasad.ghimiray@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240510094313.3422982-1-jani.nikula@intel.comSigned-off-by: default avatarJani Nikula <jani.nikula@intel.com>
parent c7df997b
...@@ -97,7 +97,6 @@ int xe_display_create(struct xe_device *xe) ...@@ -97,7 +97,6 @@ int xe_display_create(struct xe_device *xe)
xe->display.hotplug.dp_wq = alloc_ordered_workqueue("xe-dp", 0); xe->display.hotplug.dp_wq = alloc_ordered_workqueue("xe-dp", 0);
drmm_mutex_init(&xe->drm, &xe->sb_lock); drmm_mutex_init(&xe->drm, &xe->sb_lock);
xe->enabled_irq_mask = ~0;
return drmm_add_action_or_reset(&xe->drm, display_destroy, NULL); return drmm_add_action_or_reset(&xe->drm, display_destroy, NULL);
} }
......
...@@ -505,8 +505,6 @@ struct xe_device { ...@@ -505,8 +505,6 @@ struct xe_device {
/* only to allow build, not used functionally */ /* only to allow build, not used functionally */
u32 irq_mask; u32 irq_mask;
u32 enabled_irq_mask;
struct intel_uncore { struct intel_uncore {
spinlock_t lock; spinlock_t lock;
} uncore; } uncore;
......
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