Searched refs:dbuf_cookie (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/gpu/drm/xen/ |
D | xen_drm_front.c | 33 u64 dbuf_cookie; member 39 struct xen_drm_front_shbuf *shbuf, u64 dbuf_cookie) in dbuf_add_to_list() argument 47 dbuf->dbuf_cookie = dbuf_cookie; in dbuf_add_to_list() 54 u64 dbuf_cookie) in dbuf_get() argument 59 if (buf->dbuf_cookie == dbuf_cookie) in dbuf_get() 74 static void dbuf_free(struct list_head *dbuf_list, u64 dbuf_cookie) in dbuf_free() argument 79 if (buf->dbuf_cookie == dbuf_cookie) { in dbuf_free() 170 u64 dbuf_cookie, u32 width, u32 height, in xen_drm_front_dbuf_create() argument 194 ret = dbuf_add_to_list(front_info, shbuf, dbuf_cookie); in xen_drm_front_dbuf_create() 207 req->op.dbuf_create.dbuf_cookie = dbuf_cookie; in xen_drm_front_dbuf_create() [all …]
|
D | xen_drm_front.h | 142 u64 dbuf_cookie, u32 width, u32 height, 146 u64 dbuf_cookie, u64 fb_cookie, u32 width,
|
/Linux-v4.19/include/xen/interface/io/ |
D | displif.h | 502 uint64_t dbuf_cookie; member 571 uint64_t dbuf_cookie; member 620 uint64_t dbuf_cookie; member
|