Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/
Ddrm_fb_cma_helper.c28 struct drm_fb_cma { struct
35 struct drm_fb_cma *fb; argument
43 static inline struct drm_fb_cma *to_fb_cma(struct drm_framebuffer *fb) in to_fb_cma()
45 return container_of(fb, struct drm_fb_cma, fb); in to_fb_cma()
50 struct drm_fb_cma *fb_cma = to_fb_cma(fb); in drm_fb_cma_destroy()
65 struct drm_fb_cma *fb_cma = to_fb_cma(fb); in drm_fb_cma_create_handle()
76 static struct drm_fb_cma *drm_fb_cma_alloc(struct drm_device *dev, in drm_fb_cma_alloc()
80 struct drm_fb_cma *fb_cma; in drm_fb_cma_alloc()
112 struct drm_fb_cma *fb_cma; in drm_fb_cma_create()
174 struct drm_fb_cma *fb_cma = to_fb_cma(fb); in drm_fb_cma_get_gem_obj()
[all …]