Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/drm/
A Ddrm_fourcc.h312 uint32_t drm_mode_legacy_fb_format(uint32_t bpp, uint32_t depth);
/linux-6.3-rc2/drivers/gpu/drm/
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()
A Ddrm_fbdev_generic.c179 format = drm_mode_legacy_fb_format(sizes->surface_bpp, sizes->surface_depth); in drm_fbdev_fb_probe()
A Ddrm_fb_helper.c1756 format = drm_mode_legacy_fb_format(bpp, depth); in drm_fb_helper_find_format()
/linux-6.3-rc2/drivers/gpu/drm/armada/
A Darmada_fbdev.c44 mode.pixel_format = drm_mode_legacy_fb_format(sizes->surface_bpp, in armada_fbdev_create()
/linux-6.3-rc2/drivers/gpu/drm/msm/
A Dmsm_fbdev.c68 format = drm_mode_legacy_fb_format(sizes->surface_bpp, sizes->surface_depth); in msm_fbdev_create()
/linux-6.3-rc2/drivers/gpu/drm/exynos/
A Dexynos_drm_fbdev.c107 mode_cmd.pixel_format = drm_mode_legacy_fb_format(sizes->surface_bpp, in exynos_drm_fbdev_create()
/linux-6.3-rc2/drivers/gpu/drm/omapdrm/
A Domap_fbdev.c111 mode_cmd.pixel_format = drm_mode_legacy_fb_format(sizes->surface_bpp, in omap_fbdev_create()
/linux-6.3-rc2/drivers/gpu/drm/radeon/
A Dradeon_fb.c236 mode_cmd.pixel_format = drm_mode_legacy_fb_format(sizes->surface_bpp, in radeonfb_create()
/linux-6.3-rc2/drivers/gpu/drm/tiny/
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()
/linux-6.3-rc2/drivers/gpu/drm/tegra/
A Dfb.c239 cmd.pixel_format = drm_mode_legacy_fb_format(sizes->surface_bpp, in tegra_fbdev_probe()
/linux-6.3-rc2/drivers/gpu/drm/gma500/
A Dframebuffer.c281 mode_cmd.pixel_format = drm_mode_legacy_fb_format(bpp, depth); in psbfb_create()
/linux-6.3-rc2/drivers/gpu/drm/i915/display/
A Dintel_fbdev.c157 mode_cmd.pixel_format = drm_mode_legacy_fb_format(sizes->surface_bpp, in intelfb_alloc()

Completed in 29 milliseconds