Home
last modified time | relevance | path

Searched refs:drm_fb_helper_fill_fix (Results 1 – 22 of 22) sorted by relevance

/Linux-v4.19/include/drm/
Ddrm_fb_helper.h293 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/
Darmada_fbdev.c90 drm_fb_helper_fill_fix(info, dfb->fb.pitches[0], in armada_fbdev_create()
/Linux-v4.19/drivers/gpu/drm/rockchip/
Drockchip_drm_fbdev.c98 drm_fb_helper_fill_fix(fbi, fb->pitches[0], fb->format->depth); in rockchip_drm_fbdev_create()
/Linux-v4.19/drivers/gpu/drm/msm/
Dmsm_fbdev.c130 drm_fb_helper_fill_fix(fbi, fb->pitches[0], fb->format->depth); in msm_fbdev_create()
/Linux-v4.19/drivers/gpu/drm/bochs/
Dbochs_fbdev.c123 drm_fb_helper_fill_fix(info, fb->pitches[0], fb->format->depth); in bochsfb_create()
/Linux-v4.19/drivers/staging/vboxvideo/
Dvbox_fb.c169 drm_fb_helper_fill_fix(info, fb->pitches[0], fb->format->depth); in vboxfb_create()
/Linux-v4.19/drivers/gpu/drm/hisilicon/hibmc/
Dhibmc_drm_fbdev.c136 drm_fb_helper_fill_fix(info, hi_fbdev->fb->fb.pitches[0], in hibmc_drm_fb_create()
/Linux-v4.19/drivers/gpu/drm/exynos/
Dexynos_drm_fbdev.c95 drm_fb_helper_fill_fix(fbi, fb->pitches[0], fb->format->depth); in exynos_drm_fbdev_update()
/Linux-v4.19/drivers/gpu/drm/omapdrm/
Domap_fbdev.c190 drm_fb_helper_fill_fix(fbi, fb->pitches[0], fb->format->depth); in omap_fbdev_create()
/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/
Damdgpu_fb.c252 drm_fb_helper_fill_fix(info, fb->pitches[0], fb->format->depth); in amdgpufb_create()
/Linux-v4.19/drivers/gpu/drm/mgag200/
Dmgag200_fb.c219 drm_fb_helper_fill_fix(info, fb->pitches[0], fb->format->depth); in mgag200fb_create()
/Linux-v4.19/drivers/gpu/drm/ast/
Dast_fb.c239 drm_fb_helper_fill_fix(info, fb->pitches[0], fb->format->depth); in astfb_create()
/Linux-v4.19/drivers/gpu/drm/cirrus/
Dcirrus_fbdev.c220 drm_fb_helper_fill_fix(info, fb->pitches[0], fb->format->depth); in cirrusfb_create()
/Linux-v4.19/drivers/gpu/drm/radeon/
Dradeon_fb.c264 drm_fb_helper_fill_fix(info, fb->pitches[0], fb->format->depth); in radeonfb_create()
/Linux-v4.19/drivers/gpu/drm/qxl/
Dqxl_fb.c271 drm_fb_helper_fill_fix(info, fb->pitches[0], fb->format->depth); in qxlfb_create()
/Linux-v4.19/drivers/gpu/drm/tegra/
Dfb.c261 drm_fb_helper_fill_fix(info, fb->pitches[0], fb->format->depth); in tegra_fbdev_probe()
/Linux-v4.19/drivers/gpu/drm/virtio/
Dvirtgpu_fb.c285 drm_fb_helper_fill_fix(info, fb->pitches[0], fb->format->depth); in virtio_gpufb_create()
/Linux-v4.19/drivers/gpu/drm/udl/
Dudl_fb.c412 drm_fb_helper_fill_fix(info, fb->pitches[0], fb->format->depth); in udlfb_create()
/Linux-v4.19/drivers/gpu/drm/gma500/
Dframebuffer.c405 drm_fb_helper_fill_fix(info, fb->pitches[0], fb->format->depth); in psbfb_create()
/Linux-v4.19/drivers/gpu/drm/nouveau/
Dnouveau_fbcon.c391 drm_fb_helper_fill_fix(info, fb->base.pitches[0], in nouveau_fbcon_create()
/Linux-v4.19/drivers/gpu/drm/i915/
Dintel_fbdev.c261 drm_fb_helper_fill_fix(info, fb->pitches[0], fb->format->depth); in intelfb_create()
/Linux-v4.19/drivers/gpu/drm/
Ddrm_fb_helper.c1896 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()