Home
last modified time | relevance | path

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

12

/Linux-v4.19/include/drm/
Ddrm_fourcc.h68 uint32_t drm_mode_legacy_fb_format(uint32_t bpp, uint32_t depth);
/Linux-v4.19/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
79 EXPORT_SYMBOL(drm_mode_legacy_fb_format);
Ddrm_gem_framebuffer_helper.c318 mode_cmd.pixel_format = drm_mode_legacy_fb_format(sizes->surface_bpp, in drm_gem_fbdev_fb_create()
Ddrm_framebuffer.c120 r.pixel_format = drm_mode_legacy_fb_format(or->bpp, or->depth); in drm_mode_addfb()
/Linux-v4.19/drivers/gpu/drm/armada/
Darmada_fbdev.c42 mode.pixel_format = drm_mode_legacy_fb_format(sizes->surface_bpp, in armada_fbdev_create()
/Linux-v4.19/drivers/gpu/drm/rockchip/
Drockchip_drm_fbdev.c66 mode_cmd.pixel_format = drm_mode_legacy_fb_format(sizes->surface_bpp, in rockchip_drm_fbdev_create()
/Linux-v4.19/drivers/gpu/drm/msm/
Dmsm_fbdev.c83 format = drm_mode_legacy_fb_format(sizes->surface_bpp, sizes->surface_depth); in msm_fbdev_create()
/Linux-v4.19/drivers/gpu/drm/bochs/
Dbochs_fbdev.c68 mode_cmd.pixel_format = drm_mode_legacy_fb_format(sizes->surface_bpp, in bochsfb_create()
/Linux-v4.19/drivers/staging/vboxvideo/
Dvbox_fb.c106 mode_cmd.pixel_format = drm_mode_legacy_fb_format(sizes->surface_bpp, in vboxfb_create()
/Linux-v4.19/drivers/gpu/drm/hisilicon/hibmc/
Dhibmc_drm_fbdev.c81 mode_cmd.pixel_format = drm_mode_legacy_fb_format(sizes->surface_bpp, in hibmc_drm_fb_create()
/Linux-v4.19/drivers/gpu/drm/exynos/
Dexynos_drm_fbdev.c134 mode_cmd.pixel_format = drm_mode_legacy_fb_format(sizes->surface_bpp, in exynos_drm_fbdev_create()
/Linux-v4.19/drivers/gpu/drm/omapdrm/
Domap_fbdev.c120 mode_cmd.pixel_format = drm_mode_legacy_fb_format(sizes->surface_bpp, in omap_fbdev_create()
/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/
Damdgpu_fb.c217 mode_cmd.pixel_format = drm_mode_legacy_fb_format(sizes->surface_bpp, in amdgpufb_create()
/Linux-v4.19/drivers/gpu/drm/mgag200/
Dmgag200_fb.c175 mode_cmd.pixel_format = drm_mode_legacy_fb_format(sizes->surface_bpp, in mgag200fb_create()
/Linux-v4.19/drivers/gpu/drm/ast/
Dast_fb.c199 mode_cmd.pixel_format = drm_mode_legacy_fb_format(sizes->surface_bpp, in astfb_create()
/Linux-v4.19/drivers/gpu/drm/cirrus/
Dcirrus_fbdev.c178 mode_cmd.pixel_format = drm_mode_legacy_fb_format(sizes->surface_bpp, in cirrusfb_create()
/Linux-v4.19/drivers/gpu/drm/radeon/
Dradeon_fb.c229 mode_cmd.pixel_format = drm_mode_legacy_fb_format(sizes->surface_bpp, in radeonfb_create()
/Linux-v4.19/drivers/gpu/drm/qxl/
Dqxl_fb.c234 mode_cmd.pixel_format = drm_mode_legacy_fb_format(bpp, depth); in qxlfb_create()
/Linux-v4.19/drivers/gpu/drm/tegra/
Dfb.c228 cmd.pixel_format = drm_mode_legacy_fb_format(sizes->surface_bpp, in tegra_fbdev_probe()
/Linux-v4.19/drivers/gpu/drm/virtio/
Dvirtgpu_fb.c236 mode_cmd.pixel_format = drm_mode_legacy_fb_format(32, 24); in virtio_gpufb_create()
/Linux-v4.19/drivers/gpu/drm/udl/
Dudl_fb.c374 mode_cmd.pixel_format = drm_mode_legacy_fb_format(sizes->surface_bpp, in udlfb_create()
/Linux-v4.19/drivers/gpu/drm/gma500/
Dframebuffer.c394 mode_cmd.pixel_format = drm_mode_legacy_fb_format(bpp, depth); in psbfb_create()
/Linux-v4.19/drivers/gpu/drm/nouveau/
Dnouveau_fbcon.c327 mode_cmd.pixel_format = drm_mode_legacy_fb_format(sizes->surface_bpp, in nouveau_fbcon_create()
/Linux-v4.19/drivers/gpu/drm/i915/
Dintel_fbdev.c132 mode_cmd.pixel_format = drm_mode_legacy_fb_format(sizes->surface_bpp, in intelfb_alloc()
/Linux-v4.19/drivers/gpu/drm/vmwgfx/
Dvmwgfx_fb.c517 drm_mode_legacy_fb_format(var->bits_per_pixel, depth); in vmw_fb_kms_framebuffer()

12