Displaying 1 result from an estimated 1 matches for "b4b01b4995fb".
2019 Jul 10
0
[PATCH AUTOSEL 5.1 03/11] drm/virtio: move drm_connector_update_edid_property() call
From: Gerd Hoffmann <kraxel at redhat.com>
[ Upstream commit 41de4be6f6efa4132b29af51158cd672d93f2543 ]
drm_connector_update_edid_property can sleep, we must not
call it while holding a spinlock. Move the callsite.
Fixes: b4b01b4995fb ("drm/virtio: add edid support")
Reported-by: Max Filippov <jcmvbkbc at gmail.com>
Signed-off-by: Gerd Hoffmann <kraxel at redhat.com>
Tested-by: Max Filippov <jcmvbkbc at gmail.com>
Tested-by: Cornelia Huck <cohuck at redhat.com>
Acked-by: Cornelia Huck <cohuck...