video: add udmabuf allocator
This commit is contained in:
parent
2579834a60
commit
62cd29056a
33 changed files with 883 additions and 256 deletions
|
|
@ -14,3 +14,19 @@ event dmabuf {
|
|||
event error {
|
||||
msg: str,
|
||||
}
|
||||
|
||||
event drm_dev (since = 6) {
|
||||
drm_dev: fd,
|
||||
}
|
||||
|
||||
event plane (since = 6) {
|
||||
fd: fd,
|
||||
offset: u32,
|
||||
stride: u32,
|
||||
}
|
||||
|
||||
event dmabuf2 (since = 6) {
|
||||
width: i32,
|
||||
height: i32,
|
||||
modifier: pod(u64),
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue