summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Stoeckl <code@mstoeckl.com>2022-11-02 19:01:44 -0400
committerJonas Ã…dahl <jadahl@gmail.com>2022-11-14 11:08:21 +0000
commit4f18a5baeece5e37c31164af42bcc20b8460727f (patch)
tree3cb1e840a6e64a90ab682b1d8a60be831389c6ab
parent6d068c17080772021480a276e8f26f814003517d (diff)
downloadwayland-protocols-4f18a5baeece5e37c31164af42bcc20b8460727f.tar.gz
linux-dmabuf: fix references to tranche_formats
Signed-off-by: Manuel Stoeckl <code@mstoeckl.com>
-rw-r--r--unstable/linux-dmabuf/linux-dmabuf-unstable-v1.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/unstable/linux-dmabuf/linux-dmabuf-unstable-v1.xml b/unstable/linux-dmabuf/linux-dmabuf-unstable-v1.xml
index 018f876..ea92310 100644
--- a/unstable/linux-dmabuf/linux-dmabuf-unstable-v1.xml
+++ b/unstable/linux-dmabuf/linux-dmabuf-unstable-v1.xml
@@ -413,16 +413,16 @@
configuration. In particular, compositors should avoid sending the exact
same parameters multiple times in a row.
- The tranche_target_device and tranche_modifier events are grouped by
+ The tranche_target_device and tranche_formats events are grouped by
tranches of preference. For each tranche, a tranche_target_device, one
- tranche_flags and one or more tranche_modifier events are sent, followed
+ tranche_flags and one or more tranche_formats events are sent, followed
by a tranche_done event finishing the list. The tranches are sent in
descending order of preference. All formats and modifiers in the same
tranche have the same preference.
To send parameters, the compositor sends one main_device event, tranches
(each consisting of one tranche_target_device event, one tranche_flags
- event, tranche_modifier events and then a tranche_done event), then one
+ event, tranche_formats events and then a tranche_done event), then one
done event.
</description>
@@ -495,9 +495,9 @@
<event name="tranche_done">
<description summary="a preference tranche has been sent">
- This event splits tranche_target_device and tranche_modifier events in
+ This event splits tranche_target_device and tranche_formats events in
preference tranches. It is sent after a set of tranche_target_device
- and tranche_modifier events; it represents the end of a tranche. The
+ and tranche_formats events; it represents the end of a tranche. The
next tranche will have a lower preference.
</description>
</event>