Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_cotable.c167 struct vmw_cotable *vcotbl = vmw_cotable(res); in vmw_cotable_unscrub() local
182 WARN_ON(vcotbl->ctx->id == SVGA3D_INVALID_ID); in vmw_cotable_unscrub()
186 cmd->body.cid = vcotbl->ctx->id; in vmw_cotable_unscrub()
187 cmd->body.type = vcotbl->type; in vmw_cotable_unscrub()
189 cmd->body.validSizeInBytes = vcotbl->size_read_back; in vmw_cotable_unscrub()
192 vcotbl->scrubbed = false; in vmw_cotable_unscrub()
242 struct vmw_cotable *vcotbl = vmw_cotable(res); in vmw_cotable_scrub() local
255 if (vcotbl->scrubbed) in vmw_cotable_scrub()
258 if (co_info[vcotbl->type].unbind_func) in vmw_cotable_scrub()
259 co_info[vcotbl in vmw_cotable_scrub()
309 struct vmw_cotable *vcotbl = vmw_cotable(res); vmw_cotable_unbind() local
342 struct vmw_cotable *vcotbl = vmw_cotable(res); vmw_cotable_readback() local
387 struct vmw_cotable *vcotbl = vmw_cotable(res); vmw_cotable_resize() local
509 struct vmw_cotable *vcotbl = vmw_cotable(res); vmw_cotable_create() local
571 struct vmw_cotable *vcotbl; vmw_cotable_alloc() local
633 struct vmw_cotable *vcotbl = vmw_cotable(res); vmw_cotable_notify() local
659 struct vmw_cotable *vcotbl = vmw_cotable_add_resource() local
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_cotable.c183 struct vmw_cotable *vcotbl = vmw_cotable(res); in vmw_cotable_unscrub() local
198 WARN_ON(vcotbl->ctx->id == SVGA3D_INVALID_ID); in vmw_cotable_unscrub()
202 cmd->body.cid = vcotbl->ctx->id; in vmw_cotable_unscrub()
203 cmd->body.type = vcotbl->type; in vmw_cotable_unscrub()
205 cmd->body.validSizeInBytes = vcotbl->size_read_back; in vmw_cotable_unscrub()
208 vcotbl->scrubbed = false; in vmw_cotable_unscrub()
258 struct vmw_cotable *vcotbl = vmw_cotable(res); in vmw_cotable_scrub() local
271 if (vcotbl->scrubbed) in vmw_cotable_scrub()
274 if (co_info[vcotbl->type].unbind_func) in vmw_cotable_scrub()
275 co_info[vcotbl in vmw_cotable_scrub()
325 struct vmw_cotable *vcotbl = vmw_cotable(res); vmw_cotable_unbind() local
358 struct vmw_cotable *vcotbl = vmw_cotable(res); vmw_cotable_readback() local
403 struct vmw_cotable *vcotbl = vmw_cotable(res); vmw_cotable_resize() local
546 struct vmw_cotable *vcotbl = vmw_cotable(res); vmw_cotable_create() local
603 struct vmw_cotable *vcotbl; vmw_cotable_alloc() local
651 struct vmw_cotable *vcotbl = vmw_cotable(res); vmw_cotable_notify() local
677 struct vmw_cotable *vcotbl = vmw_cotable_add_resource() local
[all...]

Completed in 2 milliseconds