Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_cotable.c47 * @scrubbed: Whether the cotable has been scrubbed.
56 bool scrubbed; member
90 * Cotables with bindings that we remove must be scrubbed first,
192 vcotbl->scrubbed = false; in vmw_cotable_unscrub()
255 if (vcotbl->scrubbed) in vmw_cotable_scrub()
287 vcotbl->scrubbed = true; in vmw_cotable_scrub()
321 if (!vcotbl->scrubbed) in vmw_cotable_unbind()
351 if (!vcotbl->scrubbed) { in vmw_cotable_readback()
503 * 1) Unscrub the cotable if it is scrubbed an
[all...]
H A Dvmwgfx_binding.c349 loc->scrubbed = false; in vmw_binding_add()
382 WARN_ON(bi->scrubbed); in vmw_binding_transfer()
426 if (!entry->scrubbed) { in vmw_binding_state_scrub()
429 entry->scrubbed = true; in vmw_binding_state_scrub()
468 if (!entry->scrubbed) { in vmw_binding_res_list_scrub()
471 entry->scrubbed = true; in vmw_binding_res_list_scrub()
489 * @scrubbed: Transfer only scrubbed bindings.
512 * vmw_binding_rebind_all - Rebind all scrubbed bindings of a context
516 * Walks through the context binding list and rebinds all scrubbed
[all...]
H A Dvmwgfx_binding.h72 * @scrubbed: Whether the binding has been scrubbed from the context.
80 bool scrubbed; member
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_cotable.c49 * @scrubbed: Whether the cotable has been scrubbed.
58 bool scrubbed; member
105 * Cotables with bindings that we remove must be scrubbed first,
208 vcotbl->scrubbed = false; in vmw_cotable_unscrub()
271 if (vcotbl->scrubbed) in vmw_cotable_scrub()
303 vcotbl->scrubbed = true; in vmw_cotable_scrub()
337 if (!vcotbl->scrubbed) in vmw_cotable_unbind()
367 if (!vcotbl->scrubbed) { in vmw_cotable_readback()
540 * 1) Unscrub the cotable if it is scrubbed an
[all...]
H A Dvmwgfx_binding.c351 loc->scrubbed = false; in vmw_binding_add()
406 WARN_ON(bi->scrubbed); in vmw_binding_transfer()
450 if (!entry->scrubbed) { in vmw_binding_state_scrub()
453 entry->scrubbed = true; in vmw_binding_state_scrub()
492 if (!entry->scrubbed) { in vmw_binding_res_list_scrub()
495 entry->scrubbed = true; in vmw_binding_res_list_scrub()
535 * vmw_binding_rebind_all - Rebind all scrubbed bindings of a context
539 * Walks through the context binding list and rebinds all scrubbed
548 if (likely(!entry->scrubbed)) in vmw_binding_rebind_all()
559 entry->scrubbed in vmw_binding_rebind_all()
[all...]
H A Dvmwgfx_binding.h72 * @scrubbed: Whether the binding has been scrubbed from the context.
80 bool scrubbed; member

Completed in 6 milliseconds