Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/vmwgfx/
Dvmwgfx_so.c133 struct vmw_surface *srf = vmw_res_to_srf(view->srf); in vmw_view_commit_notify()
160 struct vmw_surface *srf = vmw_res_to_srf(view->srf); in vmw_view_create()
Dvmwgfx_surface.c362 srf = vmw_res_to_srf(res); in vmw_hw_surface_destroy()
392 srf = vmw_res_to_srf(res); in vmw_legacy_srf_create()
465 struct vmw_surface *srf = vmw_res_to_srf(res); in vmw_legacy_srf_dma()
644 struct vmw_surface *srf = vmw_res_to_srf(res); in vmw_user_surface_free()
1045 struct vmw_surface *srf = vmw_res_to_srf(res); in vmw_gb_surface_create()
1270 struct vmw_surface *srf = vmw_res_to_srf(res); in vmw_gb_surface_destroy()
Dvmwgfx_ioctl.c310 surface = vmw_res_to_srf(res); in vmw_present_ioctl()
Dvmwgfx_resource.c285 *out_surf = vmw_res_to_srf(res); in vmw_user_lookup_handle()
Dvmwgfx_drv.h559 static inline struct vmw_surface *vmw_res_to_srf(struct vmw_resource *res) in vmw_res_to_srf() function
Dvmwgfx_kms.c2792 struct drm_vmw_size *size = &vmw_res_to_srf(res)->base_size; in vmw_kms_update_proxy()
Dvmwgfx_execbuf.c1763 srf = vmw_res_to_srf(sw_context->res_cache[vmw_res_surface].res); in vmw_cmd_dma()