Home
last modified time | relevance | path

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

/drivers/gpu/drm/vmwgfx/
Dvmwgfx_mob.c79 static const struct vmw_otable dx_tables[] = { variable
322 *otables = kmalloc(sizeof(dx_tables), GFP_KERNEL); in vmw_otables_setup()
326 memcpy(*otables, dx_tables, sizeof(dx_tables)); in vmw_otables_setup()
327 dev_priv->otable_batch.num_otables = ARRAY_SIZE(dx_tables); in vmw_otables_setup()