Home
last modified time | relevance | path

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

/Linux-v6.1/include/drm/
Ddrm_fb_helper.h227 struct fb_info *drm_fb_helper_alloc_fbi(struct drm_fb_helper *fb_helper);
325 drm_fb_helper_alloc_fbi(struct drm_fb_helper *fb_helper) in drm_fb_helper_alloc_fbi() function
/Linux-v6.1/drivers/gpu/drm/armada/
Darmada_fbdev.c75 info = drm_fb_helper_alloc_fbi(fbh); in armada_fbdev_create()
/Linux-v6.1/drivers/gpu/drm/exynos/
Dexynos_drm_fbdev.c66 fbi = drm_fb_helper_alloc_fbi(helper); in exynos_drm_fbdev_update()
/Linux-v6.1/drivers/gpu/drm/msm/
Dmsm_fbdev.c96 fbi = drm_fb_helper_alloc_fbi(helper); in msm_fbdev_create()
/Linux-v6.1/drivers/gpu/drm/omapdrm/
Domap_fbdev.c164 fbi = drm_fb_helper_alloc_fbi(helper); in omap_fbdev_create()
/Linux-v6.1/drivers/gpu/drm/radeon/
Dradeon_fb.c246 info = drm_fb_helper_alloc_fbi(helper); in radeonfb_create()
/Linux-v6.1/drivers/gpu/drm/tegra/
Dfb.c246 info = drm_fb_helper_alloc_fbi(helper); in tegra_fbdev_probe()
/Linux-v6.1/drivers/gpu/drm/gma500/
Dframebuffer.c271 info = drm_fb_helper_alloc_fbi(fb_helper); in psbfb_create()
/Linux-v6.1/drivers/gpu/drm/nouveau/
Dnouveau_fbcon.c366 info = drm_fb_helper_alloc_fbi(helper); in nouveau_fbcon_create()
/Linux-v6.1/drivers/gpu/drm/i915/display/
Dintel_fbdev.c257 info = drm_fb_helper_alloc_fbi(helper); in intelfb_create()
/Linux-v6.1/drivers/gpu/drm/
Ddrm_fb_helper.c573 struct fb_info *drm_fb_helper_alloc_fbi(struct drm_fb_helper *fb_helper) in drm_fb_helper_alloc_fbi() function
612 EXPORT_SYMBOL(drm_fb_helper_alloc_fbi);
2443 fbi = drm_fb_helper_alloc_fbi(fb_helper); in drm_fb_helper_generic_probe()