mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 15:23:53 -06:00
ui/egl: Add egl helpers to help with synchronization
These egl helpers would be used for creating and waiting on a sync object. Cc: Gerd Hoffmann <kraxel@redhat.com> Reviewed-by: Gerd Hoffmann <kraxel@redhat.com> Signed-off-by: Vivek Kasireddy <vivek.kasireddy@intel.com> Message-Id: <20210914211837.3229977-3-vivek.kasireddy@intel.com> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
This commit is contained in:
parent
89faed62af
commit
121abaf3e6
3 changed files with 30 additions and 0 deletions
|
@ -168,6 +168,8 @@ typedef struct QemuDmaBuf {
|
|||
uint64_t modifier;
|
||||
uint32_t texture;
|
||||
bool y0_top;
|
||||
void *sync;
|
||||
int fence_fd;
|
||||
} QemuDmaBuf;
|
||||
|
||||
typedef struct DisplayState DisplayState;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue