Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/display/hal/default_standard/src/display_gralloc/
H A Ddrm_allocator.cpp72 struct drm_mode_destroy_dumb destoryDumb = {0}; in Allocate() local
73 destoryDumb.handle = dumb.handle; in Allocate()
74 ret = drmIoctl(drmFd_, DRM_IOCTL_MODE_DESTROY_DUMB, &destoryDumb); in Allocate()