Home
last modified time | relevance | path

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

/freebsd/sys/dev/drm2/
H A Ddrm_crtc.h1074 extern void drm_fb_get_bpp_depth(uint32_t format, unsigned int *depth,
H A Ddrm_crtc_helper.c912 drm_fb_get_bpp_depth(mode_cmd->pixel_format, &fb->depth, in drm_helper_mode_fill_fb_struct()
H A Ddrm_crtc.c3682 void drm_fb_get_bpp_depth(uint32_t format, unsigned int *depth, in drm_fb_get_bpp_depth() function
3745 EXPORT_SYMBOL(drm_fb_get_bpp_depth);
3822 drm_fb_get_bpp_depth(format, &depth, &bpp); in drm_format_plane_cpp()