gfx-api: add support for syncobj synchronization
This commit is contained in:
parent
80a69ba7ef
commit
7e6facf4e3
20 changed files with 323 additions and 159 deletions
|
|
@ -139,6 +139,8 @@ pub enum DrmError {
|
|||
Merge(#[source] OsError),
|
||||
#[error("Could not import a sync file into a syncobj")]
|
||||
ImportSyncFile(#[source] OsError),
|
||||
#[error("Could not export a sync file")]
|
||||
ExportSyncFile(#[source] OsError),
|
||||
#[error("Could not create a lease")]
|
||||
CreateLease(#[source] OsError),
|
||||
#[error("Could not drop DRM master")]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue