Searched refs:drm_fb_get_bpp_depth (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sys/dev/drm2/radeon/
H A Dradeon_fb.c120 drm_fb_get_bpp_depth(mode_cmd->pixel_format, &depth, &bpp);
/freebsd-11-stable/sys/dev/drm2/
H A Ddrm_crtc.h1076 extern void drm_fb_get_bpp_depth(uint32_t format, unsigned int *depth,
H A Ddrm_crtc_helper.c914 drm_fb_get_bpp_depth(mode_cmd->pixel_format, &fb->depth,
H A Ddrm_crtc.c3727 void drm_fb_get_bpp_depth(uint32_t format, unsigned int *depth, function
3790 EXPORT_SYMBOL(drm_fb_get_bpp_depth); variable
3867 drm_fb_get_bpp_depth(format, &depth, &bpp);

Completed in 246 milliseconds