Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/gpu/drm/vmwgfx/
Dvmwgfx_validation.c50 unsigned int coherent_count; member
474 bo_node->coherent_count++; in vmw_validation_res_reserve()
605 if (entry->coherent_count) { in vmw_validation_bo_validate()
606 unsigned int coherent_count = entry->coherent_count; in vmw_validation_bo_validate() local
608 while (coherent_count) { in vmw_validation_bo_validate()
613 coherent_count--; in vmw_validation_bo_validate()
615 entry->coherent_count -= coherent_count; in vmw_validation_bo_validate()
891 if (entry->coherent_count) { in vmw_validation_bo_backoff()
892 unsigned int coherent_count = entry->coherent_count; in vmw_validation_bo_backoff() local
897 while (coherent_count--) in vmw_validation_bo_backoff()