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

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

Completed in 350 milliseconds