Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_validation.c36 * @coherent_count: If switching backup buffers, number of new coherent
47 unsigned int coherent_count; member
476 bo_node->coherent_count++; in vmw_validation_res_reserve()
607 if (entry->coherent_count) { in vmw_validation_bo_validate()
608 unsigned int coherent_count = entry->coherent_count; in vmw_validation_bo_validate() local
610 while (coherent_count) { in vmw_validation_bo_validate()
615 coherent_count--; in vmw_validation_bo_validate()
617 entry->coherent_count -= coherent_count; in vmw_validation_bo_validate()
894 unsigned int coherent_count = entry->coherent_count; vmw_validation_bo_backoff() local
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_validation.c42 * @coherent_count: If switching backup buffers, number of new coherent
51 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()
855 unsigned int coherent_count = entry->coherent_count; vmw_validation_bo_backoff() local
[all...]

Completed in 3 milliseconds