Home
last modified time | relevance | path

Searched defs:drm_fb_helper (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/include/drm/
Ddrm_fb_helper.h157 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;
[all …]
/Linux-v4.19/drivers/gpu/drm/exynos/
Dexynos_drm_fbdev.c35 struct drm_fb_helper drm_fb_helper; member