/Linux-v5.4/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, 217 struct drm_fb_helper *helper, int max_conn); 218 void drm_fb_helper_fini(struct drm_fb_helper *helper); 226 int drm_fb_helper_restore_fbdev_mode_unlocked(struct drm_fb_helper *fb_helper); 228 struct fb_info *drm_fb_helper_alloc_fbi(struct drm_fb_helper *fb_helper); [all …]
|
D | drm_device.h | 21 struct drm_fb_helper; 309 struct drm_fb_helper *fb_helper;
|
/Linux-v5.4/drivers/gpu/drm/exynos/ |
D | exynos_drm_fbdev.c | 29 drm_fb_helper) 32 struct drm_fb_helper drm_fb_helper; member 39 struct drm_fb_helper *helper = info->par; in exynos_drm_fb_mmap() 72 static int exynos_drm_fbdev_update(struct drm_fb_helper *helper, in exynos_drm_fbdev_update() 113 static int exynos_drm_fbdev_create(struct drm_fb_helper *helper, in exynos_drm_fbdev_create() 189 struct drm_fb_helper *helper; in exynos_drm_fbdev_init() 199 private->fb_helper = helper = &fbdev->drm_fb_helper; in exynos_drm_fbdev_init() 238 struct drm_fb_helper *fb_helper) in exynos_drm_fbdev_destroy()
|
/Linux-v5.4/drivers/gpu/drm/ |
D | drm_fb_helper.c | 154 struct drm_fb_helper *helper = info->par; in drm_fb_helper_debug_enter() 190 struct drm_fb_helper *helper = info->par; in drm_fb_helper_debug_leave() 238 int drm_fb_helper_restore_fbdev_mode_unlocked(struct drm_fb_helper *fb_helper) in drm_fb_helper_restore_fbdev_mode_unlocked() 282 struct drm_fb_helper *helper; in drm_fb_helper_force_kernel_mode() 328 struct drm_fb_helper *fb_helper = info->par; in drm_fb_helper_dpms() 373 struct drm_fb_helper *helper = container_of(work, struct drm_fb_helper, in drm_fb_helper_resume_worker() 381 static void drm_fb_helper_dirty_blit_real(struct drm_fb_helper *fb_helper, in drm_fb_helper_dirty_blit_real() 401 struct drm_fb_helper *helper = container_of(work, struct drm_fb_helper, in drm_fb_helper_dirty_work() 442 void drm_fb_helper_prepare(struct drm_device *dev, struct drm_fb_helper *helper, in drm_fb_helper_prepare() 473 struct drm_fb_helper *fb_helper, in drm_fb_helper_init() [all …]
|
/Linux-v5.4/drivers/gpu/drm/msm/ |
D | msm_fbdev.c | 25 struct drm_fb_helper base; 46 struct drm_fb_helper *helper = (struct drm_fb_helper *)info->par; in msm_fbdev_mmap() 60 static int msm_fbdev_create(struct drm_fb_helper *helper, in msm_fbdev_create() 148 struct drm_fb_helper *msm_fbdev_init(struct drm_device *dev) in msm_fbdev_init() 152 struct drm_fb_helper *helper; in msm_fbdev_init() 194 struct drm_fb_helper *helper = priv->fbdev; in msm_fbdev_free()
|
D | msm_drv.h | 168 struct drm_fb_helper *fbdev; 342 struct drm_fb_helper *msm_fbdev_init(struct drm_device *dev);
|
/Linux-v5.4/drivers/gpu/drm/omapdrm/ |
D | omap_fbdev.c | 26 struct drm_fb_helper base; 35 static struct drm_fb_helper *get_fb(struct fb_info *fbi); 51 struct drm_fb_helper *helper = get_fb(fbi); in omap_fbdev_pan_display() 90 static int omap_fbdev_create(struct drm_fb_helper *helper, in omap_fbdev_create() 215 static struct drm_fb_helper *get_fb(struct fb_info *fbi) in get_fb() 229 struct drm_fb_helper *helper; in omap_fbdev_init() 272 struct drm_fb_helper *helper = priv->fbdev; in omap_fbdev_fini()
|
D | omap_fbdev.h | 13 struct drm_fb_helper;
|
D | omap_drv.h | 59 struct drm_fb_helper *fbdev;
|
/Linux-v5.4/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() 161 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-v5.4/drivers/gpu/drm/rockchip/ |
D | rockchip_drm_fbdev.c | 24 struct drm_fb_helper *helper = info->par; in rockchip_fbdev_mmap() 39 static int rockchip_drm_fbdev_create(struct drm_fb_helper *helper, in rockchip_drm_fbdev_create() 117 struct drm_fb_helper *helper; in rockchip_drm_fbdev_init() 160 struct drm_fb_helper *helper; in rockchip_drm_fbdev_fini()
|
D | rockchip_drm_drv.h | 45 struct drm_fb_helper fbdev_helper;
|
/Linux-v5.4/drivers/gpu/drm/vboxvideo/ |
D | vbox_drv.h | 59 struct drm_fb_helper fb_helper; 160 int vboxfb_create(struct drm_fb_helper *helper,
|
D | vbox_fb.c | 44 int vboxfb_create(struct drm_fb_helper *helper, in vboxfb_create()
|
/Linux-v5.4/drivers/gpu/drm/i915/display/ |
D | intel_fbdev.c | 62 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() 91 struct drm_fb_helper *fb_helper = info->par; in intel_fbdev_pan_display() 114 static int intelfb_alloc(struct drm_fb_helper *helper, in intelfb_alloc() 163 static int intelfb_create(struct drm_fb_helper *helper, in intelfb_create()
|
/Linux-v5.4/drivers/gpu/drm/gma500/ |
D | framebuffer.h | 23 struct drm_fb_helper psb_fb_helper; /* must be first */
|
/Linux-v5.4/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_fb.c | 52 struct drm_fb_helper *fb_helper = info->par; in amdgpufb_open() 65 struct drm_fb_helper *fb_helper = info->par; in amdgpufb_release() 198 static int amdgpufb_create(struct drm_fb_helper *helper, in amdgpufb_create()
|
/Linux-v5.4/drivers/gpu/drm/tegra/ |
D | fb.c | 20 static inline struct tegra_fbdev *to_tegra_fbdev(struct drm_fb_helper *helper) in to_tegra_fbdev() 182 struct drm_fb_helper *helper = info->par; in tegra_fb_mmap() 204 static int tegra_fbdev_probe(struct drm_fb_helper *helper, in tegra_fbdev_probe()
|
/Linux-v5.4/drivers/gpu/drm/mediatek/ |
D | mtk_drm_drv.h | 19 struct drm_fb_helper;
|
/Linux-v5.4/drivers/gpu/drm/hisilicon/hibmc/ |
D | hibmc_drm_fbdev.c | 53 static int hibmc_drm_fb_create(struct drm_fb_helper *helper, in hibmc_drm_fb_create() 145 struct drm_fb_helper *fbh = &fbdev->helper; in hibmc_fbdev_destroy()
|
D | hibmc_drm_drv.h | 29 struct drm_fb_helper helper; /* must be first */
|
/Linux-v5.4/drivers/gpu/drm/nouveau/ |
D | nouveau_fbcon.h | 35 struct drm_fb_helper helper; /* must be first */
|
/Linux-v5.4/drivers/gpu/drm/radeon/ |
D | radeon_fb.c | 46 struct drm_fb_helper helper; /* must be first */ 211 static int radeonfb_create(struct drm_fb_helper *helper, in radeonfb_create()
|
/Linux-v5.4/Documentation/gpu/ |
D | drm-kms-helpers.rst | 101 .. kernel-doc:: drivers/gpu/drm/drm_fb_helper.c 104 .. kernel-doc:: include/drm/drm_fb_helper.h 107 .. kernel-doc:: drivers/gpu/drm/drm_fb_helper.c
|