Lines Matching defs:drm_fb_helper
122 struct drm_fb_helper { struct
139 const struct drm_fb_helper_funcs *funcs; argument
140 struct fb_info *info;
141 u32 pseudo_palette[17];
142 struct drm_clip_rect damage_clip;
143 spinlock_t damage_lock;
144 struct work_struct damage_work;
145 struct work_struct resume_work;
157 struct mutex lock;
164 struct list_head kernel_fb_list;
173 bool delayed_hotplug;
185 bool deferred_setup;
196 int preferred_bpp;
220 static inline struct drm_fb_helper * argument