Searched refs:destory_arg (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/external/linux-rga/samples/im2d_slt/sources/ |
| H A D | drm_alloc.cpp | 81 struct drm_mode_destroy_dumb destory_arg; in drm_buf_alloc() local 157 memset(&destory_arg, 0, sizeof(destory_arg)); in drm_buf_alloc() 158 destory_arg.handle = alloc_arg.handle; in drm_buf_alloc() 159 ret = drmIoctl_func(drm_fd, DRM_IOCTL_MODE_DESTROY_DUMB, &destory_arg); in drm_buf_alloc() 178 struct drm_mode_destroy_dumb destory_arg; in drm_buf_destroy() local 179 memset(&destory_arg, 0, sizeof(destory_arg)); in drm_buf_destroy() 180 destory_arg.handle = handle; in drm_buf_destroy() 182 ret = drmIoctl_func(drm_fd, DRM_IOCTL_MODE_DESTROY_DUMB, &destory_arg); in drm_buf_destroy()
|
| /OK3568_Linux_fs/external/linux-rga/samples/utils/allocator/ |
| H A D | drm_alloc.cpp | 80 struct drm_mode_destroy_dumb destory_arg; in drm_buf_alloc() local 156 memset(&destory_arg, 0, sizeof(destory_arg)); in drm_buf_alloc() 157 destory_arg.handle = alloc_arg.handle; in drm_buf_alloc() 158 ret = drmIoctl_func(drm_fd, DRM_IOCTL_MODE_DESTROY_DUMB, &destory_arg); in drm_buf_alloc() 177 struct drm_mode_destroy_dumb destory_arg; in drm_buf_destroy() local 178 memset(&destory_arg, 0, sizeof(destory_arg)); in drm_buf_destroy() 179 destory_arg.handle = handle; in drm_buf_destroy() 181 ret = drmIoctl_func(drm_fd, DRM_IOCTL_MODE_DESTROY_DUMB, &destory_arg); in drm_buf_destroy()
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/ |
| H A D | rkdrm_display.c | 165 struct drm_mode_destroy_dumb destory_arg; in drmGetBuffer() local 240 memset(&destory_arg, 0, sizeof(destory_arg)); in drmGetBuffer() 241 destory_arg.handle = alloc_arg.handle; in drmGetBuffer() 242 drmIoctl(fd, DRM_IOCTL_MODE_DESTROY_DUMB, &destory_arg); in drmGetBuffer()
|
| H A D | rkisp_demo.cpp | 117 struct drm_mode_destroy_dumb destory_arg; in alloc_drm_buffer() local 160 memset(&destory_arg, 0, sizeof(destory_arg)); in alloc_drm_buffer() 161 destory_arg.handle = alloc_arg.handle; in alloc_drm_buffer() 162 drmIoctl(fd, DRM_IOCTL_MODE_DESTROY_DUMB, &destory_arg); in alloc_drm_buffer()
|