Skip to content

Commit bbf4627

Browse files
committed
drm: clarify and linkify DRM_CLIENT_CAP_WRITEBACK_CONNECTORS docs
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 <[email protected]> Reviewed-by: Daniel Vetter <[email protected]> Acked-by: Daniel Stone <[email protected]> Acked-by: Pekka Paalanen <[email protected]> Link: https://patchwork.freedesktop.org/patch/434200/
1 parent 88938bf commit bbf4627

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/uapi/drm/drm.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -812,8 +812,8 @@ struct drm_get_cap {
812812
* DRM_CLIENT_CAP_WRITEBACK_CONNECTORS
813813
*
814814
* If set to 1, the DRM core will expose special connectors to be used for
815-
* writing back to memory the scene setup in the commit. Depends on client
816-
* also supporting DRM_CLIENT_CAP_ATOMIC
815+
* writing back to memory the scene setup in the commit. The client must enable
816+
* &DRM_CLIENT_CAP_ATOMIC first.
817817
*/
818818
#define DRM_CLIENT_CAP_WRITEBACK_CONNECTORS 5
819819

0 commit comments

Comments
 (0)