autocommit 2022-02-06 16:33:54 CET
This commit is contained in:
parent
c92346324b
commit
dc2cb71012
104 changed files with 2563 additions and 4617 deletions
32
wire/zwp_linux_dmabuf_feedback_v1.txt
Normal file
32
wire/zwp_linux_dmabuf_feedback_v1.txt
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
# requests
|
||||
|
||||
msg destroy = 0 { }
|
||||
|
||||
# events
|
||||
|
||||
msg done = 0 { }
|
||||
|
||||
msg format_table = 1 {
|
||||
fd: fd,
|
||||
size: u32,
|
||||
}
|
||||
|
||||
msg main_device = 2 {
|
||||
device: pod(uapi::c::dev_t),
|
||||
}
|
||||
|
||||
msg tranche_done = 3 {
|
||||
|
||||
}
|
||||
|
||||
msg tranche_target_device = 4 {
|
||||
device: pod(uapi::c::dev_t),
|
||||
}
|
||||
|
||||
msg tranche_formats = 5 {
|
||||
indices: array(pod(u16)),
|
||||
}
|
||||
|
||||
msg tranche_flags = 6 {
|
||||
flags: u32,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue