Searched refs:drm_mode_legacy_fb_format (Results 1 – 15 of 15) sorted by relevance
/linux/drivers/gpu/drm/ |
A D | drm_fourcc.c | 41 uint32_t drm_mode_legacy_fb_format(uint32_t bpp, uint32_t depth) in drm_mode_legacy_fb_format() function 91 EXPORT_SYMBOL(drm_mode_legacy_fb_format); 107 uint32_t fmt = drm_mode_legacy_fb_format(bpp, depth); in drm_driver_legacy_fb_format()
|
A D | drm_fb_helper.c | 2332 format = drm_mode_legacy_fb_format(sizes->surface_bpp, sizes->surface_depth); in drm_fb_helper_generic_probe()
|
/linux/include/drm/ |
A D | drm_fourcc.h | 309 uint32_t drm_mode_legacy_fb_format(uint32_t bpp, uint32_t depth);
|
/linux/drivers/gpu/drm/armada/ |
A D | armada_fbdev.c | 42 mode.pixel_format = drm_mode_legacy_fb_format(sizes->surface_bpp, in armada_fbdev_create()
|
/linux/drivers/gpu/drm/rockchip/ |
A D | rockchip_drm_fbdev.c | 58 mode_cmd.pixel_format = drm_mode_legacy_fb_format(sizes->surface_bpp, in rockchip_drm_fbdev_create()
|
/linux/drivers/gpu/drm/msm/ |
A D | msm_fbdev.c | 67 format = drm_mode_legacy_fb_format(sizes->surface_bpp, sizes->surface_depth); in msm_fbdev_create()
|
/linux/drivers/gpu/drm/exynos/ |
A D | exynos_drm_fbdev.c | 120 mode_cmd.pixel_format = drm_mode_legacy_fb_format(sizes->surface_bpp, in exynos_drm_fbdev_create()
|
/linux/drivers/gpu/drm/omapdrm/ |
A D | omap_fbdev.c | 110 mode_cmd.pixel_format = drm_mode_legacy_fb_format(sizes->surface_bpp, in omap_fbdev_create()
|
/linux/drivers/gpu/drm/amd/amdgpu/ |
A D | amdgpu_fb.c | 216 mode_cmd.pixel_format = drm_mode_legacy_fb_format(sizes->surface_bpp, in amdgpufb_create()
|
/linux/drivers/gpu/drm/radeon/ |
A D | radeon_fb.c | 233 mode_cmd.pixel_format = drm_mode_legacy_fb_format(sizes->surface_bpp, in radeonfb_create()
|
/linux/drivers/gpu/drm/tegra/ |
A D | fb.c | 236 cmd.pixel_format = drm_mode_legacy_fb_format(sizes->surface_bpp, in tegra_fbdev_probe()
|
/linux/drivers/gpu/drm/gma500/ |
A D | framebuffer.c | 301 mode_cmd.pixel_format = drm_mode_legacy_fb_format(bpp, depth); in psbfb_create()
|
/linux/drivers/gpu/drm/nouveau/ |
A D | nouveau_fbcon.c | 329 mode_cmd.pixel_format = drm_mode_legacy_fb_format(sizes->surface_bpp, in nouveau_fbcon_create()
|
/linux/drivers/gpu/drm/i915/display/ |
A D | intel_fbdev.c | 138 mode_cmd.pixel_format = drm_mode_legacy_fb_format(sizes->surface_bpp, in intelfb_alloc()
|
/linux/drivers/gpu/drm/vmwgfx/ |
A D | vmwgfx_fb.c | 509 drm_mode_legacy_fb_format(var->bits_per_pixel, depth); in vmw_fb_kms_framebuffer()
|
Completed in 29 milliseconds