Merge branch 'getname2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
[deliverable/linux.git] / drivers / gpu / drm / drm_ioctl.c
index a28c0abd1a38e119af4857f294663bd9350ba392..3785d66721f2f6fdba2d134ba8eaa0c9ab8fb416 100644 (file)
@@ -32,6 +32,7 @@
 #include <drm/drm_core.h>
 #include "drm_legacy.h"
 #include "drm_internal.h"
+#include "drm_crtc_internal.h"
 
 #include <linux/pci.h>
 #include <linux/export.h>
@@ -354,6 +355,7 @@ drm_setclientcap(struct drm_device *dev, void *data, struct drm_file *file_priv)
                if (req->value > 1)
                        return -EINVAL;
                file_priv->atomic = req->value;
+               file_priv->universal_planes = req->value;
                break;
        default:
                return -EINVAL;
This page took 0.027926 seconds and 5 git commands to generate.