Lines Matching defs:drm_fb_helper
114 struct drm_fb_helper { struct
131 const struct drm_fb_helper_funcs *funcs; argument
132 struct fb_info *fbdev;
133 u32 pseudo_palette[17];
134 struct drm_clip_rect dirty_clip;
135 spinlock_t dirty_lock;
136 struct work_struct dirty_work;
137 struct work_struct resume_work;
149 struct mutex lock;
156 struct list_head kernel_fb_list;
165 bool delayed_hotplug;
191 static inline struct drm_fb_helper * argument