Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_validation.c51 unsigned int coherent_count; member
461 bo_node->coherent_count++; in vmw_validation_res_reserve()
568 if (entry->coherent_count) { in vmw_validation_bo_validate()
569 unsigned int coherent_count = entry->coherent_count; in vmw_validation_bo_validate() local
571 while (coherent_count) { in vmw_validation_bo_validate()
576 coherent_count--; in vmw_validation_bo_validate()
578 entry->coherent_count -= coherent_count; in vmw_validation_bo_validate()
854 if (entry->coherent_count) { in vmw_validation_bo_backoff()
855 unsigned int coherent_count = entry->coherent_count; in vmw_validation_bo_backoff() local
858 while (coherent_count--) in vmw_validation_bo_backoff()