Searched refs:dirty_alloc (Results 1 – 3 of 3) sorted by relevance
102 int (*dirty_alloc)(struct vmw_resource *res); member
134 .dirty_alloc = vmw_surface_dirty_alloc,1626 if (!res->func->dirty_alloc) in vmw_gb_surface_define_internal()1632 ret = res->func->dirty_alloc(res); in vmw_gb_surface_define_internal()
772 if (!ret && surface && surface->res.func->dirty_alloc) { in vmw_kms_fb_create()774 ret = surface->res.func->dirty_alloc(&surface->res); in vmw_kms_fb_create()