Home
last modified time | relevance | path

Searched refs:xen_drm_front_shbuf (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/xen/
Dxen_drm_front_shbuf.h19 struct xen_drm_front_shbuf { struct
51 struct xen_drm_front_shbuf * argument
54 grant_ref_t xen_drm_front_shbuf_get_dir_start(struct xen_drm_front_shbuf *buf);
56 int xen_drm_front_shbuf_map(struct xen_drm_front_shbuf *buf);
58 int xen_drm_front_shbuf_unmap(struct xen_drm_front_shbuf *buf);
60 void xen_drm_front_shbuf_flush(struct xen_drm_front_shbuf *buf);
62 void xen_drm_front_shbuf_free(struct xen_drm_front_shbuf *buf);
Dxen_drm_front_shbuf.c35 void (*calc_num_grefs)(struct xen_drm_front_shbuf *buf);
37 void (*fill_page_dir)(struct xen_drm_front_shbuf *buf);
39 int (*grant_refs_for_buffer)(struct xen_drm_front_shbuf *buf,
42 int (*map)(struct xen_drm_front_shbuf *buf);
44 int (*unmap)(struct xen_drm_front_shbuf *buf);
47 grant_ref_t xen_drm_front_shbuf_get_dir_start(struct xen_drm_front_shbuf *buf) in xen_drm_front_shbuf_get_dir_start()
55 int xen_drm_front_shbuf_map(struct xen_drm_front_shbuf *buf) in xen_drm_front_shbuf_map()
64 int xen_drm_front_shbuf_unmap(struct xen_drm_front_shbuf *buf) in xen_drm_front_shbuf_unmap()
73 void xen_drm_front_shbuf_flush(struct xen_drm_front_shbuf *buf) in xen_drm_front_shbuf_flush()
80 void xen_drm_front_shbuf_free(struct xen_drm_front_shbuf *buf) in xen_drm_front_shbuf_free()
[all …]
DMakefile7 xen_drm_front_shbuf.o \
Dxen_drm_front.c35 struct xen_drm_front_shbuf *shbuf;
39 struct xen_drm_front_shbuf *shbuf, u64 dbuf_cookie) in dbuf_add_to_list()
174 struct xen_drm_front_shbuf *shbuf; in xen_drm_front_dbuf_create()