Searched refs:drm_device (Results 1 – 1 of 1) sorted by relevance
| /rockchip-linux_mpp/osal/allocator/ |
| H A D | allocator_drm.c | 57 RK_S32 drm_device; member 203 p->drm_device = fd; in os_allocator_drm_open() 222 drm_dbg_func("dev %d alloc alignment %d size %d\n", p->drm_device, in os_allocator_drm_alloc() 225 ret = drm_alloc(p->drm_device, info->size, p->alignment, in os_allocator_drm_alloc() 232 ret = drm_handle_to_fd(p->drm_device, (RK_U32)((intptr_t)info->hnd), in os_allocator_drm_alloc() 240 drm_dbg_func("dev %d get handle %d with fd %d\n", p->drm_device, in os_allocator_drm_alloc() 244 drm_free(p->drm_device, (RK_U32)((intptr_t)info->hnd)); in os_allocator_drm_alloc() 257 drm_dbg_func("enter dev %d fd %d\n", p->drm_device, fd_ext); in os_allocator_drm_import() 269 drm_dbg_func("leave dev %d fd %d -> %d\n", p->drm_device, fd_ext, data->fd); in os_allocator_drm_import() 285 drm_dbg_func("dev %d handle %p unmap %p fd %d size %d\n", p->drm_device, in os_allocator_drm_free() [all …]
|