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

/freebsd-10.2-release/sys/dev/drm2/
H A Ddrm_fb_helper.h30 * $FreeBSD: releng/10.2/sys/dev/drm2/drm_fb_helper.h 282199 2015-04-28 19:35:05Z dumbbell $
35 struct drm_fb_helper;
57 int (*fb_probe)(struct drm_fb_helper *helper,
66 struct drm_fb_helper { struct
85 int drm_fb_helper_single_fb_probe(struct drm_fb_helper *helper,
89 struct drm_fb_helper *helper, int crtc_count,
91 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,
120 int drm_fb_helper_hotplug_event(struct drm_fb_helper *fb_helpe
[all...]
H A Ddrm_fb_helper.c32 __FBSDID("$FreeBSD: releng/10.2/sys/dev/drm2/drm_fb_helper.c 282199 2015-04-28 19:35:05Z dumbbell $");
38 #include <dev/drm2/drm_fb_helper.h>
52 struct drm_fb_helper *fb_helper;
60 struct drm_fb_helper *fb_helper;
150 int drm_fb_helper_single_add_all_connectors(struct drm_fb_helper *fb_helper)
178 static int drm_fb_helper_parse_command_line(struct drm_fb_helper *fb_helper)
234 static void drm_fb_helper_save_lut_atomic(struct drm_crtc *crtc, struct drm_fb_helper *helper)
263 struct drm_fb_helper *helper = info->par;
308 struct drm_fb_helper *helper = info->par;
338 bool drm_fb_helper_restore_fbdev_mode(struct drm_fb_helper *fb_helpe
[all...]
H A Ddrm_crtc_helper.c39 #include <dev/drm2/drm_fb_helper.h>
/freebsd-10.2-release/sys/modules/drm2/drm2/
H A DMakefile18 drm_fb_helper.c \
/freebsd-10.2-release/sys/dev/drm2/radeon/
H A Dradeon_fb.c38 #include <dev/drm2/drm_fb_helper.h>
45 struct drm_fb_helper helper;
273 static int radeon_fb_find_or_create_single(struct drm_fb_helper *helper,
H A Dradeon_connectors.c33 #include <dev/drm2/drm_fb_helper.h>
/freebsd-10.2-release/sys/dev/drm2/i915/
H A Dintel_fb.c34 #include <dev/drm2/drm_fb_helper.h>
167 static int intel_fb_find_or_create_single(struct drm_fb_helper *helper,
H A Dintel_drv.h35 #include <dev/drm2/drm_fb_helper.h>
151 struct drm_fb_helper helper;

Completed in 104 milliseconds