Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/include/drm/
H A Ddrm_fourcc.h64 uint32_t drm_mode_legacy_fb_format(uint32_t bpp, uint32_t depth);
/dragonfly/sys/dev/drm/
H A 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);
H A Ddrm_gem_framebuffer_helper.c318 mode_cmd.pixel_format = drm_mode_legacy_fb_format(sizes->surface_bpp, in drm_gem_fbdev_fb_create()
H A Ddrm_framebuffer.c118 r.pixel_format = drm_mode_legacy_fb_format(or->bpp, or->depth); in drm_mode_addfb()
/dragonfly/sys/dev/drm/amd/amdgpu/
H A Damdgpu_fb.c224 mode_cmd.pixel_format = drm_mode_legacy_fb_format(sizes->surface_bpp, in amdgpufb_create()
/dragonfly/sys/dev/drm/radeon/
H A Dradeon_fb.c237 mode_cmd.pixel_format = drm_mode_legacy_fb_format(sizes->surface_bpp, in radeonfb_create()
/dragonfly/sys/dev/drm/i915/
H A Dintel_fbdev.c138 mode_cmd.pixel_format = drm_mode_legacy_fb_format(sizes->surface_bpp, in intelfb_alloc()
H A Dintel_display.c9741 mode_cmd.pixel_format = drm_mode_legacy_fb_format(bpp, depth); in intel_framebuffer_create_for_mode()