Searched defs:drm_fb_helper (Results 1 – 3 of 3) sorted by relevance
122 struct drm_fb_helper { struct139 const struct drm_fb_helper_funcs *funcs; argument140 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;[all …]
114 struct drm_fb_helper { struct131 const struct drm_fb_helper_funcs *funcs; argument132 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;[all …]
32 struct drm_fb_helper drm_fb_helper; member