Home
last modified time | relevance | path

Searched refs:drm_fb_helper (Results 1 – 37 of 37) sorted by relevance

/linux-4.1.27/include/drm/
Ddrm_fb_helper.h33 struct drm_fb_helper;
94 int (*fb_probe)(struct drm_fb_helper *helper,
96 bool (*initial_config)(struct drm_fb_helper *fb_helper,
107 struct drm_fb_helper { struct
125 void drm_fb_helper_prepare(struct drm_device *dev, struct drm_fb_helper *helper, argument
128 struct drm_fb_helper *helper, int crtc_count,
130 void drm_fb_helper_fini(struct drm_fb_helper *helper);
138 bool drm_fb_helper_restore_fbdev_mode_unlocked(struct drm_fb_helper *fb_helper);
139 void drm_fb_helper_fill_var(struct fb_info *info, struct drm_fb_helper *fb_helper,
146 int drm_fb_helper_hotplug_event(struct drm_fb_helper *fb_helper);
[all …]
/linux-4.1.27/drivers/gpu/drm/exynos/
Dexynos_drm_fbdev.c31 drm_fb_helper)
34 struct drm_fb_helper drm_fb_helper; member
41 struct drm_fb_helper *helper = info->par; in exynos_drm_fb_mmap()
78 static int exynos_drm_fbdev_update(struct drm_fb_helper *helper, in exynos_drm_fbdev_update()
121 static int exynos_drm_fbdev_create(struct drm_fb_helper *helper, in exynos_drm_fbdev_create()
245 struct drm_fb_helper *helper; in exynos_drm_fbdev_init()
259 private->fb_helper = helper = &fbdev->drm_fb_helper; in exynos_drm_fbdev_init()
300 struct drm_fb_helper *fb_helper) in exynos_drm_fbdev_destroy()
Dexynos_drm_drv.h243 struct drm_fb_helper *fb_helper;
Dexynos_drm_fb.c260 struct drm_fb_helper *fb_helper = private->fb_helper; in exynos_drm_output_poll_changed()
/linux-4.1.27/drivers/gpu/drm/omapdrm/
Domap_fbdev.c36 struct drm_fb_helper base;
45 static struct drm_fb_helper *get_fb(struct fb_info *fbi);
61 struct drm_fb_helper *helper = get_fb(fbi); in omap_fbdev_pan_display()
102 static int omap_fbdev_create(struct drm_fb_helper *helper, in omap_fbdev_create()
254 static struct drm_fb_helper *get_fb(struct fb_info *fbi) in get_fb()
264 struct drm_fb_helper *omap_fbdev_init(struct drm_device *dev) in omap_fbdev_init()
268 struct drm_fb_helper *helper; in omap_fbdev_init()
313 struct drm_fb_helper *helper = priv->fbdev; in omap_fbdev_free()
Domap_drv.h104 struct drm_fb_helper *fbdev;
152 struct drm_fb_helper *omap_fbdev_init(struct drm_device *dev);
/linux-4.1.27/drivers/gpu/drm/
Ddrm_fb_helper.c95 int drm_fb_helper_single_add_all_connectors(struct drm_fb_helper *fb_helper) in drm_fb_helper_single_add_all_connectors()
122 int drm_fb_helper_add_one_connector(struct drm_fb_helper *fb_helper, struct drm_connector *connecto… in drm_fb_helper_add_one_connector()
173 int drm_fb_helper_remove_one_connector(struct drm_fb_helper *fb_helper, in drm_fb_helper_remove_one_connector()
204 static void drm_fb_helper_save_lut_atomic(struct drm_crtc *crtc, struct drm_fb_helper *helper) in drm_fb_helper_save_lut_atomic()
240 struct drm_fb_helper *helper = info->par; in drm_fb_helper_debug_enter()
286 struct drm_fb_helper *helper = info->par; in drm_fb_helper_debug_leave()
315 static bool restore_fbdev_mode(struct drm_fb_helper *fb_helper) in restore_fbdev_mode()
363 static bool drm_fb_helper_restore_fbdev_mode(struct drm_fb_helper *fb_helper) in drm_fb_helper_restore_fbdev_mode()
376 bool drm_fb_helper_restore_fbdev_mode_unlocked(struct drm_fb_helper *fb_helper) in drm_fb_helper_restore_fbdev_mode_unlocked()
403 struct drm_fb_helper *helper; in drm_fb_helper_force_kernel_mode()
[all …]
Ddrm_fb_cma_helper.c34 struct drm_fb_helper fb_helper;
38 static inline struct drm_fbdev_cma *to_fbdev_cma(struct drm_fb_helper *helper) in to_fbdev_cma()
247 static int drm_fbdev_cma_create(struct drm_fb_helper *helper, in drm_fbdev_cma_create()
348 struct drm_fb_helper *helper; in drm_fbdev_cma_init()
DMakefile28 drm_kms_helper-$(CONFIG_DRM_KMS_FB_HELPER) += drm_fb_helper.o
/linux-4.1.27/drivers/gpu/drm/msm/
Dmsm_fbdev.c35 struct drm_fb_helper base;
62 struct drm_fb_helper *helper = (struct drm_fb_helper *)info->par; in msm_fbdev_mmap()
85 static int msm_fbdev_create(struct drm_fb_helper *helper, in msm_fbdev_create()
223 struct drm_fb_helper *msm_fbdev_init(struct drm_device *dev) in msm_fbdev_init()
227 struct drm_fb_helper *helper; in msm_fbdev_init()
267 struct drm_fb_helper *helper = priv->fbdev; in msm_fbdev_free()
Dmsm_drv.h92 struct drm_fb_helper *fbdev;
228 struct drm_fb_helper *msm_fbdev_init(struct drm_device *dev);
/linux-4.1.27/drivers/gpu/drm/armada/
Darmada_fbdev.c35 static int armada_fb_create(struct drm_fb_helper *fbh, in armada_fb_create()
121 static int armada_fb_probe(struct drm_fb_helper *fbh, in armada_fb_probe()
143 struct drm_fb_helper *fbh; in armada_fbdev_init()
191 struct drm_fb_helper *fbh = priv->fbdev; in armada_fbdev_fini()
Darmada_drm.h19 struct drm_fb_helper;
76 struct drm_fb_helper *fbdev;
Darmada_fb.c161 struct drm_fb_helper *fbh = priv->fbdev; in armada_output_poll_changed()
/linux-4.1.27/drivers/gpu/drm/rockchip/
Drockchip_drm_fbdev.c31 struct drm_fb_helper *helper = info->par; in rockchip_fbdev_mmap()
50 static int rockchip_drm_fbdev_create(struct drm_fb_helper *helper, in rockchip_drm_fbdev_create()
143 struct drm_fb_helper *helper; in rockchip_drm_fbdev_init()
189 struct drm_fb_helper *helper; in rockchip_drm_fbdev_fini()
Drockchip_drm_drv.h50 struct drm_fb_helper fbdev_helper;
Drockchip_drm_fb.c163 struct drm_fb_helper *fb_helper = &private->fbdev_helper; in rockchip_drm_output_poll_changed()
/linux-4.1.27/drivers/gpu/drm/i915/
Dintel_fbdev.c50 struct drm_fb_helper *fb_helper = info->par; in intel_fbdev_set_par()
76 struct drm_fb_helper *fb_helper = info->par; in intel_fbdev_blank()
113 static int intelfb_alloc(struct drm_fb_helper *helper, in intelfb_alloc()
172 static int intelfb_create(struct drm_fb_helper *helper, in intelfb_create()
311 intel_fb_helper_crtc(struct drm_fb_helper *fb_helper, struct drm_crtc *crtc) in intel_fb_helper_crtc()
349 static bool intel_fb_initial_config(struct drm_fb_helper *fb_helper, in intel_fb_initial_config()
Dintel_drv.h124 struct drm_fb_helper helper;
/linux-4.1.27/drivers/gpu/drm/gma500/
Dframebuffer.h38 struct drm_fb_helper psb_fb_helper;
Dframebuffer.c540 static int psbfb_probe(struct drm_fb_helper *helper, in psbfb_probe()
/linux-4.1.27/Documentation/DocBook/
D.drm.xml.cmd2 …/drm/drm_probe_helper.c drivers/gpu/drm/drm_fb_helper.c drivers/gpu/drm/drm_fb_helper.c include/dr…
/linux-4.1.27/drivers/gpu/drm/radeon/
Dradeon_fb.c45 struct drm_fb_helper helper;
68 struct drm_fb_helper *fb_helper = info->par; in radeon_fb_helper_set_par()
219 static int radeonfb_create(struct drm_fb_helper *helper, in radeonfb_create()
/linux-4.1.27/drivers/gpu/drm/nouveau/
Dnouveau_fbcon.h35 struct drm_fb_helper helper;
Dnouveau_fbcon.c332 nouveau_fbcon_create(struct drm_fb_helper *helper, in nouveau_fbcon_create()
/linux-4.1.27/drivers/gpu/drm/bochs/
Dbochs_fbdev.c15 struct drm_fb_helper *fb_helper = info->par; in bochsfb_mmap()
54 static int bochsfb_create(struct drm_fb_helper *helper, in bochsfb_create()
Dbochs.h91 struct drm_fb_helper helper;
/linux-4.1.27/drivers/gpu/drm/tegra/
Dfb.c22 static inline struct tegra_fbdev *to_tegra_fbdev(struct drm_fb_helper *helper) in to_tegra_fbdev()
197 static int tegra_fbdev_probe(struct drm_fb_helper *helper, in tegra_fbdev_probe()
Ddrm.h34 struct drm_fb_helper base;
/linux-4.1.27/drivers/gpu/drm/cirrus/
Dcirrus_drv.h154 struct drm_fb_helper helper;
Dcirrus_fbdev.c163 static int cirrusfb_create(struct drm_fb_helper *helper, in cirrusfb_create()
/linux-4.1.27/drivers/gpu/drm/mgag200/
Dmgag200_drv.h115 struct drm_fb_helper helper;
Dmgag200_fb.c158 static int mgag200fb_create(struct drm_fb_helper *helper, in mgag200fb_create()
/linux-4.1.27/drivers/gpu/drm/udl/
Dudl_fb.c34 struct drm_fb_helper helper;
472 static int udlfb_create(struct drm_fb_helper *helper, in udlfb_create()
/linux-4.1.27/drivers/gpu/drm/ast/
Dast_drv.h257 struct drm_fb_helper helper;
Dast_fb.c186 static int astfb_create(struct drm_fb_helper *helper, in astfb_create()
/linux-4.1.27/drivers/gpu/drm/qxl/
Dqxl_fb.c56 struct drm_fb_helper helper;
625 struct drm_fb_helper *helper, in qxl_fb_find_or_create_single()