| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/xcore/ |
| H A D | drm_device.cpp | 114 ret = drmPrimeHandleToFD(fd_.Get(), arg.handle, DRM_CLOEXEC | DRM_RDWR, in CreateDumbObject()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gvt/ |
| H A D | dmabuf.c | 552 dmabuf = i915_gem_prime_export(&obj->base, DRM_CLOEXEC | DRM_RDWR); in intel_vgpu_get_dmabuf() 559 ret = dma_buf_fd(dmabuf, DRM_CLOEXEC | DRM_RDWR); in intel_vgpu_get_dmabuf()
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/drmDsp/ |
| H A D | bo.c | 74 ret = drmPrimeHandleToFD(bo->dev->fd, bo->handle, DRM_CLOEXEC | DRM_RDWR, &bo->fd); in import_sp_bo_fd()
|
| /OK3568_Linux_fs/external/linux-rga/core/ |
| H A D | RockchipRga.cpp | 254 ret = local_drmPrimeHandleToFD(bo_info->fd, bo_info->handle, DRM_CLOEXEC | DRM_RDWR, fd); in RkRgaGetBufferFd()
|
| /OK3568_Linux_fs/external/mpp/osal/allocator/ |
| H A D | allocator_drm.c | 199 &info->fd, DRM_CLOEXEC | DRM_RDWR); in os_allocator_drm_alloc()
|
| /OK3568_Linux_fs/external/drm-cursor/ |
| H A D | drm_egl.c | 445 if (drmPrimeHandleToFD(fd, handle, DRM_CLOEXEC, &dma_fd) < 0) { in egl_convert_fb()
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_10.0.2/ |
| H A D | 0015-backend-drm-Support-mirror-mode.patch | 219 + DRM_CLOEXEC, &src_fd); 224 + DRM_CLOEXEC, &dst_fd);
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_11.0.1/ |
| H A D | 0017-backend-drm-Support-mirror-mode.patch | 219 + DRM_CLOEXEC, &src_fd); 224 + DRM_CLOEXEC, &dst_fd);
|
| /OK3568_Linux_fs/buildroot/package/weston/ |
| H A D | 0017-backend-drm-Support-mirror-mode.patch | 221 + DRM_CLOEXEC, &src_fd); 226 + DRM_CLOEXEC, &dst_fd);
|
| /OK3568_Linux_fs/external/mpp/osal/linux/ |
| H A D | drm.h | 715 #define DRM_CLOEXEC O_CLOEXEC macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/drm/ |
| H A D | drm.h | 700 #define DRM_CLOEXEC O_CLOEXEC macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/drm/ |
| H A D | drm.h | 700 #define DRM_CLOEXEC O_CLOEXEC macro
|
| /OK3568_Linux_fs/kernel/include/uapi/drm/ |
| H A D | drm.h | 708 #define DRM_CLOEXEC O_CLOEXEC macro
|
| /OK3568_Linux_fs/external/security/librkcrypto/third_party/libdrm/include/drm/ |
| H A D | drm.h | 840 #define DRM_CLOEXEC O_CLOEXEC macro
|
| /OK3568_Linux_fs/external/linux-rga/samples/im2d_slt/third-party/libdrm/include/libdrm/ |
| H A D | drm.h | 702 #define DRM_CLOEXEC O_CLOEXEC macro
|
| /OK3568_Linux_fs/external/linux-rga/core/3rdparty/libdrm/include/drm/ |
| H A D | drm.h | 702 #define DRM_CLOEXEC O_CLOEXEC macro
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/include/libdrm/ |
| H A D | drm.h | 702 #define DRM_CLOEXEC O_CLOEXEC macro
|
| /OK3568_Linux_fs/external/linux-rga/samples/utils/3rdparty/libdrm/include/libdrm/ |
| H A D | drm.h | 702 #define DRM_CLOEXEC O_CLOEXEC macro
|
| /OK3568_Linux_fs/kernel/tools/include/uapi/drm/ |
| H A D | drm.h | 708 #define DRM_CLOEXEC O_CLOEXEC macro
|
| /OK3568_Linux_fs/external/gstreamer-rockchip/gst/rkximage/ |
| H A D | gstkmsallocator.c | 638 DRM_CLOEXEC | DRM_RDWR, &prime_fd); in gst_kms_allocator_dmabuf_export()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/ |
| H A D | drm_prime.c | 524 if (args->flags & ~(DRM_CLOEXEC | DRM_RDWR)) in drm_prime_handle_to_fd_ioctl()
|
| /OK3568_Linux_fs/external/gstreamer-rockchip/gst/kmssrc/ |
| H A D | gstkmssrc.c | 658 if (drmPrimeHandleToFD (self->fd, fb.handles[i], DRM_CLOEXEC | DRM_RDWR, in gst_kms_src_import_drm_fb()
|
| /OK3568_Linux_fs/docs/en/RK3566_RK3568/ |
| H A D | RK3566_RK3568_Linux4.19_SDK_Note.md | 351 * - drmPrimeHandleToFD add DRM_CLOEXEC | DRM_RDWR flag
|
| /OK3568_Linux_fs/docs/cn/RK3566_RK3568/ |
| H A D | RK3566_RK3568_Linux4.19_SDK_Note.md | 351 * - drmPrimeHandleToFD add DRM_CLOEXEC | DRM_RDWR flag
|