Lines Matching full:resource
34 * Extra memory required by the resource id's ida storage, which is allocated
47 * struct vmw_user_resource_conv - Identify a derived user-exported resource
58 * struct vmw_res_func - members and functions common for a resource type
61 * @needs_backup: Whether the resource is guest-backed and needs
63 * @type_name: String that identifies the resource type.
65 * @may_evict Whether the resource may be evicted.
66 * @create: Create a hardware resource.
67 * @destroy: Destroy a hardware resource.
68 * @bind: Bind a hardware resource to persistent buffer storage.
69 * @unbind: Unbind a hardware resource from persistent
71 * @commit_notify: If the resource is a command buffer managed resource,
77 * @dirty_sync: Upload the dirty mob contents to the resource.
78 * @dirty_add_range: Add a sequential dirty range to the resource
80 * @clean: Clean the resource.
110 * simple resource helpers.
112 * @ttm_res_type: TTM resource type used for handle recognition.
113 * @size: Size of the simple resource information struct.
114 * @init: Initialize the simple resource information.
115 * @hw_destroy: A resource hw_destroy function.
128 * struct vmw_simple_resource - Kernel only side simple resource
129 * @res: The resource we derive from.