Lines Matching defs:drm_fb_helper
157 struct drm_fb_helper { struct
175 struct drm_fb_helper_crtc *crtc_info; argument
189 * drm_fb_helper_for_each_connector. argument
191 struct drm_fb_helper_connector **connector_info; argument
192 const struct drm_fb_helper_funcs *funcs; argument
193 struct fb_info *fbdev;
194 u32 pseudo_palette[17];
195 struct drm_clip_rect dirty_clip;
196 spinlock_t dirty_lock;
197 struct work_struct dirty_work;
198 struct work_struct resume_work;
210 struct mutex lock;
217 struct list_head kernel_fb_list;
226 bool delayed_hotplug;
252 static inline struct drm_fb_helper * argument