From: Simon Ser Date: Thu, 17 Dec 2020 11:32:17 +0000 (+0100) Subject: drm/doc: atomic implicitly enables other caps X-Git-Tag: v5.12-rc1~132^2~19^2~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a1b766d1b3646b5ef90f0fa7b42fd99bbd166766;p=thirdparty%2Fkernel%2Fstable.git drm/doc: atomic implicitly enables other caps Document that enabling atomic also enables universal planes and aspect ratio modes. Signed-off-by: Simon Ser Reviewed-by: Daniel Vetter Cc: Pekka Paalanen Link: https://patchwork.freedesktop.org/patch/msgid/20201217113220.102271-7-contact@emersion.fr --- diff --git a/include/uapi/drm/drm.h b/include/uapi/drm/drm.h index 808b48a93330b..5c31aea1f3424 100644 --- a/include/uapi/drm/drm.h +++ b/include/uapi/drm/drm.h @@ -678,7 +678,9 @@ struct drm_get_cap { /** * DRM_CLIENT_CAP_ATOMIC * - * If set to 1, the DRM core will expose atomic properties to userspace + * If set to 1, the DRM core will expose atomic properties to userspace. This + * implicitly enables &DRM_CLIENT_CAP_UNIVERSAL_PLANES and + * &DRM_CLIENT_CAP_ASPECT_RATIO. */ #define DRM_CLIENT_CAP_ATOMIC 3