Home
last modified time | relevance | path

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

/rockchip-linux_mpp/osal/allocator/
H A Dallocator_drm.c139 ret = drm_ioctl(fd, DRM_IOCTL_MODE_CREATE_DUMB, &dmcb); in drm_alloc()
/rockchip-linux_mpp/osal/linux/
H A Ddrm.h894 #define DRM_IOCTL_MODE_CREATE_DUMB DRM_IOWR(0xB2, struct drm_mode_create_dumb) macro