mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net.git/
synced 2026-04-18 06:33:43 -04:00
drm/virtgpu: initialise fbdev after getting initial display info
This should avoid issues with the fbdev path trying to render before we've gotten the display info. Signed-off-by: Dave Airlie <airlied@redhat.com> [ kraxel: wait for display-info reply ] Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
This commit is contained in:
committed by
Gerd Hoffmann
parent
50cb941a26
commit
441012aff6
@@ -171,6 +171,7 @@ struct virtio_gpu_device {
|
||||
wait_queue_head_t resp_wq;
|
||||
/* current display info */
|
||||
spinlock_t display_info_lock;
|
||||
bool display_info_pending;
|
||||
|
||||
struct virtio_gpu_fence_driver fence_drv;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user