Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/xen/
Dxen_drm_front.c306 req->op.fb_attach.dbuf_cookie = dbuf_cookie; in xen_drm_front_fb_attach()
307 req->op.fb_attach.fb_cookie = fb_cookie; in xen_drm_front_fb_attach()
308 req->op.fb_attach.width = width; in xen_drm_front_fb_attach()
309 req->op.fb_attach.height = height; in xen_drm_front_fb_attach()
310 req->op.fb_attach.pixel_format = pixel_format; in xen_drm_front_fb_attach()
/Linux-v4.19/include/xen/interface/io/
Ddisplif.h803 struct xendispl_fb_attach_req fb_attach; member