Re: [PATCH] drm/radeon: Use a local mutex for bind/unbind protection

2022-11-01 Thread Alex Deucher
On Mon, Oct 31, 2022 at 2:49 AM Takashi Iwai wrote: > > We used drm_modeset_lock_all() for protecting the audio component > bind/unbind operations against the notification, but it seems leading > to kernel WARNING and Oops. Moreover, the use of > drm_modeset_lock_all() is rather an overkill only

[PATCH] drm/radeon: Use a local mutex for bind/unbind protection

2022-10-31 Thread Takashi Iwai
We used drm_modeset_lock_all() for protecting the audio component bind/unbind operations against the notification, but it seems leading to kernel WARNING and Oops. Moreover, the use of drm_modeset_lock_all() is rather an overkill only for this protection. This patch introduces a new mutex that