All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm: drivers may provide multiple primary planes per CRTC
@ 2020-08-06 10:33 Simon Ser
  2020-08-07  9:07 ` Daniel Vetter
  0 siblings, 1 reply; 12+ messages in thread
From: Simon Ser @ 2020-08-06 10:33 UTC (permalink / raw)
  To: dri-devel

Some drivers may expose primary planes compatible with multiple CRTCs.
Make this clear in the docs: the current wording may be misunderstood as
"exactly one primary plane per CRTC".

Signed-off-by: Simon Ser <contact@emersion.fr>
Cc: Daniel Vetter <daniel@ffwll.ch>
---
 drivers/gpu/drm/drm_plane.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/gpu/drm/drm_plane.c b/drivers/gpu/drm/drm_plane.c
index b7b90b3a2e38..108a922e8c23 100644
--- a/drivers/gpu/drm/drm_plane.c
+++ b/drivers/gpu/drm/drm_plane.c
@@ -49,8 +49,8 @@
  * &struct drm_plane (possibly as part of a larger structure) and registers it
  * with a call to drm_universal_plane_init().
  *
- * Cursor and overlay planes are optional. All drivers should provide one
- * primary plane per CRTC to avoid surprising userspace too much. See enum
+ * Cursor and overlay planes are optional. All drivers should provide at least
+ * one primary plane per CRTC to avoid surprising userspace too much. See enum
  * drm_plane_type for a more in-depth discussion of these special uapi-relevant
  * plane types. Special planes are associated with their CRTC by calling
  * drm_crtc_init_with_planes().
-- 
2.28.0


_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply related	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2020-12-09 10:40 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-08-06 10:33 [PATCH] drm: drivers may provide multiple primary planes per CRTC Simon Ser
2020-08-07  9:07 ` Daniel Vetter
2020-08-07  9:33   ` Simon Ser
2020-08-07 13:03     ` Daniel Vetter
2020-08-07  9:38   ` Pekka Paalanen
2020-08-07 13:06     ` Daniel Vetter
2020-12-06 15:24       ` Simon Ser
2020-12-07  8:45         ` Pekka Paalanen
2020-12-07  9:10           ` Simon Ser
2020-12-09  0:36             ` Daniel Vetter
2020-12-09  8:23               ` Pekka Paalanen
2020-12-09 10:40                 ` Daniel Vetter

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.