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);
335 static void vmw_hw_surface_destroy(struct vmw_resource *res) in vmw_hw_surface_destroy()
382 static int vmw_legacy_srf_create(struct vmw_resource *res) in vmw_legacy_srf_create()
457 static int vmw_legacy_srf_dma(struct vmw_resource *res, in vmw_legacy_srf_dma()
506 static int vmw_legacy_srf_bind(struct vmw_resource *res, in vmw_legacy_srf_bind()
527 static int vmw_legacy_srf_unbind(struct vmw_resource *res, in vmw_legacy_srf_unbind()
543 static int vmw_legacy_srf_destroy(struct vmw_resource *res) in vmw_legacy_srf_destroy()
590 void (*res_free) (struct vmw_resource *res)) in vmw_surface_init()
593 struct vmw_resource *res = &srf->res; in vmw_surface_init()
624 static struct vmw_resource *
636 static void vmw_user_surface_free(struct vmw_resource *res) in vmw_user_surface_free()
667 struct vmw_resource *res = &user_srf->srf.res; in vmw_user_surface_base_release()
706 struct vmw_resource *res; in vmw_surface_define_ioctl()
707 struct vmw_resource *tmp; in vmw_surface_define_ioctl()
1028 static int vmw_gb_surface_create(struct vmw_resource *res) in vmw_gb_surface_create()
1139 static int vmw_gb_surface_bind(struct vmw_resource *res, in vmw_gb_surface_bind()
1178 static int vmw_gb_surface_unbind(struct vmw_resource *res, in vmw_gb_surface_unbind()
1245 static int vmw_gb_surface_destroy(struct vmw_resource *res) in vmw_gb_surface_destroy()
1555 struct vmw_resource *res; in vmw_gb_surface_define_internal()
1556 struct vmw_resource *tmp; in vmw_gb_surface_define_internal()