Lines Matching refs:drm_fb_helper

33 struct drm_fb_helper;
94 int (*fb_probe)(struct drm_fb_helper *helper,
96 bool (*initial_config)(struct drm_fb_helper *fb_helper,
121 struct drm_fb_helper { struct
151 void drm_fb_helper_prepare(struct drm_device *dev, struct drm_fb_helper *helper, argument
154 struct drm_fb_helper *helper, int crtc_count,
156 void drm_fb_helper_fini(struct drm_fb_helper *helper);
164 int drm_fb_helper_restore_fbdev_mode_unlocked(struct drm_fb_helper *fb_helper);
166 struct fb_info *drm_fb_helper_alloc_fbi(struct drm_fb_helper *fb_helper);
167 void drm_fb_helper_unregister_fbi(struct drm_fb_helper *fb_helper);
168 void drm_fb_helper_release_fbi(struct drm_fb_helper *fb_helper);
169 void drm_fb_helper_fill_var(struct fb_info *info, struct drm_fb_helper *fb_helper,
174 void drm_fb_helper_unlink_fbi(struct drm_fb_helper *fb_helper);
195 void drm_fb_helper_set_suspend(struct drm_fb_helper *fb_helper, int state);
199 int drm_fb_helper_hotplug_event(struct drm_fb_helper *fb_helper);
200 int drm_fb_helper_initial_config(struct drm_fb_helper *fb_helper, int bpp_sel);
201 int drm_fb_helper_single_add_all_connectors(struct drm_fb_helper *fb_helper);
211 int drm_fb_helper_add_one_connector(struct drm_fb_helper *fb_helper, struct drm_connector *connecto…
212 int drm_fb_helper_remove_one_connector(struct drm_fb_helper *fb_helper,
216 struct drm_fb_helper *helper, in drm_fb_helper_prepare()
222 struct drm_fb_helper *helper, int crtc_count, in drm_fb_helper_init()
228 static inline void drm_fb_helper_fini(struct drm_fb_helper *helper) in drm_fb_helper_fini()
255 drm_fb_helper_restore_fbdev_mode_unlocked(struct drm_fb_helper *fb_helper) in drm_fb_helper_restore_fbdev_mode_unlocked()
261 drm_fb_helper_alloc_fbi(struct drm_fb_helper *fb_helper) in drm_fb_helper_alloc_fbi()
266 static inline void drm_fb_helper_unregister_fbi(struct drm_fb_helper *fb_helper) in drm_fb_helper_unregister_fbi()
269 static inline void drm_fb_helper_release_fbi(struct drm_fb_helper *fb_helper) in drm_fb_helper_release_fbi()
274 struct drm_fb_helper *fb_helper, in drm_fb_helper_fill_var()
290 static inline void drm_fb_helper_unlink_fbi(struct drm_fb_helper *fb_helper) in drm_fb_helper_unlink_fbi()
338 static inline void drm_fb_helper_set_suspend(struct drm_fb_helper *fb_helper, in drm_fb_helper_set_suspend()
343 static inline int drm_fb_helper_hotplug_event(struct drm_fb_helper *fb_helper) in drm_fb_helper_hotplug_event()
348 static inline int drm_fb_helper_initial_config(struct drm_fb_helper *fb_helper, in drm_fb_helper_initial_config()
355 drm_fb_helper_single_add_all_connectors(struct drm_fb_helper *fb_helper) in drm_fb_helper_single_add_all_connectors()
385 drm_fb_helper_add_one_connector(struct drm_fb_helper *fb_helper, in drm_fb_helper_add_one_connector()
392 drm_fb_helper_remove_one_connector(struct drm_fb_helper *fb_helper, in drm_fb_helper_remove_one_connector()