Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/gpu/drm/vmwgfx/
A Dvmwgfx_cotable.c88 static const struct vmw_cotable_info co_info[] = { variable
272 if (co_info[vcotbl->type].unbind_func) in vmw_cotable_scrub()
273 co_info[vcotbl->type].unbind_func(dev_priv, in vmw_cotable_scrub()
541 needed_size = (vcotbl->seen_entries + 1) * co_info[vcotbl->type].size; in vmw_cotable_create()
610 num_entries = PAGE_SIZE / co_info[type].size; in vmw_cotable_alloc()
611 if (num_entries < co_info[type].min_initial_entries) { in vmw_cotable_alloc()
612 vcotbl->res.backup_size = co_info[type].min_initial_entries * in vmw_cotable_alloc()
613 co_info[type].size; in vmw_cotable_alloc()

Completed in 4 milliseconds