Searched defs:drm_fb_helper (Results 1 – 2 of 2) sorted by relevance
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