Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/vmwgfx/
Dvmwgfx_validation.c50 unsigned int coherent_count; member
473 bo_node->coherent_count++; in vmw_validation_res_reserve()
604 if (entry->coherent_count) { in vmw_validation_bo_validate()
605 unsigned int coherent_count = entry->coherent_count; in vmw_validation_bo_validate() local
607 while (coherent_count) { in vmw_validation_bo_validate()
612 coherent_count--; in vmw_validation_bo_validate()
614 entry->coherent_count -= coherent_count; in vmw_validation_bo_validate()
890 if (entry->coherent_count) { in vmw_validation_bo_backoff()
891 unsigned int coherent_count = entry->coherent_count; in vmw_validation_bo_backoff() local
896 while (coherent_count--) in vmw_validation_bo_backoff()