Searched refs:destoryDumb (Results 1 – 1 of 1) sorted by relevance
72 struct drm_mode_destroy_dumb destoryDumb = {0}; in Allocate() local73 destoryDumb.handle = dumb.handle; in Allocate()74 ret = drmIoctl(drmFd_, DRM_IOCTL_MODE_DESTROY_DUMB, &destoryDumb); in Allocate()