We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4109e7f commit 5443ce8Copy full SHA for 5443ce8
drivers/gpu/drm/virtio/virtgpu_drv.c
@@ -118,7 +118,7 @@ static const struct file_operations virtio_gpu_driver_fops = {
118
119
120
static struct drm_driver driver = {
121
- .driver_features = DRIVER_MODESET | DRIVER_GEM | DRIVER_PRIME | DRIVER_RENDER,
+ .driver_features = DRIVER_MODESET | DRIVER_GEM | DRIVER_PRIME | DRIVER_RENDER | DRIVER_ATOMIC,
122
.set_busid = drm_virtio_set_busid,
123
.load = virtio_gpu_driver_load,
124
.unload = virtio_gpu_driver_unload,
0 commit comments