Home
last modified time | relevance | path

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

/bootable/recovery/minui/
Dgraphics_drm.h45 : GRSurface(width, height, row_bytes, pixel_bytes), drm_fd_(drm_fd), handle(handle) {} in GRSurfaceDrm()
47 const int drm_fd_; variable
Dgraphics_drm.cpp44 if (drmModeRmFB(drm_fd_, fb_id) != 0) { in ~GRSurfaceDrm()
54 if (drmIoctl(drm_fd_, DRM_IOCTL_GEM_CLOSE, &gem_close) != 0) { in ~GRSurfaceDrm()