mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-01-04 21:30:20 +01:00
libdrm: fix typo on ttm fence interface
This commit is contained in:
parent
c4e2caec44
commit
963ed9910a
1 changed files with 1 additions and 1 deletions
|
|
@ -2888,7 +2888,7 @@ int drmBOFence(int fd, drmBO *buf, unsigned flags, unsigned fenceHandle)
|
|||
req->handle = buf->handle;
|
||||
req->mask = flags;
|
||||
req->arg_handle = fenceHandle;
|
||||
req->op = drm_bo_validate;
|
||||
req->op = drm_bo_fence;
|
||||
|
||||
ret = ioctl(fd, DRM_IOCTL_BUFOBJ, &arg);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue