Home
last modified time | relevance | path

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

/Linux-v5.10/include/drm/
Ddrm_fourcc.h312 uint32_t drm_mode_legacy_fb_format(uint32_t bpp, uint32_t depth);
/Linux-v5.10/drivers/gpu/drm/
Ddrm_fourcc.c46 uint32_t drm_mode_legacy_fb_format(uint32_t bpp, uint32_t depth) in drm_mode_legacy_fb_format() function
96 EXPORT_SYMBOL(drm_mode_legacy_fb_format);
112 uint32_t fmt = drm_mode_legacy_fb_format(bpp, depth); in drm_driver_legacy_fb_format()
Ddrm_fb_helper.c2085 format = drm_mode_legacy_fb_format(sizes->surface_bpp, sizes->surface_depth); in drm_fb_helper_generic_probe()
/Linux-v5.10/drivers/gpu/drm/rockchip/
Drockchip_drm_fbdev.c58 mode_cmd.pixel_format = drm_mode_legacy_fb_format(sizes->surface_bpp, in rockchip_drm_fbdev_create()
/Linux-v5.10/drivers/gpu/drm/armada/
Darmada_fbdev.c42 mode.pixel_format = drm_mode_legacy_fb_format(sizes->surface_bpp, in armada_fbdev_create()
/Linux-v5.10/drivers/gpu/drm/msm/
Dmsm_fbdev.c73 format = drm_mode_legacy_fb_format(sizes->surface_bpp, sizes->surface_depth); in msm_fbdev_create()
/Linux-v5.10/drivers/gpu/drm/exynos/
Dexynos_drm_fbdev.c120 mode_cmd.pixel_format = drm_mode_legacy_fb_format(sizes->surface_bpp, in exynos_drm_fbdev_create()
/Linux-v5.10/drivers/gpu/drm/omapdrm/
Domap_fbdev.c110 mode_cmd.pixel_format = drm_mode_legacy_fb_format(sizes->surface_bpp, in omap_fbdev_create()
/Linux-v5.10/drivers/gpu/drm/radeon/
Dradeon_fb.c232 mode_cmd.pixel_format = drm_mode_legacy_fb_format(sizes->surface_bpp, in radeonfb_create()
/Linux-v5.10/drivers/gpu/drm/amd/amdgpu/
Damdgpu_fb.c216 mode_cmd.pixel_format = drm_mode_legacy_fb_format(sizes->surface_bpp, in amdgpufb_create()
/Linux-v5.10/drivers/gpu/drm/tegra/
Dfb.c226 cmd.pixel_format = drm_mode_legacy_fb_format(sizes->surface_bpp, in tegra_fbdev_probe()
/Linux-v5.10/drivers/gpu/drm/gma500/
Dframebuffer.c378 mode_cmd.pixel_format = drm_mode_legacy_fb_format(bpp, depth); in psbfb_create()
/Linux-v5.10/drivers/gpu/drm/i915/display/
Dintel_fbdev.c134 mode_cmd.pixel_format = drm_mode_legacy_fb_format(sizes->surface_bpp, in intelfb_alloc()
/Linux-v5.10/drivers/gpu/drm/nouveau/
Dnouveau_fbcon.c329 mode_cmd.pixel_format = drm_mode_legacy_fb_format(sizes->surface_bpp, in nouveau_fbcon_create()
/Linux-v5.10/drivers/gpu/drm/vmwgfx/
Dvmwgfx_fb.c517 drm_mode_legacy_fb_format(var->bits_per_pixel, depth); in vmw_fb_kms_framebuffer()