diff options
author | Simon Ser <contact@emersion.fr> | 2024-04-08 16:16:01 +0200 |
---|---|---|
committer | Daniel Stone <daniels@collabora.com> | 2024-10-05 14:35:30 +0000 |
commit | 6c214e6dc020a13e7e23bacc5a13eb261e9dd714 (patch) | |
tree | 41d4fff9649fe5b174022b23c541b15f68ad7170 /stable | |
parent | 98d8bb671621248ece9dbc47233634c6a54151f9 (diff) |
linux-dmabuf: mark format/modifier with deprecated-since attribute
Signed-off-by: Simon Ser <contact@emersion.fr>
Diffstat (limited to 'stable')
-rw-r--r-- | stable/linux-dmabuf/linux-dmabuf-v1.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/stable/linux-dmabuf/linux-dmabuf-v1.xml b/stable/linux-dmabuf/linux-dmabuf-v1.xml index 33ad9a9..299923d 100644 --- a/stable/linux-dmabuf/linux-dmabuf-v1.xml +++ b/stable/linux-dmabuf/linux-dmabuf-v1.xml @@ -110,7 +110,7 @@ summary="the new temporary"/> </request> - <event name="format"> + <event name="format" deprecated-since="4"> <description summary="supported buffer format"> This event advertises one buffer format that the server supports. All the supported formats are advertised once when the client @@ -127,7 +127,7 @@ <arg name="format" type="uint" summary="DRM_FORMAT code"/> </event> - <event name="modifier" since="3"> + <event name="modifier" since="3" deprecated-since="4"> <description summary="supported buffer format modifier"> This event advertises the formats that the server supports, along with the modifiers supported for each format. All the supported modifiers |