Home
last modified time | relevance | path

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

/freebsd/sys/arm/nvidia/drm2/
H A Dtegra_fb.c144 mode_cmd.pixel_format = drm_mode_legacy_fb_format(sizes->surface_bpp, in tegra_fb_probe()
/freebsd/sys/dev/drm2/
H A Ddrm_crtc.h1004 extern uint32_t drm_mode_legacy_fb_format(uint32_t bpp, uint32_t depth);
H A Ddrm_crtc.c2092 uint32_t drm_mode_legacy_fb_format(uint32_t bpp, uint32_t depth) in drm_mode_legacy_fb_format() function
2125 EXPORT_SYMBOL(drm_mode_legacy_fb_format);
2158 r.pixel_format = drm_mode_legacy_fb_format(or->bpp, or->depth); in drm_mode_addfb()