Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xen/
H A Dxen_drm_front.c298 req->op.fb_attach.dbuf_cookie = dbuf_cookie; in xen_drm_front_fb_attach()
299 req->op.fb_attach.fb_cookie = fb_cookie; in xen_drm_front_fb_attach()
300 req->op.fb_attach.width = width; in xen_drm_front_fb_attach()
301 req->op.fb_attach.height = height; in xen_drm_front_fb_attach()
302 req->op.fb_attach.pixel_format = pixel_format; in xen_drm_front_fb_attach()
/linux/include/xen/interface/io/
H A Ddisplif.h867 struct xendispl_fb_attach_req fb_attach; member