aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_blend.c
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2020-12-17 12:32:13 +0100
committerSimon Ser <contact@emersion.fr>2020-12-17 16:56:40 +0100
commit77a71abbdd77a32245f47bb1418ef8f05f905154 (patch)
treec950d20c609932fb29b515720b54aee1f9162970 /drivers/gpu/drm/drm_blend.c
parentdrm/doc: the KMS properties section is for user-space devs (diff)
downloadlinux-dev-77a71abbdd77a32245f47bb1418ef8f05f905154.tar.xz
linux-dev-77a71abbdd77a32245f47bb1418ef8f05f905154.zip
drm/doc: introduce new section for standard plane properties
Introduce a new "Standard Plane Properties" section for properties defined in drm_plane.c. Move the mis-placed IN_FORMATS docs there. Signed-off-by: Simon Ser <contact@emersion.fr> Reviewed-by: Daniel Vetter <daniel@ffwll.ch> Cc: Pekka Paalanen <ppaalanen@gmail.com> Link: https://patchwork.freedesktop.org/patch/msgid/20201217113220.102271-3-contact@emersion.fr
Diffstat (limited to 'drivers/gpu/drm/drm_blend.c')
-rw-r--r--drivers/gpu/drm/drm_blend.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/gpu/drm/drm_blend.c b/drivers/gpu/drm/drm_blend.c
index 5c2141e9a9f4..26e2f2ffd255 100644
--- a/drivers/gpu/drm/drm_blend.c
+++ b/drivers/gpu/drm/drm_blend.c
@@ -185,12 +185,6 @@
* plane does not expose the "alpha" property, then this is
* assumed to be 1.0
*
- * IN_FORMATS:
- * Blob property which contains the set of buffer format and modifier
- * pairs supported by this plane. The blob is a drm_format_modifier_blob
- * struct. Without this property the plane doesn't support buffers with
- * modifiers. Userspace cannot change this property.
- *
* Note that all the property extensions described here apply either to the
* plane or the CRTC (e.g. for the background color, which currently is not
* exposed and assumed to be black).