Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_cotable.c40 * struct vmw_cotable - Context Object Table resource
50 struct vmw_cotable { struct
132 * vmw_cotable - Convert a struct vmw_resource pointer to a struct
133 * vmw_cotable pointer
137 static struct vmw_cotable *vmw_cotable(struct vmw_resource *res) in vmw_cotable() function
139 return container_of(res, struct vmw_cotable, res); in vmw_cotable()
167 struct vmw_cotable *vcotbl = vmw_cotable(res); in vmw_cotable_unscrub()
242 struct vmw_cotable *vcotb in vmw_cotable_scrub()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_cotable.c42 * struct vmw_cotable - Context Object Table resource
52 struct vmw_cotable { struct
148 * vmw_cotable - Convert a struct vmw_resource pointer to a struct
149 * vmw_cotable pointer
153 static struct vmw_cotable *vmw_cotable(struct vmw_resource *res) in vmw_cotable() function
155 return container_of(res, struct vmw_cotable, res); in vmw_cotable()
183 struct vmw_cotable *vcotbl = vmw_cotable(res); in vmw_cotable_unscrub()
258 struct vmw_cotable *vcotb in vmw_cotable_scrub()
[all...]

Completed in 2 milliseconds