Home
last modified time | relevance | path

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

/openbmc/linux/include/drm/
H A Ddrm_fourcc.h312 uint32_t drm_mode_legacy_fb_format(uint32_t bpp, uint32_t depth);
/openbmc/linux/drivers/gpu/drm/
H A Ddrm_fourcc.c41 uint32_t drm_mode_legacy_fb_format(uint32_t bpp, uint32_t depth) in drm_mode_legacy_fb_format() function
106 EXPORT_SYMBOL(drm_mode_legacy_fb_format);
122 uint32_t fmt = drm_mode_legacy_fb_format(bpp, depth); in drm_driver_legacy_fb_format()
H A Ddrm_fbdev_dma.c93 format = drm_mode_legacy_fb_format(sizes->surface_bpp, sizes->surface_depth); in drm_fbdev_dma_helper_fb_probe()
H A Ddrm_fbdev_generic.c87 format = drm_mode_legacy_fb_format(sizes->surface_bpp, sizes->surface_depth); in drm_fbdev_generic_helper_fb_probe()
H A Ddrm_fb_helper.c1472 format = drm_mode_legacy_fb_format(bpp, depth); in drm_fb_helper_find_format()
/openbmc/linux/drivers/gpu/drm/armada/
H A Darmada_fbdev.c57 mode.pixel_format = drm_mode_legacy_fb_format(sizes->surface_bpp, in armada_fbdev_create()
/openbmc/linux/drivers/gpu/drm/exynos/
H A Dexynos_drm_fbdev.c107 mode_cmd.pixel_format = drm_mode_legacy_fb_format(sizes->surface_bpp, in exynos_drm_fbdev_create()
/openbmc/linux/drivers/gpu/drm/tegra/
H A Dfbdev.c90 cmd.pixel_format = drm_mode_legacy_fb_format(sizes->surface_bpp, in tegra_fbdev_probe()
/openbmc/linux/drivers/gpu/drm/msm/
H A Dmsm_fbdev.c80 format = drm_mode_legacy_fb_format(sizes->surface_bpp, sizes->surface_depth); in msm_fbdev_create()
/openbmc/linux/drivers/gpu/drm/tiny/
H A Dofdrm.c104 format = drm_mode_legacy_fb_format(8, 8); in display_get_validated_format()
108 format = drm_mode_legacy_fb_format(16, depth); in display_get_validated_format()
111 format = drm_mode_legacy_fb_format(32, 24); in display_get_validated_format()
/openbmc/linux/drivers/gpu/drm/gma500/
H A Dfbdev.c192 mode_cmd.pixel_format = drm_mode_legacy_fb_format(bpp, depth); in psb_fbdev_fb_probe()
/openbmc/linux/drivers/gpu/drm/omapdrm/
H A Domap_fbdev.c149 mode_cmd.pixel_format = drm_mode_legacy_fb_format(sizes->surface_bpp, in omap_fbdev_create()
/openbmc/linux/drivers/gpu/drm/radeon/
H A Dradeon_fbdev.c224 mode_cmd.pixel_format = drm_mode_legacy_fb_format(sizes->surface_bpp, in radeon_fbdev_fb_helper_fb_probe()
/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_fbdev.c169 mode_cmd.pixel_format = drm_mode_legacy_fb_format(sizes->surface_bpp, in intelfb_alloc()