Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/armada/
Darmada_fbdev.c50 mode.pixel_format = drm_mode_legacy_fb_format(sizes->surface_bpp, in armada_fb_create()
/linux-4.1.27/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.1.27/drivers/gpu/drm/bochs/
Dbochs_fbdev.c74 mode_cmd.pixel_format = drm_mode_legacy_fb_format(sizes->surface_bpp, in bochsfb_create()
/linux-4.1.27/drivers/gpu/drm/msm/
Dmsm_fbdev.c100 mode_cmd.pixel_format = drm_mode_legacy_fb_format(sizes->surface_bpp, in msm_fbdev_create()
/linux-4.1.27/drivers/gpu/drm/exynos/
Dexynos_drm_fbdev.c140 mode_cmd.pixel_format = drm_mode_legacy_fb_format(sizes->surface_bpp, in exynos_drm_fbdev_create()
/linux-4.1.27/drivers/gpu/drm/omapdrm/
Domap_fbdev.c125 mode_cmd.pixel_format = drm_mode_legacy_fb_format(sizes->surface_bpp, in omap_fbdev_create()
/linux-4.1.27/drivers/gpu/drm/mgag200/
Dmgag200_fb.c179 mode_cmd.pixel_format = drm_mode_legacy_fb_format(sizes->surface_bpp, in mgag200fb_create()
/linux-4.1.27/drivers/gpu/drm/cirrus/
Dcirrus_fbdev.c182 mode_cmd.pixel_format = drm_mode_legacy_fb_format(sizes->surface_bpp, in cirrusfb_create()
/linux-4.1.27/drivers/gpu/drm/ast/
Dast_fb.c204 mode_cmd.pixel_format = drm_mode_legacy_fb_format(sizes->surface_bpp, in astfb_create()
/linux-4.1.27/drivers/gpu/drm/radeon/
Dradeon_fb.c241 mode_cmd.pixel_format = drm_mode_legacy_fb_format(sizes->surface_bpp, in radeonfb_create()
/linux-4.1.27/drivers/gpu/drm/tegra/
Dfb.c218 cmd.pixel_format = drm_mode_legacy_fb_format(sizes->surface_bpp, in tegra_fbdev_probe()
/linux-4.1.27/drivers/gpu/drm/
Ddrm_fb_cma_helper.c270 mode_cmd.pixel_format = drm_mode_legacy_fb_format(sizes->surface_bpp, in drm_fbdev_cma_create()
Ddrm_crtc.c3113 uint32_t drm_mode_legacy_fb_format(uint32_t bpp, uint32_t depth) in drm_mode_legacy_fb_format() function
3146 EXPORT_SYMBOL(drm_mode_legacy_fb_format);
3174 r.pixel_format = drm_mode_legacy_fb_format(or->bpp, or->depth); in drm_mode_addfb()
/linux-4.1.27/drivers/gpu/drm/i915/
Dintel_fbdev.c133 mode_cmd.pixel_format = drm_mode_legacy_fb_format(sizes->surface_bpp, in intelfb_alloc()
Dintel_display.c8942 mode_cmd.pixel_format = drm_mode_legacy_fb_format(bpp, depth); in intel_framebuffer_create_for_mode()
/linux-4.1.27/drivers/gpu/drm/nouveau/
Dnouveau_fbcon.c355 mode_cmd.pixel_format = drm_mode_legacy_fb_format(sizes->surface_bpp, in nouveau_fbcon_create()
/linux-4.1.27/drivers/gpu/drm/udl/
Dudl_fb.c493 mode_cmd.pixel_format = drm_mode_legacy_fb_format(sizes->surface_bpp, in udlfb_create()
/linux-4.1.27/drivers/gpu/drm/gma500/
Dframebuffer.c419 mode_cmd.pixel_format = drm_mode_legacy_fb_format(bpp, depth); in psbfb_create()
/linux-4.1.27/drivers/gpu/drm/qxl/
Dqxl_fb.c521 mode_cmd.pixel_format = drm_mode_legacy_fb_format(bpp, depth); in qxlfb_create()
/linux-4.1.27/include/drm/
Ddrm_crtc.h1412 extern uint32_t drm_mode_legacy_fb_format(uint32_t bpp, uint32_t depth);