use DMA_BUF_IOCTL_SYNC

This commit is contained in:
Vincent Wei
2023-07-27 10:04:53 +08:00
parent bce5b73e1c
commit 39d03be6d7
2 changed files with 29 additions and 29 deletions
+2
View File
@@ -137,6 +137,8 @@ typedef struct _DrmSurfaceBuffer {
uint32_t dumb:1;
/** Is it a scanout buffer. Since 5.0.0. */
uint32_t scanout:1;
/** The buffer is also a dma-buff. Since 5.0.13. */
uint32_t dma_buff:1;
/** The width of the buffer. */
uint32_t width;