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

/linux-4.4.14/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_cmdbuf_res.c34 * struct vmw_cmdbuf_res - Command buffer managed resource entry.
43 struct vmw_cmdbuf_res { struct
93 (drm_hash_entry(hash, struct vmw_cmdbuf_res, hash)->res); vmw_cmdbuf_res_lookup()
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) vmw_cmdbuf_res_free()
126 struct vmw_cmdbuf_res *entry, *next; vmw_cmdbuf_res_commit()
163 struct vmw_cmdbuf_res *entry, *next; vmw_cmdbuf_res_revert()
194 * This function allocates a struct vmw_cmdbuf_res entry and adds the
204 struct vmw_cmdbuf_res *cres; vmw_cmdbuf_res_add()
236 * This function looks up the struct vmw_cmdbuf_res entry from the manager
247 struct vmw_cmdbuf_res *entry; vmw_cmdbuf_res_remove()
256 entry = drm_hash_entry(hash, struct vmw_cmdbuf_res, hash); vmw_cmdbuf_res_remove()
319 struct vmw_cmdbuf_res *entry, *next; vmw_cmdbuf_res_man_destroy()

Completed in 43 milliseconds