Home
last modified time | relevance | path

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

/drivers/gpu/drm/vmwgfx/
A Dvmwgfx_validation.c48 unsigned int coherent_count; member
443 bo_node->coherent_count++; in vmw_validation_res_reserve()
550 if (entry->coherent_count) { in vmw_validation_bo_validate()
551 unsigned int coherent_count = entry->coherent_count; in vmw_validation_bo_validate() local
553 while (coherent_count) { in vmw_validation_bo_validate()
558 coherent_count--; in vmw_validation_bo_validate()
560 entry->coherent_count -= coherent_count; in vmw_validation_bo_validate()
836 if (entry->coherent_count) { in vmw_validation_bo_backoff()
837 unsigned int coherent_count = entry->coherent_count; in vmw_validation_bo_backoff() local
840 while (coherent_count--) in vmw_validation_bo_backoff()

Completed in 6 milliseconds