diff options
| author | Jani Nikula <jani.nikula@intel.com> | 2025-05-16 15:16:56 +0300 |
|---|---|---|
| committer | Jani Nikula <jani.nikula@intel.com> | 2025-05-20 20:55:22 +0300 |
| commit | b617341e4801e2f0ea7aeb63fae0fa438f7cd601 (patch) | |
| tree | 91e1fae5c097b6324a1c22dbc24f8ed1f85e97a7 /drivers/gpu/drm/xe/display | |
| parent | drm/xe/display: Add check for alloc_ordered_workqueue() (diff) | |
| download | linux-b617341e4801e2f0ea7aeb63fae0fa438f7cd601.tar.gz linux-b617341e4801e2f0ea7aeb63fae0fa438f7cd601.zip | |
drm/xe/display: drop duplicate display->fb_tracking.lock init
The spinlock is initialized in intel_display_driver_early_probe(). Drop
the extra init.
Reviewed-by: Matthew Auld <matthew.auld@intel.com>
Link: https://lore.kernel.org/r/f895a8a43c61a6e60db8e1eb698919ce0faab27c.1747397638.git.jani.nikula@intel.com
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Diffstat (limited to 'drivers/gpu/drm/xe/display')
| -rw-r--r-- | drivers/gpu/drm/xe/display/xe_display.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/drm/xe/display/xe_display.c b/drivers/gpu/drm/xe/display/xe_display.c index df897d08255c..9513b03847a8 100644 --- a/drivers/gpu/drm/xe/display/xe_display.c +++ b/drivers/gpu/drm/xe/display/xe_display.c @@ -109,8 +109,6 @@ int xe_display_create(struct xe_device *xe) xe->display = &xe->__display; - spin_lock_init(&display->fb_tracking.lock); - display->hotplug.dp_wq = alloc_ordered_workqueue("xe-dp", 0); if (!display->hotplug.dp_wq) return -ENOMEM; |
