Home
last modified time | relevance | path

Searched refs:DRM_CLOEXEC (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/sys/dev/pci/drm/i915/gvt/
Ddmabuf.c528 dmabuf = i915_gem_prime_export(&obj->base, DRM_CLOEXEC | DRM_RDWR); in intel_vgpu_get_dmabuf()
535 ret = dma_buf_fd(dmabuf, DRM_CLOEXEC | DRM_RDWR); in intel_vgpu_get_dmabuf()
/openbsd/src/sys/dev/pci/drm/include/uapi/drm/
Ddrm.h888 #define DRM_CLOEXEC O_CLOEXEC macro
/openbsd/src/sys/dev/pci/drm/
Ddrm_prime.c546 if (args->flags & ~(DRM_CLOEXEC | DRM_RDWR)) in drm_prime_handle_to_fd_ioctl()