Home
last modified time | relevance | path

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

/rockchip-linux_mpp/osal/allocator/
H A Dallocator_drm.c83 static int drm_ioctl(int fd, int req, void *arg) in drm_ioctl() function
109 ret = drm_ioctl(fd, DRM_IOCTL_PRIME_HANDLE_TO_FD, &dph); in drm_handle_to_fd()
139 ret = drm_ioctl(fd, DRM_IOCTL_MODE_CREATE_DUMB, &dmcb); in drm_alloc()
155 return drm_ioctl(fd, DRM_IOCTL_MODE_DESTROY_DUMB, &data); in drm_free()
187 drm_ioctl(fd, DRM_IOCTL_DROP_MASTER, 0); in os_allocator_drm_open()