/linux-4.4.14/include/drm/ |
D | drm_fb_helper.h | 171 void drm_fb_helper_fill_fix(struct fb_info *info, uint32_t pitch, 279 static inline void drm_fb_helper_fill_fix(struct fb_info *info, uint32_t pitch, in drm_fb_helper_fill_fix() function
|
/linux-4.4.14/drivers/gpu/drm/rockchip/ |
D | rockchip_drm_fbdev.c | 100 drm_fb_helper_fill_fix(fbi, fb->pitches[0], fb->depth); in rockchip_drm_fbdev_create()
|
/linux-4.4.14/drivers/gpu/drm/armada/ |
D | armada_fbdev.c | 99 drm_fb_helper_fill_fix(info, dfb->fb.pitches[0], dfb->fb.depth); in armada_fb_create()
|
/linux-4.4.14/drivers/gpu/drm/bochs/ |
D | bochs_fbdev.c | 130 drm_fb_helper_fill_fix(info, fb->pitches[0], fb->depth); in bochsfb_create()
|
/linux-4.4.14/drivers/gpu/drm/msm/ |
D | msm_fbdev.c | 160 drm_fb_helper_fill_fix(fbi, fb->pitches[0], fb->depth); in msm_fbdev_create()
|
/linux-4.4.14/drivers/gpu/drm/omapdrm/ |
D | omap_fbdev.c | 197 drm_fb_helper_fill_fix(fbi, fb->pitches[0], fb->depth); in omap_fbdev_create()
|
/linux-4.4.14/drivers/gpu/drm/exynos/ |
D | exynos_drm_fbdev.c | 97 drm_fb_helper_fill_fix(fbi, fb->pitches[0], fb->depth); in exynos_drm_fbdev_update()
|
/linux-4.4.14/drivers/gpu/drm/mgag200/ |
D | mgag200_fb.c | 220 drm_fb_helper_fill_fix(info, fb->pitches[0], fb->depth); in mgag200fb_create()
|
/linux-4.4.14/drivers/gpu/drm/radeon/ |
D | radeon_fb.c | 246 drm_fb_helper_fill_fix(info, fb->pitches[0], fb->depth); in radeonfb_create()
|
/linux-4.4.14/drivers/gpu/drm/ |
D | drm_fb_cma_helper.c | 286 drm_fb_helper_fill_fix(fbi, fb->pitches[0], fb->depth); in drm_fbdev_cma_create()
|
D | drm_fb_helper.c | 1489 void drm_fb_helper_fill_fix(struct fb_info *info, uint32_t pitch, in drm_fb_helper_fill_fix() function 1506 EXPORT_SYMBOL(drm_fb_helper_fill_fix);
|
/linux-4.4.14/drivers/gpu/drm/cirrus/ |
D | cirrus_fbdev.c | 223 drm_fb_helper_fill_fix(info, fb->pitches[0], fb->depth); in cirrusfb_create()
|
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_fb.c | 227 drm_fb_helper_fill_fix(info, fb->pitches[0], fb->depth); in amdgpufb_create()
|
/linux-4.4.14/drivers/gpu/drm/tegra/ |
D | fb.c | 251 drm_fb_helper_fill_fix(info, fb->pitches[0], fb->depth); in tegra_fbdev_probe()
|
/linux-4.4.14/drivers/gpu/drm/ast/ |
D | ast_fb.c | 244 drm_fb_helper_fill_fix(info, fb->pitches[0], fb->depth); in astfb_create()
|
/linux-4.4.14/drivers/gpu/drm/virtio/ |
D | virtgpu_fb.c | 343 drm_fb_helper_fill_fix(info, fb->pitches[0], fb->depth); in virtio_gpufb_create()
|
/linux-4.4.14/drivers/gpu/drm/nouveau/ |
D | nouveau_fbcon.c | 424 drm_fb_helper_fill_fix(info, fb->pitches[0], fb->depth); in nouveau_fbcon_create()
|
/linux-4.4.14/drivers/gpu/drm/qxl/ |
D | qxl_fb.c | 397 drm_fb_helper_fill_fix(info, fb->pitches[0], fb->depth); in qxlfb_create()
|
/linux-4.4.14/drivers/gpu/drm/udl/ |
D | udl_fb.c | 531 drm_fb_helper_fill_fix(info, fb->pitches[0], fb->depth); in udlfb_create()
|
/linux-4.4.14/drivers/gpu/drm/gma500/ |
D | framebuffer.c | 429 drm_fb_helper_fill_fix(info, fb->pitches[0], fb->depth); in psbfb_create()
|
/linux-4.4.14/drivers/gpu/drm/i915/ |
D | intel_fbdev.c | 260 drm_fb_helper_fill_fix(info, fb->pitches[0], fb->depth); in intelfb_create()
|