Home
last modified time | relevance | path

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

/openbmc/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.c414 srf = vmw_res_to_srf(res); in vmw_legacy_srf_create()
485 struct vmw_surface *srf = vmw_res_to_srf(res); in vmw_legacy_srf_dma()
660 struct vmw_surface *srf = vmw_res_to_srf(res); in vmw_user_surface_free()
1036 struct vmw_surface *srf = vmw_res_to_srf(res); in vmw_gb_surface_create()
1285 struct vmw_surface *srf = vmw_res_to_srf(res); in vmw_gb_surface_destroy()
1813 struct vmw_surface *srf = vmw_res_to_srf(res); in vmw_surface_dirty_range_add()
1907 struct vmw_surface *srf = vmw_res_to_srf(res); in vmw_surface_dirty_alloc()
H A Dvmwgfx_ioctl.c228 surface = vmw_res_to_srf(res); in vmw_present_ioctl()
H A Dvmwgfx_resource.c306 *out_surf = vmw_res_to_srf(res); in vmw_user_lookup_handle()
H A Dvmwgfx_drv.h658 static inline struct vmw_surface *vmw_res_to_srf(struct vmw_resource *res) in vmw_res_to_srf() function
H A Dvmwgfx_kms.c2590 struct drm_vmw_size *size = &vmw_res_to_srf(res)->metadata.base_size; in vmw_kms_update_proxy()
H A Dvmwgfx_execbuf.c1561 srf = vmw_res_to_srf(sw_context->res_cache[vmw_res_surface].res); in vmw_cmd_dma()