/Linux-v4.19/include/drm/ |
D | drm_fb_helper.h | 293 void drm_fb_helper_fill_fix(struct fb_info *info, uint32_t pitch, 426 static inline void drm_fb_helper_fill_fix(struct fb_info *info, uint32_t pitch, in drm_fb_helper_fill_fix() function
|
/Linux-v4.19/drivers/gpu/drm/armada/ |
D | armada_fbdev.c | 90 drm_fb_helper_fill_fix(info, dfb->fb.pitches[0], in armada_fbdev_create()
|
/Linux-v4.19/drivers/gpu/drm/rockchip/ |
D | rockchip_drm_fbdev.c | 98 drm_fb_helper_fill_fix(fbi, fb->pitches[0], fb->format->depth); in rockchip_drm_fbdev_create()
|
/Linux-v4.19/drivers/gpu/drm/msm/ |
D | msm_fbdev.c | 130 drm_fb_helper_fill_fix(fbi, fb->pitches[0], fb->format->depth); in msm_fbdev_create()
|
/Linux-v4.19/drivers/gpu/drm/bochs/ |
D | bochs_fbdev.c | 123 drm_fb_helper_fill_fix(info, fb->pitches[0], fb->format->depth); in bochsfb_create()
|
/Linux-v4.19/drivers/staging/vboxvideo/ |
D | vbox_fb.c | 169 drm_fb_helper_fill_fix(info, fb->pitches[0], fb->format->depth); in vboxfb_create()
|
/Linux-v4.19/drivers/gpu/drm/hisilicon/hibmc/ |
D | hibmc_drm_fbdev.c | 136 drm_fb_helper_fill_fix(info, hi_fbdev->fb->fb.pitches[0], in hibmc_drm_fb_create()
|
/Linux-v4.19/drivers/gpu/drm/exynos/ |
D | exynos_drm_fbdev.c | 95 drm_fb_helper_fill_fix(fbi, fb->pitches[0], fb->format->depth); in exynos_drm_fbdev_update()
|
/Linux-v4.19/drivers/gpu/drm/omapdrm/ |
D | omap_fbdev.c | 190 drm_fb_helper_fill_fix(fbi, fb->pitches[0], fb->format->depth); in omap_fbdev_create()
|
/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_fb.c | 252 drm_fb_helper_fill_fix(info, fb->pitches[0], fb->format->depth); in amdgpufb_create()
|
/Linux-v4.19/drivers/gpu/drm/mgag200/ |
D | mgag200_fb.c | 219 drm_fb_helper_fill_fix(info, fb->pitches[0], fb->format->depth); in mgag200fb_create()
|
/Linux-v4.19/drivers/gpu/drm/ast/ |
D | ast_fb.c | 239 drm_fb_helper_fill_fix(info, fb->pitches[0], fb->format->depth); in astfb_create()
|
/Linux-v4.19/drivers/gpu/drm/cirrus/ |
D | cirrus_fbdev.c | 220 drm_fb_helper_fill_fix(info, fb->pitches[0], fb->format->depth); in cirrusfb_create()
|
/Linux-v4.19/drivers/gpu/drm/radeon/ |
D | radeon_fb.c | 264 drm_fb_helper_fill_fix(info, fb->pitches[0], fb->format->depth); in radeonfb_create()
|
/Linux-v4.19/drivers/gpu/drm/qxl/ |
D | qxl_fb.c | 271 drm_fb_helper_fill_fix(info, fb->pitches[0], fb->format->depth); in qxlfb_create()
|
/Linux-v4.19/drivers/gpu/drm/tegra/ |
D | fb.c | 261 drm_fb_helper_fill_fix(info, fb->pitches[0], fb->format->depth); in tegra_fbdev_probe()
|
/Linux-v4.19/drivers/gpu/drm/virtio/ |
D | virtgpu_fb.c | 285 drm_fb_helper_fill_fix(info, fb->pitches[0], fb->format->depth); in virtio_gpufb_create()
|
/Linux-v4.19/drivers/gpu/drm/udl/ |
D | udl_fb.c | 412 drm_fb_helper_fill_fix(info, fb->pitches[0], fb->format->depth); in udlfb_create()
|
/Linux-v4.19/drivers/gpu/drm/gma500/ |
D | framebuffer.c | 405 drm_fb_helper_fill_fix(info, fb->pitches[0], fb->format->depth); in psbfb_create()
|
/Linux-v4.19/drivers/gpu/drm/nouveau/ |
D | nouveau_fbcon.c | 391 drm_fb_helper_fill_fix(info, fb->base.pitches[0], in nouveau_fbcon_create()
|
/Linux-v4.19/drivers/gpu/drm/i915/ |
D | intel_fbdev.c | 261 drm_fb_helper_fill_fix(info, fb->pitches[0], fb->format->depth); in intelfb_create()
|
/Linux-v4.19/drivers/gpu/drm/ |
D | drm_fb_helper.c | 1896 void drm_fb_helper_fill_fix(struct fb_info *info, uint32_t pitch, in drm_fb_helper_fill_fix() function 1912 EXPORT_SYMBOL(drm_fb_helper_fill_fix); 3043 drm_fb_helper_fill_fix(fbi, fb->pitches[0], fb->format->depth); in drm_fb_helper_generic_probe()
|