Searched defs:gralloc_drm_bo_t (Results 1 – 1 of 1) sorted by relevance
77 struct gralloc_drm_bo_t { struct78 struct gralloc_drm_t *drm;79 struct gralloc_drm_handle_t *handle;81 int imported; /* the handle is from a remote proces when true */82 int fb_handle; /* the GEM handle of the bo */83 int fb_id; /* the fb id */85 int lock_count;86 int locked_for;88 unsigned int refcount;