diff options
| -rw-r--r-- | drivers/gpu/drm/drm_ioctl.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/drm_ioctl.c b/drivers/gpu/drm/drm_ioctl.c index 5cb405812245..3785d66721f2 100644 --- a/drivers/gpu/drm/drm_ioctl.c +++ b/drivers/gpu/drm/drm_ioctl.c | |||
| @@ -355,6 +355,7 @@ drm_setclientcap(struct drm_device *dev, void *data, struct drm_file *file_priv) | |||
| 355 | if (req->value > 1) | 355 | if (req->value > 1) |
| 356 | return -EINVAL; | 356 | return -EINVAL; |
| 357 | file_priv->atomic = req->value; | 357 | file_priv->atomic = req->value; |
| 358 | file_priv->universal_planes = req->value; | ||
| 358 | break; | 359 | break; |
| 359 | default: | 360 | default: |
| 360 | return -EINVAL; | 361 | return -EINVAL; |
