aboutsummaryrefslogtreecommitdiff
path: root/unstable/linux-dmabuf
diff options
context:
space:
mode:
authorYong Bakos <ybakos@humanoriented.com>2016-10-31 06:43:52 -0700
committerDaniel Stone <daniels@collabora.com>2016-11-21 11:20:27 +0000
commit59b6e208e09a5d2f241965f907a1f05ecbf7ba68 (patch)
tree420f9666961f5d64493ec1455b7bbaff54443b94 /unstable/linux-dmabuf
parentf7349c3ff1625a115f8e4c8498456dec8c87a97e (diff)
(multiple): Remove inconsistent line breaks
Enum entries and message arguments are sometimes preceded by a blank line, but often aren't. Standardize the format of the protocol specification by removing blank lines preceding a list of message arguments and enum entries. Signed-off-by: Yong Bakos <ybakos@humanoriented.com> Reviewed-by: Daniel Stone <daniels@collabora.com>
Diffstat (limited to 'unstable/linux-dmabuf')
-rw-r--r--unstable/linux-dmabuf/linux-dmabuf-unstable-v1.xml7
1 files changed, 0 insertions, 7 deletions
diff --git a/unstable/linux-dmabuf/linux-dmabuf-unstable-v1.xml b/unstable/linux-dmabuf/linux-dmabuf-unstable-v1.xml
index 3b4861f..a07540e 100644
--- a/unstable/linux-dmabuf/linux-dmabuf-unstable-v1.xml
+++ b/unstable/linux-dmabuf/linux-dmabuf-unstable-v1.xml
@@ -127,22 +127,16 @@
<enum name="error">
<entry name="already_used" value="0"
summary="the dmabuf_batch object has already been used to create a wl_buffer"/>
-
<entry name="plane_idx" value="1"
summary="plane index out of bounds"/>
-
<entry name="plane_set" value="2"
summary="the plane index was already set"/>
-
<entry name="incomplete" value="3"
summary="missing or too many planes to create a buffer"/>
-
<entry name="invalid_format" value="4"
summary="format not supported"/>
-
<entry name="invalid_dimensions" value="5"
summary="invalid width or height"/>
-
<entry name="out_of_bounds" value="6"
summary="offset + stride * height goes out of dmabuf bounds"/>
</enum>
@@ -170,7 +164,6 @@
The error PLANE_SET is raised if attempting to set a plane that
was already set.
</description>
-
<arg name="fd" type="fd" summary="dmabuf fd"/>
<arg name="plane_idx" type="uint" summary="plane index"/>
<arg name="offset" type="uint" summary="offset in bytes"/>