Searched refs:drm_fb_helper_initial_config (Results 1 – 12 of 12) sorted by relevance
271 int drm_fb_helper_initial_config(struct drm_fb_helper *fb_helper);386 static inline int drm_fb_helper_initial_config(struct drm_fb_helper *fb_helper) in drm_fb_helper_initial_config() function
173 ret = drm_fb_helper_initial_config(fbh); in armada_fbdev_client_hotplug()
182 ret = drm_fb_helper_initial_config(fb_helper); in exynos_drm_fbdev_client_hotplug()
192 ret = drm_fb_helper_initial_config(fb_helper); in tegra_fbdev_client_hotplug()
194 ret = drm_fb_helper_initial_config(fb_helper); in drm_fbdev_dma_client_hotplug()
278 ret = drm_fb_helper_initial_config(fb_helper); in drm_fbdev_generic_client_hotplug()
1939 int drm_fb_helper_initial_config(struct drm_fb_helper *fb_helper) in drm_fb_helper_initial_config() function1951 EXPORT_SYMBOL(drm_fb_helper_initial_config);
206 ret = drm_fb_helper_initial_config(fb_helper); in msm_fbdev_client_hotplug()
294 ret = drm_fb_helper_initial_config(fb_helper); in psb_fbdev_client_hotplug()
319 ret = drm_fb_helper_initial_config(fb_helper); in omap_fbdev_client_hotplug()
341 ret = drm_fb_helper_initial_config(fb_helper); in radeon_fbdev_client_hotplug()
586 if (drm_fb_helper_initial_config(&ifbdev->helper)) in intel_fbdev_initial_config()