Skip to content

Commit

Permalink
drm: clarify and linkify DRM_CLIENT_CAP_WRITEBACK_CONNECTORS docs
Browse files Browse the repository at this point in the history
Make it clear that the client is responsible for enabling ATOMIC
prior to enabling WRITEBACK_CONNECTORS. Linkify the reference to
ATOMIC.

Signed-off-by: Simon Ser <contact@emersion.fr>
Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Acked-by: Daniel Stone <daniels@collabora.com>
Acked-by: Pekka Paalanen <pekka.paalanen@collabora.com>
Link: https://patchwork.freedesktop.org/patch/434200/
  • Loading branch information
Simon Ser committed May 31, 2021
1 parent 88938bf commit bbf4627
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/uapi/drm/drm.h
Original file line number Diff line number Diff line change
Expand Up @@ -812,8 +812,8 @@ struct drm_get_cap {
* DRM_CLIENT_CAP_WRITEBACK_CONNECTORS
*
* If set to 1, the DRM core will expose special connectors to be used for
* writing back to memory the scene setup in the commit. Depends on client
* also supporting DRM_CLIENT_CAP_ATOMIC
* writing back to memory the scene setup in the commit. The client must enable
* &DRM_CLIENT_CAP_ATOMIC first.
*/
#define DRM_CLIENT_CAP_WRITEBACK_CONNECTORS 5

Expand Down

0 comments on commit bbf4627

Please sign in to comment.