mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-17 17:00:36 +02:00
drm-shim: Stub syncobj reset ioctl
Fixes DRM_SHIM: unhandled core DRM ioctl 0xC4 (0xc01064c4). Signed-off-by: Valentine Burley <valentine.burley@gmail.com> Reviewed-by: Rob Clark <robdclark@chromium.org> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28504>
This commit is contained in:
parent
cc404d45ff
commit
471ac97a4a
1 changed files with 1 additions and 0 deletions
|
|
@ -285,6 +285,7 @@ ioctl_fn_t core_ioctls[] = {
|
|||
[_IOC_NR(DRM_IOCTL_SYNCOBJ_FD_TO_HANDLE)] = drm_shim_ioctl_stub,
|
||||
[_IOC_NR(DRM_IOCTL_SYNCOBJ_WAIT)] = drm_shim_ioctl_stub,
|
||||
[_IOC_NR(DRM_IOCTL_SYNCOBJ_TRANSFER)] = drm_shim_ioctl_stub,
|
||||
[_IOC_NR(DRM_IOCTL_SYNCOBJ_RESET)] = drm_shim_ioctl_stub,
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue