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
445 bo_node->coherent_count++; in vmw_validation_res_reserve()
552 if (entry->coherent_count) { in vmw_validation_bo_validate()
553 unsigned int coherent_count = entry->coherent_count; in vmw_validation_bo_validate() local
555 while (coherent_count) { in vmw_validation_bo_validate()
560 coherent_count--; in vmw_validation_bo_validate()
562 entry->coherent_count -= coherent_count; in vmw_validation_bo_validate()
838 if (entry->coherent_count) { in vmw_validation_bo_backoff()
839 unsigned int coherent_count = entry->coherent_count; in vmw_validation_bo_backoff() local
842 while (coherent_count--) in vmw_validation_bo_backoff()