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
444 bo_node->coherent_count++; in vmw_validation_res_reserve()
551 if (entry->coherent_count) { in vmw_validation_bo_validate()
552 unsigned int coherent_count = entry->coherent_count; in vmw_validation_bo_validate() local
554 while (coherent_count) { in vmw_validation_bo_validate()
559 coherent_count--; in vmw_validation_bo_validate()
561 entry->coherent_count -= coherent_count; in vmw_validation_bo_validate()
837 if (entry->coherent_count) { in vmw_validation_bo_backoff()
838 unsigned int coherent_count = entry->coherent_count; in vmw_validation_bo_backoff() local
841 while (coherent_count--) in vmw_validation_bo_backoff()