Searched refs:ttm_base_object_init (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/ |
H A D | ttm_object.h | 163 * ttm_base_object_init 176 extern int ttm_base_object_init(struct ttm_object_file *tfile,
|
H A D | vmwgfx_simple_resource.c | 203 ret = ttm_base_object_init(tfile, &usimple->base, false, in vmw_simple_resource_create_ioctl()
|
H A D | ttm_object.c | 158 int ttm_base_object_init(struct ttm_object_file *tfile, in ttm_base_object_init() function 770 * @shareable: See ttm_base_object_init 771 * @type: See ttm_base_object_init 772 * @refcount_release: See ttm_base_object_init 773 * @ref_obj_release: See ttm_base_object_init 790 return ttm_base_object_init(tfile, &prime->base, shareable, in ttm_prime_object_init()
|
H A D | vmwgfx_context.c | 786 ret = ttm_base_object_init(tfile, &ctx->base, false, VMW_RES_CONTEXT, in vmw_context_define()
|
H A D | vmwgfx_fence.c | 644 ret = ttm_base_object_init(tfile, &ufence->base, false, in vmw_user_fence_create()
|
H A D | vmwgfx_shader.c | 770 ret = ttm_base_object_init(tfile, &ushader->base, false, in vmw_user_shader_alloc()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/ |
H A D | ttm_object.h | 137 * ttm_base_object_init 150 extern int ttm_base_object_init(struct ttm_object_file *tfile,
|
H A D | vmwgfx_simple_resource.c | 173 ret = ttm_base_object_init(tfile, &usimple->base, false, in vmw_simple_resource_create_ioctl()
|
H A D | ttm_object.c | 190 int ttm_base_object_init(struct ttm_object_file *tfile, in ttm_base_object_init() function 651 * @shareable: See ttm_base_object_init 652 * @type: See ttm_base_object_init 653 * @refcount_release: See ttm_base_object_init 668 return ttm_base_object_init(tfile, &prime->base, shareable, in ttm_prime_object_init()
|
H A D | vmwgfx_fence.c | 614 ret = ttm_base_object_init(tfile, &ufence->base, false, in vmw_user_fence_create()
|
H A D | vmwgfx_context.c | 760 ret = ttm_base_object_init(tfile, &ctx->base, false, VMW_RES_CONTEXT, in vmw_context_define()
|
H A D | vmwgfx_shader.c | 721 ret = ttm_base_object_init(tfile, &ushader->base, false, in vmw_user_shader_alloc()
|
Completed in 12 milliseconds