Searched defs:fb_helper (Results 1 – 4 of 4) sorted by relevance
/dflybsd-src/sys/dev/drm/ |
H A D | drm_fb_helper.c | 112 static int __drm_fb_helper_add_one_connector(struct drm_fb_helper *fb_helper, in __drm_fb_helper_add_one_connector() 149 int drm_fb_helper_add_one_connector(struct drm_fb_helper *fb_helper, in drm_fb_helper_add_one_connector() 176 int drm_fb_helper_single_add_all_connectors(struct drm_fb_helper *fb_helper) in drm_fb_helper_single_add_all_connectors() 214 static int __drm_fb_helper_remove_one_connector(struct drm_fb_helper *fb_helper, in __drm_fb_helper_remove_one_connector() 244 int drm_fb_helper_remove_one_connector(struct drm_fb_helper *fb_helper, in drm_fb_helper_remove_one_connector() 351 static int restore_fbdev_mode_atomic(struct drm_fb_helper *fb_helper, bool active) in restore_fbdev_mode_atomic() 435 static int restore_fbdev_mode_legacy(struct drm_fb_helper *fb_helper) in restore_fbdev_mode_legacy() 476 static int restore_fbdev_mode(struct drm_fb_helper *fb_helper) in restore_fbdev_mode() 497 int drm_fb_helper_restore_fbdev_mode_unlocked(struct drm_fb_helper *fb_helper) in drm_fb_helper_restore_fbdev_mode_unlocked() 523 static bool drm_fb_helper_is_bound(struct drm_fb_helper *fb_helper) in drm_fb_helper_is_bound() [all …]
|
/dflybsd-src/sys/dev/drm/include/drm/ |
H A D | drm_fb_helper.h | 355 drm_fb_helper_restore_fbdev_mode_unlocked(struct drm_fb_helper *fb_helper) in drm_fb_helper_restore_fbdev_mode_unlocked() 361 drm_fb_helper_alloc_fbi(struct drm_fb_helper *fb_helper) in drm_fb_helper_alloc_fbi() 366 static inline void drm_fb_helper_unregister_fbi(struct drm_fb_helper *fb_helper) in drm_fb_helper_unregister_fbi() 371 struct drm_fb_helper *fb_helper, in drm_fb_helper_fill_var() 393 static inline void drm_fb_helper_unlink_fbi(struct drm_fb_helper *fb_helper) in drm_fb_helper_unlink_fbi() 446 static inline void drm_fb_helper_set_suspend(struct drm_fb_helper *fb_helper, in drm_fb_helper_set_suspend() 452 drm_fb_helper_set_suspend_unlocked(struct drm_fb_helper *fb_helper, bool suspend) in drm_fb_helper_set_suspend_unlocked() 456 static inline int drm_fb_helper_hotplug_event(struct drm_fb_helper *fb_helper) in drm_fb_helper_hotplug_event() 461 static inline int drm_fb_helper_initial_config(struct drm_fb_helper *fb_helper, in drm_fb_helper_initial_config() 468 drm_fb_helper_single_add_all_connectors(struct drm_fb_helper *fb_helper) in drm_fb_helper_single_add_all_connectors() [all …]
|
/dflybsd-src/sys/dev/drm/i915/ |
H A D | intel_fbdev.c | 58 struct drm_fb_helper *fb_helper = info->par; in intel_fbdev_set_par() local 72 struct drm_fb_helper *fb_helper = info->par; in intel_fbdev_blank() local 310 intel_fb_helper_crtc(struct drm_fb_helper *fb_helper, struct drm_crtc *crtc) in intel_fb_helper_crtc() 348 static bool intel_fb_initial_config(struct drm_fb_helper *fb_helper, in intel_fb_initial_config()
|
/dflybsd-src/sys/dev/drm/radeon/ |
H A D | radeon_fb.c | 458 struct drm_fb_helper *fb_helper; in radeon_fbdev_restore_mode() local
|