OSDN Git Service

drm/doc: document the type plane property
authorSimon Ser <contact@emersion.fr>
Fri, 15 Jan 2021 11:06:26 +0000 (12:06 +0100)
committerSimon Ser <contact@emersion.fr>
Sun, 24 Jan 2021 09:37:50 +0000 (10:37 +0100)
commit97ecfff41e269d9c3114db85225bf1e493470a8f
tree0b6b75eeb3881b769da9a29733bea6e209f82ead
parent7e5d1e122dff5d83069f9b77afa2618f32f115ba
drm/doc: document the type plane property

Add a new entry for "type" in the section for standard plane properties.

v3: improve paragraph about mixing legacy IOCTLs with explicit usage,
note that a driver may support cursors without cursor planes (Daniel)

v4: fixing rebase gone wrong

v5:
- Fix typo (Daniel)
- Mention CAP_ATOMIC instead of CAP_UNIVERSAL_PLANES when referring to
  atomic test-only commits (Daniel)
- Add newlines at end of sections (Daniel)

Signed-off-by: Simon Ser <contact@emersion.fr>
Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Reviewed-by: Pekka Paalanen <pekka.paalanen@collabora.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20210115110626.12233-2-contact@emersion.fr
drivers/gpu/drm/drm_plane.c