Lines Matching defs:fb_helper

122 static int __drm_fb_helper_add_one_connector(struct drm_fb_helper *fb_helper,  in __drm_fb_helper_add_one_connector()
158 int drm_fb_helper_add_one_connector(struct drm_fb_helper *fb_helper, in drm_fb_helper_add_one_connector()
188 int drm_fb_helper_single_add_all_connectors(struct drm_fb_helper *fb_helper) in drm_fb_helper_single_add_all_connectors()
228 static int __drm_fb_helper_remove_one_connector(struct drm_fb_helper *fb_helper, in __drm_fb_helper_remove_one_connector()
258 int drm_fb_helper_remove_one_connector(struct drm_fb_helper *fb_helper, in drm_fb_helper_remove_one_connector()
368 static int restore_fbdev_mode_atomic(struct drm_fb_helper *fb_helper, bool active) in restore_fbdev_mode_atomic()
449 static int restore_fbdev_mode_legacy(struct drm_fb_helper *fb_helper) in restore_fbdev_mode_legacy()
490 static int restore_fbdev_mode(struct drm_fb_helper *fb_helper) in restore_fbdev_mode()
511 int drm_fb_helper_restore_fbdev_mode_unlocked(struct drm_fb_helper *fb_helper) in drm_fb_helper_restore_fbdev_mode_unlocked()
537 static bool drm_fb_helper_is_bound(struct drm_fb_helper *fb_helper) in drm_fb_helper_is_bound()
617 static void dpms_legacy(struct drm_fb_helper *fb_helper, int dpms_mode) in dpms_legacy()
644 struct drm_fb_helper *fb_helper = info->par; in drm_fb_helper_dpms() local
745 static void drm_fb_helper_dirty_blit_real(struct drm_fb_helper *fb_helper, in drm_fb_helper_dirty_blit_real()
826 struct drm_fb_helper *fb_helper, in drm_fb_helper_init()
894 struct fb_info *drm_fb_helper_alloc_fbi(struct drm_fb_helper *fb_helper) in drm_fb_helper_alloc_fbi()
934 void drm_fb_helper_unregister_fbi(struct drm_fb_helper *fb_helper) in drm_fb_helper_unregister_fbi()
948 void drm_fb_helper_fini(struct drm_fb_helper *fb_helper) in drm_fb_helper_fini()
991 void drm_fb_helper_unlink_fbi(struct drm_fb_helper *fb_helper) in drm_fb_helper_unlink_fbi()
1067 int drm_fb_helper_defio_init(struct drm_fb_helper *fb_helper) in drm_fb_helper_defio_init()
1238 void drm_fb_helper_set_suspend(struct drm_fb_helper *fb_helper, bool suspend) in drm_fb_helper_set_suspend()
1261 void drm_fb_helper_set_suspend_unlocked(struct drm_fb_helper *fb_helper, in drm_fb_helper_set_suspend_unlocked()
1325 struct drm_fb_helper *fb_helper = info->par; in setcmap_legacy() local
1402 struct drm_fb_helper *fb_helper = info->par; in setcmap_atomic() local
1489 struct drm_fb_helper *fb_helper = info->par; in drm_fb_helper_setcmap() local
1528 struct drm_fb_helper *fb_helper = info->par; in drm_fb_helper_ioctl() local
1610 struct drm_fb_helper *fb_helper = info->par; in drm_fb_helper_check_var() local
1654 struct drm_fb_helper *fb_helper = info->par; in drm_fb_helper_set_par() local
1671 static void pan_set(struct drm_fb_helper *fb_helper, int x, int y) in pan_set()
1688 struct drm_fb_helper *fb_helper = info->par; in pan_display_atomic() local
1706 struct drm_fb_helper *fb_helper = info->par; in pan_display_legacy() local
1739 struct drm_fb_helper *fb_helper = info->par; in drm_fb_helper_pan_display() local
1766 static int drm_fb_helper_single_fb_probe(struct drm_fb_helper *fb_helper, in drm_fb_helper_single_fb_probe()
1928 void drm_fb_helper_fill_var(struct fb_info *info, struct drm_fb_helper *fb_helper, in drm_fb_helper_fill_var()
2001 static int drm_fb_helper_probe_connector_modes(struct drm_fb_helper *fb_helper, in drm_fb_helper_probe_connector_modes()
2103 static void drm_enable_connectors(struct drm_fb_helper *fb_helper, in drm_enable_connectors()
2128 static bool drm_target_cloned(struct drm_fb_helper *fb_helper, in drm_target_cloned()
2209 static int drm_get_tile_offsets(struct drm_fb_helper *fb_helper, in drm_get_tile_offsets()
2241 static bool drm_target_preferred(struct drm_fb_helper *fb_helper, in drm_target_preferred()
2327 static int drm_pick_crtcs(struct drm_fb_helper *fb_helper, in drm_pick_crtcs()
2411 static void drm_setup_crtc_rotation(struct drm_fb_helper *fb_helper, in drm_setup_crtc_rotation()
2458 static void drm_setup_crtcs(struct drm_fb_helper *fb_helper, in drm_setup_crtcs()
2557 static void drm_setup_crtcs_fb(struct drm_fb_helper *fb_helper) in drm_setup_crtcs_fb()
2605 __drm_fb_helper_initial_config_and_unlock(struct drm_fb_helper *fb_helper, in __drm_fb_helper_initial_config_and_unlock()
2699 int drm_fb_helper_initial_config(struct drm_fb_helper *fb_helper, int bpp_sel) in drm_fb_helper_initial_config()
2734 int drm_fb_helper_hotplug_event(struct drm_fb_helper *fb_helper) in drm_fb_helper_hotplug_event()
2788 struct drm_fb_helper *fb_helper, in drm_fb_helper_fbdev_setup()
2856 struct drm_fb_helper *fb_helper = dev->fb_helper; in drm_fb_helper_fbdev_teardown() local
2911 struct drm_fb_helper *fb_helper = info->par; in drm_fbdev_fb_open() local
2921 struct drm_fb_helper *fb_helper = info->par; in drm_fbdev_fb_release() local
2934 struct drm_fb_helper *fb_helper = info->par; in drm_fbdev_fb_destroy() local
2966 struct drm_fb_helper *fb_helper = info->par; in drm_fbdev_fb_mmap() local
3006 int drm_fb_helper_generic_probe(struct drm_fb_helper *fb_helper, in drm_fb_helper_generic_probe()
3088 struct drm_fb_helper *fb_helper = drm_fb_helper_from_client(client); in drm_fbdev_client_unregister() local
3106 struct drm_fb_helper *fb_helper = drm_fb_helper_from_client(client); in drm_fbdev_client_restore() local
3115 struct drm_fb_helper *fb_helper = drm_fb_helper_from_client(client); in drm_fbdev_client_hotplug() local
3172 struct drm_fb_helper *fb_helper; in drm_fbdev_generic_setup() local