Searched defs:drm_fb_helper (Results 1 - 2 of 2) sorted by relevance
/solaris-x11-s11/open-src/kernel/sys/drm/ |
H A D | drm_fb_helper.h | 37 struct drm_fb_helper; 71 int (*fb_probe)(struct drm_fb_helper *helper, 73 bool (*initial_config)(struct drm_fb_helper *fb_helper, 84 struct drm_fb_helper { struct 101 int drm_fb_helper_single_fb_probe(struct drm_fb_helper *helper, 105 struct drm_fb_helper *helper, int crtc_count, 107 void drm_fb_helper_fini(struct drm_fb_helper *helper); 109 bool drm_fb_helper_restore_fbdev_mode(struct drm_fb_helper *fb_helper); 111 void drm_fb_helper_fill_var(struct fb_info *info, struct drm_fb_helper *fb_helper, 115 int drm_fb_helper_hotplug_event(struct drm_fb_helper *fb_helpe [all...] |
/solaris-x11-s11/open-src/kernel/drm/src/ |
H A D | drm_fb_helper.c | 36 #include "drm_fb_helper.h" 78 int drm_fb_helper_single_add_all_connectors(struct drm_fb_helper *fb_helper) 104 static int drm_fb_helper_parse_command_line(struct drm_fb_helper *fb_helper) 129 static void drm_fb_helper_save_lut_atomic(struct drm_crtc *crtc, struct drm_fb_helper *helper) 173 bool drm_fb_helper_restore_fbdev_mode(struct drm_fb_helper *fb_helper) 209 struct drm_fb_helper *helper; 214 list_for_each_entry(helper, struct drm_fb_helper, &kernel_fb_helper_list, kernel_fb_list) { argument 225 static bool drm_fb_helper_is_bound(struct drm_fb_helper *fb_helper) 246 static void drm_fb_helper_crtc_free(struct drm_fb_helper *helper) 261 struct drm_fb_helper *fb_helpe [all...] |
Completed in 1090 milliseconds