Lines Matching refs:vmw_resource
71 static void vmw_user_surface_free(struct vmw_resource *res);
72 static struct vmw_resource *
74 static int vmw_legacy_srf_bind(struct vmw_resource *res,
76 static int vmw_legacy_srf_unbind(struct vmw_resource *res,
79 static int vmw_legacy_srf_create(struct vmw_resource *res);
80 static int vmw_legacy_srf_destroy(struct vmw_resource *res);
81 static int vmw_gb_surface_create(struct vmw_resource *res);
82 static int vmw_gb_surface_bind(struct vmw_resource *res,
84 static int vmw_gb_surface_unbind(struct vmw_resource *res,
87 static int vmw_gb_surface_destroy(struct vmw_resource *res);
331 static void vmw_hw_surface_destroy(struct vmw_resource *res) in vmw_hw_surface_destroy()
381 static int vmw_legacy_srf_create(struct vmw_resource *res) in vmw_legacy_srf_create()
458 static int vmw_legacy_srf_dma(struct vmw_resource *res, in vmw_legacy_srf_dma()
509 static int vmw_legacy_srf_bind(struct vmw_resource *res, in vmw_legacy_srf_bind()
530 static int vmw_legacy_srf_unbind(struct vmw_resource *res, in vmw_legacy_srf_unbind()
546 static int vmw_legacy_srf_destroy(struct vmw_resource *res) in vmw_legacy_srf_destroy()
596 void (*res_free) (struct vmw_resource *res)) in vmw_surface_init()
599 struct vmw_resource *res = &srf->res; in vmw_surface_init()
630 static struct vmw_resource *
642 static void vmw_user_surface_free(struct vmw_resource *res) in vmw_user_surface_free()
673 struct vmw_resource *res = &user_srf->srf.res; in vmw_user_surface_base_release()
712 struct vmw_resource *res; in vmw_surface_define_ioctl()
713 struct vmw_resource *tmp; in vmw_surface_define_ioctl()
1042 static int vmw_gb_surface_create(struct vmw_resource *res) in vmw_gb_surface_create()
1155 static int vmw_gb_surface_bind(struct vmw_resource *res, in vmw_gb_surface_bind()
1197 static int vmw_gb_surface_unbind(struct vmw_resource *res, in vmw_gb_surface_unbind()
1267 static int vmw_gb_surface_destroy(struct vmw_resource *res) in vmw_gb_surface_destroy()
1579 struct vmw_resource *res; in vmw_gb_surface_define_internal()
1580 struct vmw_resource *tmp; in vmw_gb_surface_define_internal()