Searched refs:vmw_cmdbuf_res (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_cmdbuf_res.c36 * struct vmw_cmdbuf_res - Command buffer managed resource entry.
45 struct vmw_cmdbuf_res { struct
91 return hlist_entry(hash, struct vmw_cmdbuf_res, hash)->res;
100 * @entry: Pointer to a struct vmw_cmdbuf_res.
102 * Frees a struct vmw_cmdbuf_res entry and drops its reference to the
106 struct vmw_cmdbuf_res *entry)
126 struct vmw_cmdbuf_res *entry, *next;
162 struct vmw_cmdbuf_res *entry, *next;
191 * This function allocates a struct vmw_cmdbuf_res entry and adds the
201 struct vmw_cmdbuf_res *cre
[all...]

Completed in 121 milliseconds