/Linux-v6.1/include/drm/ |
D | drm_fb_helper.h | 33 struct drm_fb_helper; 92 int (*fb_probe)(struct drm_fb_helper *helper, 114 struct drm_fb_helper { struct 191 static inline struct drm_fb_helper * argument 194 return container_of(client, struct drm_fb_helper, client); in drm_fb_helper_from_client() 214 void drm_fb_helper_prepare(struct drm_device *dev, struct drm_fb_helper *helper, 216 int drm_fb_helper_init(struct drm_device *dev, struct drm_fb_helper *helper); 217 void drm_fb_helper_fini(struct drm_fb_helper *helper); 225 int drm_fb_helper_restore_fbdev_mode_unlocked(struct drm_fb_helper *fb_helper); 227 struct fb_info *drm_fb_helper_alloc_fbi(struct drm_fb_helper *fb_helper); [all …]
|
D | drm_device.h | 18 struct drm_fb_helper; 296 struct drm_fb_helper *fb_helper;
|
/Linux-v6.1/drivers/gpu/drm/exynos/ |
D | exynos_drm_fbdev.c | 31 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() 57 static int exynos_drm_fbdev_update(struct drm_fb_helper *helper, in exynos_drm_fbdev_update() 87 static int exynos_drm_fbdev_create(struct drm_fb_helper *helper, in exynos_drm_fbdev_create() 152 struct drm_fb_helper *helper; in exynos_drm_fbdev_init() 162 private->fb_helper = helper = &fbdev->drm_fb_helper; in exynos_drm_fbdev_init() 193 struct drm_fb_helper *fb_helper) in exynos_drm_fbdev_destroy()
|
D | exynos_drm_drv.h | 200 struct drm_fb_helper *fb_helper;
|
/Linux-v6.1/drivers/gpu/drm/msm/ |
D | msm_fbdev.c | 27 struct drm_fb_helper base; 48 struct drm_fb_helper *helper = (struct drm_fb_helper *)info->par; in msm_fbdev_mmap() 55 static int msm_fbdev_create(struct drm_fb_helper *helper, in msm_fbdev_create() 138 struct drm_fb_helper *msm_fbdev_init(struct drm_device *dev) in msm_fbdev_init() 142 struct drm_fb_helper *helper; in msm_fbdev_init() 182 struct drm_fb_helper *helper = priv->fbdev; in msm_fbdev_free()
|
D | msm_drv.h | 132 struct drm_fb_helper *fbdev; 295 struct drm_fb_helper *msm_fbdev_init(struct drm_device *dev);
|
/Linux-v6.1/drivers/gpu/drm/ |
D | drm_fb_helper.c | 157 struct drm_fb_helper *helper = info->par; in drm_fb_helper_debug_enter() 193 struct drm_fb_helper *helper = info->par; in drm_fb_helper_debug_leave() 232 __drm_fb_helper_restore_fbdev_mode_unlocked(struct drm_fb_helper *fb_helper, in __drm_fb_helper_restore_fbdev_mode_unlocked() 278 int drm_fb_helper_restore_fbdev_mode_unlocked(struct drm_fb_helper *fb_helper) in drm_fb_helper_restore_fbdev_mode_unlocked() 288 struct drm_fb_helper *helper; in drm_fb_helper_restore_work_fn() 322 struct drm_fb_helper *fb_helper = info->par; in drm_fb_helper_dpms() 367 struct drm_fb_helper *helper = container_of(work, struct drm_fb_helper, in drm_fb_helper_resume_worker() 375 static void drm_fb_helper_damage_blit_real(struct drm_fb_helper *fb_helper, in drm_fb_helper_damage_blit_real() 414 static int drm_fb_helper_damage_blit(struct drm_fb_helper *fb_helper, in drm_fb_helper_damage_blit() 451 struct drm_fb_helper *helper = container_of(work, struct drm_fb_helper, in drm_fb_helper_damage_work() [all …]
|
D | Makefile | 73 drm_kms_helper-$(CONFIG_DRM_FBDEV_EMULATION) += drm_fb_helper.o
|
/Linux-v6.1/drivers/gpu/drm/omapdrm/ |
D | omap_fbdev.c | 27 struct drm_fb_helper base; 36 static struct drm_fb_helper *get_fb(struct fb_info *fbi); 52 struct drm_fb_helper *helper = get_fb(fbi); in omap_fbdev_pan_display() 91 static int omap_fbdev_create(struct drm_fb_helper *helper, in omap_fbdev_create() 216 static struct drm_fb_helper *get_fb(struct fb_info *fbi) in get_fb() 230 struct drm_fb_helper *helper; in omap_fbdev_init() 269 struct drm_fb_helper *helper = priv->fbdev; in omap_fbdev_fini()
|
D | omap_fbdev.h | 13 struct drm_fb_helper;
|
D | omap_drv.h | 80 struct drm_fb_helper *fbdev;
|
/Linux-v6.1/drivers/gpu/drm/armada/ |
D | armada_fbdev.c | 27 static int armada_fbdev_create(struct drm_fb_helper *fbh, in armada_fbdev_create() 101 static int armada_fb_probe(struct drm_fb_helper *fbh, in armada_fb_probe() 121 struct drm_fb_helper *fbh; in armada_fbdev_init() 155 struct drm_fb_helper *fbh = priv->fbdev; in armada_fbdev_fini()
|
D | armada_drm.h | 19 struct drm_fb_helper; 58 struct drm_fb_helper *fbdev;
|
/Linux-v6.1/drivers/gpu/drm/gma500/ |
D | framebuffer.c | 44 struct drm_fb_helper *fb_helper = info->par; in psbfb_setcolreg() 127 struct drm_fb_helper *fb_helper = info->par; in psbfb_mmap() 234 static int psbfb_create(struct drm_fb_helper *fb_helper, in psbfb_create() 350 static int psbfb_probe(struct drm_fb_helper *fb_helper, in psbfb_probe() 382 struct drm_fb_helper *fb_helper) in psb_fbdev_destroy() 401 struct drm_fb_helper *fb_helper; in psb_fbdev_init()
|
D | psb_drv.h | 196 struct drm_fb_helper; 525 struct drm_fb_helper *fb_helper;
|
/Linux-v6.1/drivers/gpu/drm/i915/display/ |
D | intel_fbdev.c | 54 struct drm_fb_helper helper; 82 struct drm_fb_helper *fb_helper = info->par; in intel_fbdev_set_par() 96 struct drm_fb_helper *fb_helper = info->par; in intel_fbdev_blank() 111 struct drm_fb_helper *fb_helper = info->par; in intel_fbdev_pan_display() 134 static int intelfb_alloc(struct drm_fb_helper *helper, in intelfb_alloc() 191 static int intelfb_create(struct drm_fb_helper *helper, in intelfb_create()
|
/Linux-v6.1/drivers/gpu/drm/tegra/ |
D | fb.c | 21 static inline struct tegra_fbdev *to_tegra_fbdev(struct drm_fb_helper *helper) in to_tegra_fbdev() 193 struct drm_fb_helper *helper = info->par; in tegra_fb_mmap() 215 static int tegra_fbdev_probe(struct drm_fb_helper *helper, in tegra_fbdev_probe()
|
D | drm.h | 34 struct drm_fb_helper base;
|
/Linux-v6.1/drivers/gpu/drm/mediatek/ |
D | mtk_drm_drv.h | 19 struct drm_fb_helper;
|
/Linux-v6.1/drivers/gpu/drm/nouveau/ |
D | nouveau_fbcon.h | 37 struct drm_fb_helper helper; /* must be first */
|
D | nouveau_fbcon.c | 309 nouveau_fbcon_create(struct drm_fb_helper *helper, in nouveau_fbcon_create()
|
/Linux-v6.1/drivers/gpu/drm/radeon/ |
D | radeon_fb.c | 47 struct drm_fb_helper helper; /* must be first */ 213 static int radeonfb_create(struct drm_fb_helper *helper, in radeonfb_create()
|
/Linux-v6.1/Documentation/gpu/ |
D | drm-kms-helpers.rst | 110 .. 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.1/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_display.c | 1567 struct drm_fb_helper *fb_helper = dev->fb_helper; in amdgpu_display_robj_is_fb()
|