Home
last modified time | relevance | path

Searched refs:ttm_base_object_init (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/gpu/drm/vmwgfx/
H A Dttm_object.h150 extern int ttm_base_object_init(struct ttm_object_file *tfile,
H A Dvmwgfx_simple_resource.c173 ret = ttm_base_object_init(tfile, &usimple->base, false, in vmw_simple_resource_create_ioctl()
H A Dttm_object.c187 int ttm_base_object_init(struct ttm_object_file *tfile, in ttm_base_object_init() function
664 return ttm_base_object_init(tfile, &prime->base, shareable, in ttm_prime_object_init()
H A Dvmwgfx_context.c760 ret = ttm_base_object_init(tfile, &ctx->base, false, VMW_RES_CONTEXT, in vmw_context_define()