Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_resource_priv.h102 int (*dirty_alloc)(struct vmw_resource *res); member
H A Dvmwgfx_kms.c768 if (!ret && surface && surface->res.func->dirty_alloc) { in vmw_kms_fb_create()
770 ret = surface->res.func->dirty_alloc(&surface->res); in vmw_kms_fb_create()