Re: [PATCH v2 6/9] drm/doc: atomic implicitly enables other caps

2020-12-17 Thread Daniel Vetter
On Thu, Dec 17, 2020 at 12:32:17PM +0100, Simon Ser wrote: > Document that enabling atomic also enables universal planes and aspect > ratio modes. > > Signed-off-by: Simon Ser > Cc: Daniel Vetter > Cc: Pekka Paalanen Reviewed-by: Daniel Vetter > --- > include/uapi/drm/drm.h | 4 +++- > 1 fi

[PATCH v2 6/9] drm/doc: atomic implicitly enables other caps

2020-12-17 Thread Simon Ser
Document that enabling atomic also enables universal planes and aspect ratio modes. Signed-off-by: Simon Ser Cc: Daniel Vetter Cc: Pekka Paalanen --- include/uapi/drm/drm.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/include/uapi/drm/drm.h b/include/uapi/drm/drm.h in