mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 04:38:03 +02:00
drm-shim: handle DRM_CAP_ADDFB2_MODIFIERS
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/38546>
This commit is contained in:
parent
53fe1f39a0
commit
fa15f0c855
1 changed files with 1 additions and 0 deletions
|
|
@ -224,6 +224,7 @@ drm_shim_ioctl_get_cap(int fd, unsigned long request, void *arg)
|
|||
case DRM_CAP_PRIME:
|
||||
case DRM_CAP_SYNCOBJ:
|
||||
case DRM_CAP_SYNCOBJ_TIMELINE:
|
||||
case DRM_CAP_ADDFB2_MODIFIERS:
|
||||
gc->value = 1;
|
||||
return 0;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue