HomeSort by: relevance | last modified time | path
    Searched refs:scrubbed (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_cotable.c 52 * @scrubbed: Whether the cotable has been scrubbed.
61 bool scrubbed; member in struct:vmw_cotable
94 * Cotables with bindings that we remove must be scrubbed first,
195 vcotbl->scrubbed = false;
258 if (vcotbl->scrubbed)
290 vcotbl->scrubbed = true;
324 if (!vcotbl->scrubbed)
354 if (!vcotbl->scrubbed) {
506 * 1) Unscrub the cotable if it is scrubbed and still attached to a backu
    [all...]
vmwgfx_binding.c 314 loc->scrubbed = false;
335 WARN_ON(bi->scrubbed);
379 if (!entry->scrubbed) {
382 entry->scrubbed = true;
421 if (!entry->scrubbed) {
424 entry->scrubbed = true;
442 * @scrubbed: Transfer only scrubbed bindings.
461 * vmw_binding_rebind_all - Rebind all scrubbed bindings of a context
465 * Walks through the context binding list and rebinds all scrubbed
    [all...]
vmwgfx_binding.h 69 * @scrubbed: Whether the binding has been scrubbed from the context.
77 bool scrubbed; member in struct:vmw_ctx_bindinfo

Completed in 15 milliseconds