Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 834adb3b authored by Gerd Hoffmann's avatar Gerd Hoffmann
Browse files

drm/bochs: atomic: set DRIVER_ATOMIC

parent 568a4c72
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -81,7 +81,7 @@ static const struct file_operations bochs_fops = {
};

static struct drm_driver bochs_driver = {
	.driver_features	= DRIVER_GEM | DRIVER_MODESET,
	.driver_features	= DRIVER_GEM | DRIVER_MODESET | DRIVER_ATOMIC,
	.fops			= &bochs_fops,
	.name			= "bochs-drm",
	.desc			= "bochs dispi vga interface (qemu stdvga)",