Home | Sort by: relevance | last modified time | path |
/src/sys/external/bsd/drm2/dist/drm/xen/ | |
xen_drm_front_cfg.h | 33 bool be_alloc; member in struct:xen_drm_front_cfg |
xen_drm_front_gem.c | 37 bool be_alloc; member in struct:xen_gem_object 94 if (drm_info->front_info->cfg.be_alloc) { 116 xen_obj->be_alloc = true; 159 if (xen_obj->be_alloc) { |
xen_drm_front.c | 189 buf_cfg.be_alloc = front_info->cfg.be_alloc; 206 if (buf_cfg.be_alloc) 239 bool be_alloc; local in function:xen_drm_front_dbuf_destroy 246 be_alloc = front_info->cfg.be_alloc; 252 if (be_alloc) 271 if (!be_alloc) 471 if (front_info->cfg.be_alloc) 604 if (!front_info->cfg.be_alloc) [all...] |