Commit bbf4627b authored by Simon Ser's avatar Simon Ser
Browse files

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: default avatarSimon Ser <contact@emersion.fr>
Reviewed-by: default avatarDaniel Vetter <daniel.vetter@ffwll.ch>
Acked-by: default avatarDaniel Stone <daniels@collabora.com>
Acked-by: default avatarPekka Paalanen <pekka.paalanen@collabora.com>
Link: https://patchwork.freedesktop.org/patch/434200/
parent 88938bf3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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