We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fec50db commit 50a9b7fCopy full SHA for 50a9b7f
drivers/gpu/drm/xe/display/xe_display.c
@@ -108,11 +108,6 @@ int xe_display_create(struct xe_device *xe)
108
xe->display.hotplug.dp_wq = alloc_ordered_workqueue("xe-dp", 0);
109
110
drmm_mutex_init(&xe->drm, &xe->sb_lock);
111
- drmm_mutex_init(&xe->drm, &xe->display.backlight.lock);
112
- drmm_mutex_init(&xe->drm, &xe->display.audio.mutex);
113
- drmm_mutex_init(&xe->drm, &xe->display.wm.wm_mutex);
114
- drmm_mutex_init(&xe->drm, &xe->display.pps.mutex);
115
- drmm_mutex_init(&xe->drm, &xe->display.hdcp.hdcp_mutex);
116
xe->enabled_irq_mask = ~0;
117
118
err = drmm_add_action_or_reset(&xe->drm, display_destroy, NULL);
0 commit comments