Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xen/
H A Dxen_drm_front.c184 buf_cfg.be_alloc = front_info->cfg.be_alloc; in xen_drm_front_dbuf_create()
202 if (buf_cfg.be_alloc) in xen_drm_front_dbuf_create()
235 bool be_alloc; in xen_drm_front_dbuf_destroy() local
242 be_alloc = front_info->cfg.be_alloc; in xen_drm_front_dbuf_destroy()
248 if (be_alloc) in xen_drm_front_dbuf_destroy()
267 if (!be_alloc) in xen_drm_front_dbuf_destroy()
464 if (front_info->cfg.be_alloc) in xen_drm_drv_release()
572 if (!front_info->cfg.be_alloc) in xen_drm_drv_fini()
H A Dxen_drm_front_cfg.h31 bool be_alloc; member
H A Dxen_drm_front_cfg.c57 cfg->be_alloc = true; in xen_drm_front_cfg_card()
/linux/include/xen/
H A Dxen-front-pgdir-shbuf.h75 int be_alloc; member
/linux/drivers/xen/
H A Dxen-front-pgdir-shbuf.c520 if (cfg->be_alloc) in xen_front_pgdir_shbuf_alloc()