video: add udmabuf allocator
This commit is contained in:
parent
2579834a60
commit
62cd29056a
33 changed files with 883 additions and 256 deletions
|
|
@ -43,6 +43,7 @@ mod macros;
|
|||
#[macro_use]
|
||||
mod leaks;
|
||||
mod acceptor;
|
||||
mod allocator;
|
||||
mod async_engine;
|
||||
mod backend;
|
||||
mod backends;
|
||||
|
|
@ -91,6 +92,7 @@ mod time;
|
|||
mod tools;
|
||||
mod tree;
|
||||
mod udev;
|
||||
mod udmabuf;
|
||||
mod user_session;
|
||||
mod utils;
|
||||
mod version;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue