Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_validation.c48 unsigned int coherent_count; member
446 bo_node->coherent_count++; in vmw_validation_res_reserve()
553 if (entry->coherent_count) { in vmw_validation_bo_validate()
554 unsigned int coherent_count = entry->coherent_count; in vmw_validation_bo_validate() local
556 while (coherent_count) { in vmw_validation_bo_validate()
561 coherent_count--; in vmw_validation_bo_validate()
563 entry->coherent_count -= coherent_count; in vmw_validation_bo_validate()
839 if (entry->coherent_count) { in vmw_validation_bo_backoff()
840 unsigned int coherent_count = entry->coherent_count; in vmw_validation_bo_backoff() local
843 while (coherent_count--) in vmw_validation_bo_backoff()