Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/vmwgfx/
Dvmwgfx_context.c39 struct vmw_resource *cotables[SVGA_COTABLE_DX10_MAX]; member
122 res = uctx->cotables[i]; in vmw_context_cotables_unref()
123 uctx->cotables[i] = NULL; in vmw_context_cotables_unref()
211 uctx->cotables[i] = vmw_cotable_alloc(dev_priv, in vmw_gb_context_init()
213 if (unlikely(IS_ERR(uctx->cotables[i]))) { in vmw_gb_context_init()
214 ret = PTR_ERR(uctx->cotables[i]); in vmw_gb_context_init()
572 res = uctx->cotables[vmw_cotable_scrub_order[i]]; in vmw_dx_context_scrub_cotables()
872 cotables[cotable_type]); in vmw_context_cotable()
/Linux-v4.19/drivers/gpu/drm/vmwgfx/device_include/
Dsvga3d_dx.h1621 SVGA3dCOTableData cotables[SVGA_COTABLE_MAX]; member