Home
last modified time | relevance | path

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

/Linux-v6.6/include/drm/
Ddrm_fb_helper.h34 struct drm_fb_helper;
86 int (*fb_probe)(struct drm_fb_helper *helper,
101 int (*fb_dirty)(struct drm_fb_helper *helper, struct drm_clip_rect *clip);
122 struct drm_fb_helper { struct
211 static inline struct drm_fb_helper * argument
214 return container_of(client, struct drm_fb_helper, client); in drm_fb_helper_from_client()
234 void drm_fb_helper_prepare(struct drm_device *dev, struct drm_fb_helper *helper,
237 void drm_fb_helper_unprepare(struct drm_fb_helper *fb_helper);
238 int drm_fb_helper_init(struct drm_device *dev, struct drm_fb_helper *helper);
239 void drm_fb_helper_fini(struct drm_fb_helper *helper);
[all …]
Ddrm_device.h18 struct drm_fb_helper;
312 struct drm_fb_helper *fb_helper;
/Linux-v6.6/drivers/gpu/drm/
Ddrm_fb_helper.c155 struct drm_fb_helper *helper = info->par; in drm_fb_helper_debug_enter()
191 struct drm_fb_helper *helper = info->par; in drm_fb_helper_debug_leave()
230 __drm_fb_helper_restore_fbdev_mode_unlocked(struct drm_fb_helper *fb_helper, in __drm_fb_helper_restore_fbdev_mode_unlocked()
276 int drm_fb_helper_restore_fbdev_mode_unlocked(struct drm_fb_helper *fb_helper) in drm_fb_helper_restore_fbdev_mode_unlocked()
286 struct drm_fb_helper *helper; in drm_fb_helper_restore_work_fn()
320 struct drm_fb_helper *fb_helper = info->par; in drm_fb_helper_dpms()
365 struct drm_fb_helper *helper = container_of(work, struct drm_fb_helper, in drm_fb_helper_resume_worker()
373 static void drm_fb_helper_fb_dirty(struct drm_fb_helper *helper) in drm_fb_helper_fb_dirty()
411 struct drm_fb_helper *helper = container_of(work, struct drm_fb_helper, damage_work); in drm_fb_helper_damage_work()
426 void drm_fb_helper_prepare(struct drm_device *dev, struct drm_fb_helper *helper, in drm_fb_helper_prepare()
[all …]
Ddrm_fbdev_dma.c19 struct drm_fb_helper *fb_helper = info->par; in drm_fbdev_dma_fb_open()
30 struct drm_fb_helper *fb_helper = info->par; in drm_fbdev_dma_fb_release()
40 struct drm_fb_helper *fb_helper = info->par; in drm_fbdev_dma_fb_destroy()
56 struct drm_fb_helper *fb_helper = info->par; in drm_fbdev_dma_fb_mmap()
76 static int drm_fbdev_dma_helper_fb_probe(struct drm_fb_helper *fb_helper, in drm_fbdev_dma_helper_fb_probe()
157 struct drm_fb_helper *fb_helper = drm_fb_helper_from_client(client); in drm_fbdev_dma_client_unregister()
177 struct drm_fb_helper *fb_helper = drm_fb_helper_from_client(client); in drm_fbdev_dma_client_hotplug()
233 struct drm_fb_helper *fb_helper; in drm_fbdev_dma_setup()
Ddrm_fbdev_generic.c18 struct drm_fb_helper *fb_helper = info->par; in drm_fbdev_generic_fb_open()
29 struct drm_fb_helper *fb_helper = info->par; in drm_fbdev_generic_fb_release()
43 struct drm_fb_helper *fb_helper = info->par; in drm_fbdev_generic_fb_destroy()
71 static int drm_fbdev_generic_helper_fb_probe(struct drm_fb_helper *fb_helper, in drm_fbdev_generic_helper_fb_probe()
141 static void drm_fbdev_generic_damage_blit_real(struct drm_fb_helper *fb_helper, in drm_fbdev_generic_damage_blit_real()
180 static int drm_fbdev_generic_damage_blit(struct drm_fb_helper *fb_helper, in drm_fbdev_generic_damage_blit()
215 static int drm_fbdev_generic_helper_fb_dirty(struct drm_fb_helper *helper, in drm_fbdev_generic_helper_fb_dirty()
245 struct drm_fb_helper *fb_helper = drm_fb_helper_from_client(client); in drm_fbdev_generic_client_unregister()
265 struct drm_fb_helper *fb_helper = drm_fb_helper_from_client(client); in drm_fbdev_generic_client_hotplug()
324 struct drm_fb_helper *fb_helper; in drm_fbdev_generic_setup()
DMakefile129 drm_fb_helper.o
/Linux-v6.6/drivers/gpu/drm/omapdrm/
Domap_fbdev.c32 struct drm_fb_helper base;
39 static struct drm_fb_helper *get_fb(struct fb_info *fbi);
44 struct drm_fb_helper *helper = &fbdev->base; in pan_worker()
57 struct drm_fb_helper *helper = get_fb(fbi); in omap_fbdev_pan_display()
81 struct drm_fb_helper *helper = info->par; in omap_fbdev_fb_mmap()
90 struct drm_fb_helper *helper = info->par; in omap_fbdev_fb_destroy()
121 static int omap_fbdev_create(struct drm_fb_helper *helper, in omap_fbdev_create()
245 static struct drm_fb_helper *get_fb(struct fb_info *fbi) in get_fb()
260 struct drm_fb_helper *fb_helper = drm_fb_helper_from_client(client); in omap_fbdev_client_unregister()
280 struct drm_fb_helper *fb_helper = drm_fb_helper_from_client(client); in omap_fbdev_client_hotplug()
[all …]
Domap_debugfs.c50 struct drm_fb_helper *helper = dev->fb_helper; in fb_show()
/Linux-v6.6/drivers/gpu/drm/msm/
Dmsm_fbdev.c34 struct drm_fb_helper *helper = (struct drm_fb_helper *)info->par; in FB_GEN_DEFAULT_DEFERRED_SYSMEM_OPS()
42 struct drm_fb_helper *helper = (struct drm_fb_helper *)info->par; in msm_fbdev_fb_destroy()
68 static int msm_fbdev_create(struct drm_fb_helper *helper, in msm_fbdev_create()
142 static int msm_fbdev_fb_dirty(struct drm_fb_helper *helper, in msm_fbdev_fb_dirty()
172 struct drm_fb_helper *fb_helper = drm_fb_helper_from_client(client); in msm_fbdev_client_unregister()
192 struct drm_fb_helper *fb_helper = drm_fb_helper_from_client(client); in msm_fbdev_client_hotplug()
229 struct drm_fb_helper *helper; in msm_fbdev_setup()
/Linux-v6.6/drivers/gpu/drm/exynos/
Dexynos_drm_fbdev.c30 struct drm_fb_helper *helper = info->par; in exynos_drm_fb_mmap()
38 struct drm_fb_helper *fb_helper = info->par; in exynos_drm_fb_destroy()
59 static int exynos_drm_fbdev_update(struct drm_fb_helper *helper, in exynos_drm_fbdev_update()
90 static int exynos_drm_fbdev_create(struct drm_fb_helper *helper, in exynos_drm_fbdev_create()
148 struct drm_fb_helper *fb_helper = drm_fb_helper_from_client(client); in exynos_drm_fbdev_client_unregister()
168 struct drm_fb_helper *fb_helper = drm_fb_helper_from_client(client); in exynos_drm_fbdev_client_hotplug()
204 struct drm_fb_helper *fb_helper; in exynos_drm_fbdev_setup()
/Linux-v6.6/drivers/gpu/drm/radeon/
Dradeon_fbdev.c55 static int radeon_fbdev_create_pinned_object(struct drm_fb_helper *fb_helper, in radeon_fbdev_create_pinned_object()
147 struct drm_fb_helper *fb_helper = info->par; in radeon_fbdev_fb_open()
165 struct drm_fb_helper *fb_helper = info->par; in radeon_fbdev_fb_release()
176 struct drm_fb_helper *fb_helper = info->par; in radeon_fbdev_fb_destroy()
205 static int radeon_fbdev_fb_helper_fb_probe(struct drm_fb_helper *fb_helper, in radeon_fbdev_fb_helper_fb_probe()
301 struct drm_fb_helper *fb_helper = drm_fb_helper_from_client(client); in radeon_fbdev_client_unregister()
326 struct drm_fb_helper *fb_helper = drm_fb_helper_from_client(client); in radeon_fbdev_client_hotplug()
365 struct drm_fb_helper *fb_helper; in radeon_fbdev_setup()
403 struct drm_fb_helper *fb_helper = rdev->ddev->fb_helper; in radeon_fbdev_robj_is_fb()
/Linux-v6.6/drivers/gpu/drm/armada/
Darmada_fbdev.c24 struct drm_fb_helper *fbh = info->par; in armada_fbdev_fb_destroy()
42 static int armada_fbdev_create(struct drm_fb_helper *fbh, in armada_fbdev_create()
116 static int armada_fb_probe(struct drm_fb_helper *fbh, in armada_fb_probe()
139 struct drm_fb_helper *fbh = drm_fb_helper_from_client(client); in armada_fbdev_client_unregister()
159 struct drm_fb_helper *fbh = drm_fb_helper_from_client(client); in armada_fbdev_client_hotplug()
195 struct drm_fb_helper *fbh; in armada_fbdev_setup()
/Linux-v6.6/drivers/gpu/drm/tegra/
Dfbdev.c27 struct drm_fb_helper *helper = info->par; in tegra_fb_mmap()
42 struct drm_fb_helper *helper = info->par; in tegra_fbdev_fb_destroy()
69 static int tegra_fbdev_probe(struct drm_fb_helper *helper, in tegra_fbdev_probe()
158 struct drm_fb_helper *fb_helper = drm_fb_helper_from_client(client); in tegra_fbdev_client_unregister()
178 struct drm_fb_helper *fb_helper = drm_fb_helper_from_client(client); in tegra_fbdev_client_hotplug()
214 struct drm_fb_helper *helper; in tegra_fbdev_setup()
/Linux-v6.6/drivers/gpu/drm/gma500/
Dfbdev.c61 struct drm_fb_helper *fb_helper = info->par; in psb_fbdev_fb_setcolreg()
117 struct drm_fb_helper *fb_helper = info->par; in psb_fbdev_fb_destroy()
150 static int psb_fbdev_fb_probe(struct drm_fb_helper *fb_helper, in psb_fbdev_fb_probe()
260 struct drm_fb_helper *fb_helper = drm_fb_helper_from_client(client); in psb_fbdev_client_unregister()
280 struct drm_fb_helper *fb_helper = drm_fb_helper_from_client(client); in psb_fbdev_client_hotplug()
317 struct drm_fb_helper *fb_helper; in psb_fbdev_setup()
/Linux-v6.6/drivers/gpu/drm/i915/display/
Dintel_fbdev.c57 struct drm_fb_helper helper;
73 static struct intel_fbdev *to_intel_fbdev(struct drm_fb_helper *fb_helper) in to_intel_fbdev()
149 static int intelfb_alloc(struct drm_fb_helper *helper, in intelfb_alloc()
208 static int intelfb_create(struct drm_fb_helper *helper, in intelfb_create()
350 static int intelfb_dirty(struct drm_fb_helper *helper, struct drm_clip_rect *clip) in intelfb_dirty()
/Linux-v6.6/drivers/gpu/drm/mediatek/
Dmtk_drm_drv.h21 struct drm_fb_helper;
/Linux-v6.6/Documentation/gpu/
Ddrm-kms-helpers.rst110 .. kernel-doc:: drivers/gpu/drm/drm_fb_helper.c
113 .. kernel-doc:: include/drm/drm_fb_helper.h
116 .. kernel-doc:: drivers/gpu/drm/drm_fb_helper.c
/Linux-v6.6/drivers/gpu/drm/amd/amdgpu/
Damdgpu_display.c1631 struct drm_fb_helper *fb_helper = dev->fb_helper; in amdgpu_display_robj_is_fb()