mbox series

[v2,0/9] drm/doc: misc documentation improvements

Message ID 20201217113220.102271-1-contact@emersion.fr (mailing list archive)
Headers show
Series drm/doc: misc documentation improvements | expand

Message

Simon Ser Dec. 17, 2020, 11:32 a.m. UTC
This is v2 for the series "drm/doc: improve plane property docs" [1].

The first 4 commits of v1 aren't re-sent. The last 4 commits of v2 are
new.

[1]: https://patchwork.freedesktop.org/series/85016/

Simon Ser (9):
  drm/doc: the KMS properties section is for user-space devs
  drm/doc: introduce new section for standard plane properties
  drm/doc: fix reference to drm_format_modifier_blob
  drm/doc: fix drm_plane_type docs
  drm/doc: document the type plane property
  drm/doc: atomic implicitly enables other caps
  drm/doc: remove drm.h file comment
  drm/doc: demote old doc-comments in drm.h
  drm/doc: render drm.h uapi docs

 Documentation/gpu/drm-kms.rst  |  9 ++++
 Documentation/gpu/drm-uapi.rst |  3 ++
 drivers/gpu/drm/drm_blend.c    |  6 ---
 drivers/gpu/drm/drm_plane.c    | 64 ++++++++++++++++++++--
 include/drm/drm_plane.h        | 29 +++++++---
 include/uapi/drm/drm.h         | 98 ++++++++++++++++------------------
 6 files changed, 138 insertions(+), 71 deletions(-)