Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/vmwgfx/
Dvmwgfx_cotable.c73 static const struct vmw_cotable_info co_info[] = { variable
256 if (co_info[vcotbl->type].unbind_func) in vmw_cotable_scrub()
257 co_info[vcotbl->type].unbind_func(dev_priv, in vmw_cotable_scrub()
517 needed_size = (vcotbl->seen_entries + 1) * co_info[vcotbl->type].size; in vmw_cotable_create()
599 num_entries = PAGE_SIZE / co_info[type].size; in vmw_cotable_alloc()
600 if (num_entries < co_info[type].min_initial_entries) { in vmw_cotable_alloc()
601 vcotbl->res.backup_size = co_info[type].min_initial_entries * in vmw_cotable_alloc()
602 co_info[type].size; in vmw_cotable_alloc()