Searched refs:drm_fb_helper (Results 1 - 5 of 5) sorted by relevance

/solaris-x11-s11/open-src/kernel/sys/drm/
H A Ddrm_fb_helper.h37 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 Ddrm_fb_helper.c36 #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...]
H A DMakefile45 drm_fb_helper.c \
/solaris-x11-s11/open-src/kernel/i915/src/
H A Dintel_fb.c38 #include "drm_fb_helper.h"
43 static int intelfb_create(struct drm_fb_helper *helper,
H A Dintel_drv.h37 #include "drm_fb_helper.h"
88 struct drm_fb_helper helper;

Completed in 17 milliseconds