Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/xen/
Dxen_drm_front.c188 buf_cfg.be_alloc = front_info->cfg.be_alloc; in xen_drm_front_dbuf_create()
211 if (buf_cfg.be_alloc) in xen_drm_front_dbuf_create()
243 bool be_alloc; in xen_drm_front_dbuf_destroy() local
250 be_alloc = front_info->cfg.be_alloc; in xen_drm_front_dbuf_destroy()
256 if (be_alloc) in xen_drm_front_dbuf_destroy()
275 if (!be_alloc) in xen_drm_front_dbuf_destroy()
476 if (front_info->cfg.be_alloc) in xen_drm_drv_release()
611 if (!front_info->cfg.be_alloc) in xen_drm_drv_fini()
Dxen_drm_front_gem.c34 bool be_alloc; member
91 if (drm_info->front_info->cfg.be_alloc) { in gem_create()
113 xen_obj->be_alloc = true; in gem_create()
156 if (xen_obj->be_alloc) { in xen_drm_front_gem_free_object_unlocked()
Dxen_drm_front_cfg.h31 bool be_alloc; member
Dxen_drm_front_shbuf.h48 bool be_alloc; member
Dxen_drm_front_cfg.c57 cfg->be_alloc = true; in xen_drm_front_cfg_card()
Dxen_drm_front_shbuf.c388 if (cfg->be_alloc) in xen_drm_front_shbuf_alloc()