Home
last modified time | relevance | path

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

/rockchip-linux_mpp/osal/allocator/
H A Dallocator_drm.c155 return drm_ioctl(fd, DRM_IOCTL_MODE_DESTROY_DUMB, &data); in drm_free()
/rockchip-linux_mpp/osal/linux/
H A Ddrm.h896 #define DRM_IOCTL_MODE_DESTROY_DUMB DRM_IOWR(0xB4, struct drm_mode_destroy_dumb) macro