Symbol: drm_fb_helper
sys/arm/nvidia/drm2/tegra_drm.h
48
struct drm_fb_helper fb_helper;
sys/arm/nvidia/drm2/tegra_fb.c
115
tegra_fb_probe(struct drm_fb_helper *helper,
sys/dev/drm2/drm_fb_helper.c
1006
void drm_fb_helper_fill_var(struct fb_info *info, struct drm_fb_helper *fb_helper,
sys/dev/drm2/drm_fb_helper.c
1022
static int drm_fb_helper_probe_connector_modes(struct drm_fb_helper *fb_helper,
sys/dev/drm2/drm_fb_helper.c
1112
static void drm_enable_connectors(struct drm_fb_helper *fb_helper,
sys/dev/drm2/drm_fb_helper.c
1136
static bool drm_target_cloned(struct drm_fb_helper *fb_helper,
sys/dev/drm2/drm_fb_helper.c
1209
static bool drm_target_preferred(struct drm_fb_helper *fb_helper,
sys/dev/drm2/drm_fb_helper.c
1243
static int drm_pick_crtcs(struct drm_fb_helper *fb_helper,
sys/dev/drm2/drm_fb_helper.c
1323
static void drm_setup_crtcs(struct drm_fb_helper *fb_helper)
sys/dev/drm2/drm_fb_helper.c
1409
bool drm_fb_helper_initial_config(struct drm_fb_helper *fb_helper, int bpp_sel)
sys/dev/drm2/drm_fb_helper.c
1448
int drm_fb_helper_hotplug_event(struct drm_fb_helper *fb_helper)
sys/dev/drm2/drm_fb_helper.c
148
int drm_fb_helper_single_add_all_connectors(struct drm_fb_helper *fb_helper)
sys/dev/drm2/drm_fb_helper.c
176
static int drm_fb_helper_parse_command_line(struct drm_fb_helper *fb_helper)
sys/dev/drm2/drm_fb_helper.c
232
static void drm_fb_helper_save_lut_atomic(struct drm_crtc *crtc, struct drm_fb_helper *helper)
sys/dev/drm2/drm_fb_helper.c
261
struct drm_fb_helper *helper = info->par;
sys/dev/drm2/drm_fb_helper.c
306
struct drm_fb_helper *helper = info->par;
sys/dev/drm2/drm_fb_helper.c
336
bool drm_fb_helper_restore_fbdev_mode(struct drm_fb_helper *fb_helper)
sys/dev/drm2/drm_fb_helper.c
354
struct drm_fb_helper *helper;
sys/dev/drm2/drm_fb_helper.c
431
struct drm_fb_helper *fb_helper = info->par;
sys/dev/drm2/drm_fb_helper.c
487
static void drm_fb_helper_crtc_free(struct drm_fb_helper *helper)
sys/dev/drm2/drm_fb_helper.c
50
struct drm_fb_helper *fb_helper;
sys/dev/drm2/drm_fb_helper.c
503
struct drm_fb_helper *fb_helper,
sys/dev/drm2/drm_fb_helper.c
551
void drm_fb_helper_fini(struct drm_fb_helper *fb_helper)
sys/dev/drm2/drm_fb_helper.c
574
struct drm_fb_helper *fb_helper = info->par;
sys/dev/drm2/drm_fb_helper.c
58
struct drm_fb_helper *fb_helper;
sys/dev/drm2/drm_fb_helper.c
637
struct drm_fb_helper *fb_helper = info->par;
sys/dev/drm2/drm_fb_helper.c
677
struct drm_fb_helper *fb_helper = info->par;
sys/dev/drm2/drm_fb_helper.c
769
struct drm_fb_helper *fb_helper = info->par;
sys/dev/drm2/drm_fb_helper.c
803
struct drm_fb_helper *fb_helper = info->par;
sys/dev/drm2/drm_fb_helper.c
833
int drm_fb_helper_single_fb_probe(struct drm_fb_helper *fb_helper,
sys/dev/drm2/drm_fb_helper.h
107
bool drm_fb_helper_restore_fbdev_mode(struct drm_fb_helper *fb_helper);
sys/dev/drm2/drm_fb_helper.h
109
void drm_fb_helper_fill_var(struct fb_info *info, struct drm_fb_helper *fb_helper,
sys/dev/drm2/drm_fb_helper.h
118
int drm_fb_helper_hotplug_event(struct drm_fb_helper *fb_helper);
sys/dev/drm2/drm_fb_helper.h
119
bool drm_fb_helper_initial_config(struct drm_fb_helper *fb_helper, int bpp_sel);
sys/dev/drm2/drm_fb_helper.h
120
int drm_fb_helper_single_add_all_connectors(struct drm_fb_helper *fb_helper);
sys/dev/drm2/drm_fb_helper.h
33
struct drm_fb_helper;
sys/dev/drm2/drm_fb_helper.h
55
int (*fb_probe)(struct drm_fb_helper *helper,
sys/dev/drm2/drm_fb_helper.h
83
int drm_fb_helper_single_fb_probe(struct drm_fb_helper *helper,
sys/dev/drm2/drm_fb_helper.h
87
struct drm_fb_helper *helper, int crtc_count,
sys/dev/drm2/drm_fb_helper.h
89
void drm_fb_helper_fini(struct drm_fb_helper *helper);