All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/4] drm: add more primary/cursor plane checks
@ 2020-12-11 10:38 Simon Ser
  0 siblings, 0 replies; only message in thread
From: Simon Ser @ 2020-12-11 10:38 UTC (permalink / raw)
  To: dri-devel; +Cc: daniel.vetter

This is the same series as v1, but with a new patch appended. I've tried
coming up with a wording that isn't too confusing, while still accepting
configurations like amdgpu's.

Each patch changes the docs and the drm_mode_config_validate at the same
time, so that we can easily revert a patch if needed.

Simon Ser (4):
  drm: rework description of primary and cursor planes
  drm: validate possible_crtcs for primary and cursor planes
  drm: require a non_NULL drm_crtc.primary
  drm: require each CRTC to have a unique primary plane

 drivers/gpu/drm/drm_crtc.c        |  3 +++
 drivers/gpu/drm/drm_mode_config.c | 40 +++++++++++++++++++++++++++++++
 drivers/gpu/drm/drm_plane.c       | 22 +++++++++++------
 3 files changed, 58 insertions(+), 7 deletions(-)

-- 
2.29.2


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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-12-11 10:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-11 10:38 [PATCH v2 0/4] drm: add more primary/cursor plane checks Simon Ser

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.