drm: Remove command line guard for universal planes
[deliverable/linux.git] / drivers / gpu / drm / drm_ioctl.c
index 69c61f392e663995466c75550fbb5f6992bb4d77..ad66f961170e0517f386ceca3519f9da3120a7b0 100644 (file)
@@ -342,8 +342,6 @@ drm_setclientcap(struct drm_device *dev, void *data, struct drm_file *file_priv)
                file_priv->stereo_allowed = req->value;
                break;
        case DRM_CLIENT_CAP_UNIVERSAL_PLANES:
-               if (!drm_universal_planes)
-                       return -EINVAL;
                if (req->value > 1)
                        return -EINVAL;
                file_priv->universal_planes = req->value;
This page took 0.043393 seconds and 5 git commands to generate.