Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_so.c136 struct vmw_surface *srf = vmw_res_to_srf(view->srf); in vmw_view_commit_notify()
163 struct vmw_surface *srf = vmw_res_to_srf(view->srf); in vmw_view_create()
H A Dvmwgfx_surface.c411 srf = vmw_res_to_srf(res); in vmw_legacy_srf_create()
482 struct vmw_surface *srf = vmw_res_to_srf(res); in vmw_legacy_srf_dma()
657 struct vmw_surface *srf = vmw_res_to_srf(res); in vmw_user_surface_free()
1153 struct vmw_surface *srf = vmw_res_to_srf(res); in vmw_gb_surface_create()
1402 struct vmw_surface *srf = vmw_res_to_srf(res); in vmw_gb_surface_destroy()
1934 struct vmw_surface *srf = vmw_res_to_srf(res); in vmw_surface_dirty_range_add()
2028 struct vmw_surface *srf = vmw_res_to_srf(res); in vmw_surface_dirty_alloc()
2360 vbo->dumb_surface = vmw_res_to_srf(res); in vmw_dumb_create()
H A Dvmwgfx_bo.c887 surf = vmw_res_to_srf(res); in vmw_bo_surface()
H A Dvmwgfx_resource.c307 uo->surface = vmw_res_to_srf(res); in vmw_user_object_lookup()
H A Dvmwgfx_drv.h634 static inline struct vmw_surface *vmw_res_to_srf(struct vmw_resource *res) in vmw_res_to_srf() function