aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/virtio/virtgpu_drv.c
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2021-09-30 08:14:06 +0200
committerGerd Hoffmann <kraxel@redhat.com>2023-01-06 06:31:08 +0100
commit08147560649fa140806542af8562e7126a3ebc72 (patch)
tree601fd6474134240569fa6b925e0c904ff872f045 /drivers/gpu/drm/virtio/virtgpu_drv.c
parentdc56458b57e293e9b4ab6f782a9452c8952aa7ea (diff)
downloadlinux-drm-virtio-bootfb.tar.gz
detect VIRTIO_GPU_F_BOOTFBdrm-virtio-bootfb
Diffstat (limited to 'drivers/gpu/drm/virtio/virtgpu_drv.c')
-rw-r--r--drivers/gpu/drm/virtio/virtgpu_drv.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/virtio/virtgpu_drv.c b/drivers/gpu/drm/virtio/virtgpu_drv.c
index ae97b98750b6..c53ecdc839f2 100644
--- a/drivers/gpu/drm/virtio/virtgpu_drv.c
+++ b/drivers/gpu/drm/virtio/virtgpu_drv.c
@@ -148,6 +148,7 @@ static unsigned int features[] = {
VIRTIO_GPU_F_RESOURCE_UUID,
VIRTIO_GPU_F_RESOURCE_BLOB,
VIRTIO_GPU_F_CONTEXT_INIT,
+ VIRTIO_GPU_F_BOOTFB,
};
static struct virtio_driver virtio_gpu_driver = {
.feature_table = features,