We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88938bf commit bbf4627Copy full SHA for bbf4627
include/uapi/drm/drm.h
@@ -812,8 +812,8 @@ struct drm_get_cap {
812
* DRM_CLIENT_CAP_WRITEBACK_CONNECTORS
813
*
814
* 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
+ * writing back to memory the scene setup in the commit. The client must enable
+ * &DRM_CLIENT_CAP_ATOMIC first.
817
*/
818
#define DRM_CLIENT_CAP_WRITEBACK_CONNECTORS 5
819
0 commit comments