Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/rockchip/
Drockchip_drm_fbdev.c69 mode_cmd.pixel_format = drm_mode_legacy_fb_format(sizes->surface_bpp, in rockchip_drm_fbdev_create()
/linux-4.4.14/drivers/gpu/drm/armada/
Darmada_fbdev.c50 mode.pixel_format = drm_mode_legacy_fb_format(sizes->surface_bpp, in armada_fb_create()
/linux-4.4.14/drivers/gpu/drm/bochs/
Dbochs_fbdev.c72 mode_cmd.pixel_format = drm_mode_legacy_fb_format(sizes->surface_bpp, in bochsfb_create()
/linux-4.4.14/drivers/gpu/drm/msm/
Dmsm_fbdev.c95 mode_cmd.pixel_format = drm_mode_legacy_fb_format(sizes->surface_bpp, in msm_fbdev_create()
/linux-4.4.14/drivers/gpu/drm/omapdrm/
Domap_fbdev.c122 mode_cmd.pixel_format = drm_mode_legacy_fb_format(sizes->surface_bpp, in omap_fbdev_create()
/linux-4.4.14/drivers/gpu/drm/exynos/
Dexynos_drm_fbdev.c138 mode_cmd.pixel_format = drm_mode_legacy_fb_format(sizes->surface_bpp, in exynos_drm_fbdev_create()
/linux-4.4.14/drivers/gpu/drm/mgag200/
Dmgag200_fb.c177 mode_cmd.pixel_format = drm_mode_legacy_fb_format(sizes->surface_bpp, in mgag200fb_create()
/linux-4.4.14/drivers/gpu/drm/radeon/
Dradeon_fb.c210 mode_cmd.pixel_format = drm_mode_legacy_fb_format(sizes->surface_bpp, in radeonfb_create()
/linux-4.4.14/drivers/gpu/drm/
Ddrm_fb_cma_helper.c258 mode_cmd.pixel_format = drm_mode_legacy_fb_format(sizes->surface_bpp, in drm_fbdev_cma_create()
Ddrm_crtc.c2990 uint32_t drm_mode_legacy_fb_format(uint32_t bpp, uint32_t depth) in drm_mode_legacy_fb_format() function
3023 EXPORT_SYMBOL(drm_mode_legacy_fb_format);
3051 r.pixel_format = drm_mode_legacy_fb_format(or->bpp, or->depth); in drm_mode_addfb()
/linux-4.4.14/drivers/gpu/drm/cirrus/
Dcirrus_fbdev.c180 mode_cmd.pixel_format = drm_mode_legacy_fb_format(sizes->surface_bpp, in cirrusfb_create()
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/
Damdgpu_fb.c191 mode_cmd.pixel_format = drm_mode_legacy_fb_format(sizes->surface_bpp, in amdgpufb_create()
/linux-4.4.14/drivers/gpu/drm/tegra/
Dfb.c218 cmd.pixel_format = drm_mode_legacy_fb_format(sizes->surface_bpp, in tegra_fbdev_probe()
/linux-4.4.14/drivers/gpu/drm/ast/
Dast_fb.c203 mode_cmd.pixel_format = drm_mode_legacy_fb_format(sizes->surface_bpp, in astfb_create()
/linux-4.4.14/drivers/gpu/drm/virtio/
Dvirtgpu_fb.c239 mode_cmd.pixel_format = drm_mode_legacy_fb_format(32, 24); in virtio_gpufb_create()
/linux-4.4.14/drivers/gpu/drm/nouveau/
Dnouveau_fbcon.c354 mode_cmd.pixel_format = drm_mode_legacy_fb_format(sizes->surface_bpp, in nouveau_fbcon_create()
/linux-4.4.14/drivers/gpu/drm/qxl/
Dqxl_fb.c361 mode_cmd.pixel_format = drm_mode_legacy_fb_format(bpp, depth); in qxlfb_create()
/linux-4.4.14/drivers/gpu/drm/udl/
Dudl_fb.c492 mode_cmd.pixel_format = drm_mode_legacy_fb_format(sizes->surface_bpp, in udlfb_create()
/linux-4.4.14/drivers/gpu/drm/gma500/
Dframebuffer.c418 mode_cmd.pixel_format = drm_mode_legacy_fb_format(bpp, depth); in psbfb_create()
/linux-4.4.14/drivers/gpu/drm/i915/
Dintel_fbdev.c138 mode_cmd.pixel_format = drm_mode_legacy_fb_format(sizes->surface_bpp, in intelfb_alloc()
Dintel_display.c10222 mode_cmd.pixel_format = drm_mode_legacy_fb_format(bpp, depth); in intel_framebuffer_create_for_mode()
/linux-4.4.14/include/drm/
Ddrm_crtc.h1422 extern uint32_t drm_mode_legacy_fb_format(uint32_t bpp, uint32_t depth);