mirror of
https://github.com/VincentWei/MiniGUI.git
synced 2026-09-26 12:27:58 +08:00
use DMA_BUF_IOCTL_SYNC
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user