OSDN Git Service

drm/virtgpu: initialise fbdev after getting initial display info
authorDave Airlie <airlied@redhat.com>
Tue, 16 Jun 2015 04:25:34 +0000 (14:25 +1000)
committerGerd Hoffmann <kraxel@redhat.com>
Tue, 16 Jun 2015 09:22:40 +0000 (11:22 +0200)
commit441012aff674c8d2d9b371e1a19320de38eecc84
tree90c56017b5fa4d915f199a942f61739d9fe16399
parent50cb941a26b9311c39ba59567fcfad48f5eab4a3
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>
drivers/gpu/drm/virtio/virtgpu_drv.h
drivers/gpu/drm/virtio/virtgpu_kms.c
drivers/gpu/drm/virtio/virtgpu_vq.c