Searched refs:fb_cma (Results 1 – 1 of 1) sorted by relevance
50 struct drm_fb_cma *fb_cma = to_fb_cma(fb); in drm_fb_cma_destroy() local54 if (fb_cma->obj[i]) in drm_fb_cma_destroy()55 drm_gem_object_unreference_unlocked(&fb_cma->obj[i]->base); in drm_fb_cma_destroy()59 kfree(fb_cma); in drm_fb_cma_destroy()65 struct drm_fb_cma *fb_cma = to_fb_cma(fb); in drm_fb_cma_create_handle() local68 &fb_cma->obj[0]->base, handle); in drm_fb_cma_create_handle()80 struct drm_fb_cma *fb_cma; in drm_fb_cma_alloc() local84 fb_cma = kzalloc(sizeof(*fb_cma), GFP_KERNEL); in drm_fb_cma_alloc()85 if (!fb_cma) in drm_fb_cma_alloc()88 drm_helper_mode_fill_fb_struct(&fb_cma->fb, mode_cmd); in drm_fb_cma_alloc()[all …]