Searched refs:fb_helper (Results 1 - 2 of 2) sorted by relevance
/solaris-x11-s12/open-src/kernel/drm/src/ |
H A D | drm_fb_helper.c | 68 * @fb_helper: fbdev initialized with drm_fb_helper_init 71 * fb_helper. This is a separate step to allow drivers to freely assign 78 int drm_fb_helper_single_add_all_connectors(struct drm_fb_helper *fb_helper) argument 80 struct drm_device *dev = fb_helper->dev; 92 fb_helper->connector_info[fb_helper->connector_count++] = fb_helper_connector; 96 for (i = 0; i < fb_helper->connector_count; i++) { 97 kfree(fb_helper->connector_info[i], sizeof(struct drm_fb_helper_connector)); 98 fb_helper->connector_info[i] = NULL; 100 fb_helper 104 drm_fb_helper_parse_command_line(struct drm_fb_helper *fb_helper) argument 173 drm_fb_helper_restore_fbdev_mode(struct drm_fb_helper *fb_helper) argument 225 drm_fb_helper_is_bound(struct drm_fb_helper *fb_helper) argument 260 drm_fb_helper_init(struct drm_device *dev, struct drm_fb_helper *fb_helper, int crtc_count, int max_conn_count) argument 307 drm_fb_helper_fini(struct drm_fb_helper *fb_helper) argument 320 drm_fb_helper_single_fb_probe(struct drm_fb_helper *fb_helper, int preferred_bpp) argument 427 drm_fb_helper_probe_connector_modes(struct drm_fb_helper *fb_helper, uint32_t maxX, uint32_t maxY) argument 520 drm_enable_connectors(struct drm_fb_helper *fb_helper, bool *enabled) argument 544 drm_target_cloned(struct drm_fb_helper *fb_helper, struct drm_display_mode **modes, bool *enabled, int width, int height) argument 617 drm_target_preferred(struct drm_fb_helper *fb_helper, struct drm_display_mode **modes, bool *enabled, int width, int height) argument 652 drm_pick_crtcs(struct drm_fb_helper *fb_helper, struct drm_fb_helper_crtc **best_crtcs, struct drm_display_mode **modes, int n, int width, int height) argument 735 drm_setup_crtcs(struct drm_fb_helper *fb_helper) argument 853 drm_fb_helper_initial_config(struct drm_fb_helper *fb_helper, int bpp_sel) argument 894 drm_fb_helper_hotplug_event(struct drm_fb_helper *fb_helper) argument [all...] |
/solaris-x11-s12/open-src/kernel/sys/drm/ |
H A D | drm_fb_helper.h | 74 bool (*initial_config)(struct drm_fb_helper *fb_helper, 110 bool drm_fb_helper_restore_fbdev_mode(struct drm_fb_helper *fb_helper); 112 void drm_fb_helper_fill_var(struct fb_info *info, struct drm_fb_helper *fb_helper, 116 int drm_fb_helper_hotplug_event(struct drm_fb_helper *fb_helper); 117 bool drm_fb_helper_initial_config(struct drm_fb_helper *fb_helper, int bpp_sel); 118 int drm_fb_helper_single_add_all_connectors(struct drm_fb_helper *fb_helper);
|
Completed in 22 milliseconds