Skip to content

Commit

Permalink
drm: qxl: Enable atomic modesetting ioctl
Browse files Browse the repository at this point in the history
Now that atomic support is implemented, enable the atomic flag.

Signed-off-by: Gabriel Krisman Bertazi <krisman@collabora.co.uk>
Link: http://patchwork.freedesktop.org/patch/msgid/20170227204328.18761-15-krisman@collabora.co.uk
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
  • Loading branch information
Gabriel Krisman Bertazi authored and Gerd Hoffmann committed Feb 28, 2017
1 parent 9973c87 commit fb4fe33
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion drivers/gpu/drm/qxl/qxl_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,8 @@ static struct pci_driver qxl_pci_driver = {

static struct drm_driver qxl_driver = {
.driver_features = DRIVER_GEM | DRIVER_MODESET | DRIVER_PRIME |
DRIVER_HAVE_IRQ | DRIVER_IRQ_SHARED,
DRIVER_HAVE_IRQ | DRIVER_IRQ_SHARED |
DRIVER_ATOMIC,

.set_busid = drm_pci_set_busid,

Expand Down

0 comments on commit fb4fe33

Please sign in to comment.