drm/bochs: atomic: set DRIVER_ATOMIC
Conversion to atomic modesetting, final step. Set the DRIVER_ATOMIC flag. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Reviewed-by: Oleksandr Andrushchenko <oleksandr_andrushchenko@epam.com> Acked-by: Daniel Vetter <daniel.vetter@ffwll.ch> Link: http://patchwork.freedesktop.org/patch/msgid/20190111053752.4004-10-kraxel@redhat.com
This commit is contained in:
parent
568a4c72d4
commit
834adb3bb8
|
@ -81,7 +81,7 @@ static const struct file_operations bochs_fops = {
|
||||||
};
|
};
|
||||||
|
|
||||||
static struct drm_driver bochs_driver = {
|
static struct drm_driver bochs_driver = {
|
||||||
.driver_features = DRIVER_GEM | DRIVER_MODESET,
|
.driver_features = DRIVER_GEM | DRIVER_MODESET | DRIVER_ATOMIC,
|
||||||
.fops = &bochs_fops,
|
.fops = &bochs_fops,
|
||||||
.name = "bochs-drm",
|
.name = "bochs-drm",
|
||||||
.desc = "bochs dispi vga interface (qemu stdvga)",
|
.desc = "bochs dispi vga interface (qemu stdvga)",
|
||||||
|
|
Loading…
Reference in New Issue