Home
last modified time | relevance | path

Searched refs:coherent_count (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.15/drivers/gpu/drm/vmwgfx/
Dvmwgfx_validation.c47 unsigned int coherent_count; member
477 bo_node->coherent_count++; in vmw_validation_res_reserve()
608 if (entry->coherent_count) { in vmw_validation_bo_validate()
609 unsigned int coherent_count = entry->coherent_count; in vmw_validation_bo_validate() local
611 while (coherent_count) { in vmw_validation_bo_validate()
616 coherent_count--; in vmw_validation_bo_validate()
618 entry->coherent_count -= coherent_count; in vmw_validation_bo_validate()
894 if (entry->coherent_count) { in vmw_validation_bo_backoff()
895 unsigned int coherent_count = entry->coherent_count; in vmw_validation_bo_backoff() local
900 while (coherent_count--) in vmw_validation_bo_backoff()