Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/
Dvmwgfx_validation.c47 unsigned int coherent_count; member
476 bo_node->coherent_count++; in vmw_validation_res_reserve()
607 if (entry->coherent_count) { in vmw_validation_bo_validate()
608 unsigned int coherent_count = entry->coherent_count; in vmw_validation_bo_validate() local
610 while (coherent_count) { in vmw_validation_bo_validate()
615 coherent_count--; in vmw_validation_bo_validate()
617 entry->coherent_count -= coherent_count; in vmw_validation_bo_validate()
893 if (entry->coherent_count) { in vmw_validation_bo_backoff()
894 unsigned int coherent_count = entry->coherent_count; in vmw_validation_bo_backoff() local
899 while (coherent_count--) in vmw_validation_bo_backoff()