Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/arm/nvidia/drm2/
HDtegra_fb.c145 mode_cmd.pixel_format = drm_mode_legacy_fb_format(sizes->surface_bpp, in tegra_fb_probe()
/freebsd-14-stable/sys/dev/drm2/
HDdrm_crtc.h1004 extern uint32_t drm_mode_legacy_fb_format(uint32_t bpp, uint32_t depth);
HDdrm_crtc.c2076 uint32_t drm_mode_legacy_fb_format(uint32_t bpp, uint32_t depth) in drm_mode_legacy_fb_format() function
2109 EXPORT_SYMBOL(drm_mode_legacy_fb_format);
2142 r.pixel_format = drm_mode_legacy_fb_format(or->bpp, or->depth); in drm_mode_addfb()