mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-01-06 22:30:25 +01:00
Fill fence sequence after emit ioctl.
This commit is contained in:
parent
0a2ab1a900
commit
6abbbb2f4f
1 changed files with 1 additions and 0 deletions
|
|
@ -2487,6 +2487,7 @@ int drmFenceEmit(int fd, unsigned flags, drmFence *fence, unsigned emit_type)
|
|||
fence->fence_class = arg.fence_class;
|
||||
fence->type = arg.type;
|
||||
fence->signaled = arg.signaled;
|
||||
fence->sequence = arg.sequence;
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue