Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/xen/
Dxen_drm_front.c204 req->op.dbuf_create.gref_directory = in xen_drm_front_dbuf_create()
206 req->op.dbuf_create.buffer_sz = size; in xen_drm_front_dbuf_create()
207 req->op.dbuf_create.dbuf_cookie = dbuf_cookie; in xen_drm_front_dbuf_create()
208 req->op.dbuf_create.width = width; in xen_drm_front_dbuf_create()
209 req->op.dbuf_create.height = height; in xen_drm_front_dbuf_create()
210 req->op.dbuf_create.bpp = bpp; in xen_drm_front_dbuf_create()
212 req->op.dbuf_create.flags |= XENDISPL_DBUF_FLG_REQ_ALLOC; in xen_drm_front_dbuf_create()
/Linux-v4.19/include/xen/interface/io/
Ddisplif.h801 struct xendispl_dbuf_create_req dbuf_create; member