Home
last modified time | relevance | path

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

/NextBSD/sys/dev/drm2/radeon/
HDradeon_fb.c120 drm_fb_get_bpp_depth(mode_cmd->pixel_format, &depth, &bpp); in radeonfb_create_pinned_object()
/NextBSD/sys/dev/drm2/
HDdrm_crtc.h1076 extern void drm_fb_get_bpp_depth(uint32_t format, unsigned int *depth,
HDdrm_crtc_helper.c914 drm_fb_get_bpp_depth(mode_cmd->pixel_format, &fb->depth, in drm_helper_mode_fill_fb_struct()
HDdrm_crtc.c3727 void drm_fb_get_bpp_depth(uint32_t format, unsigned int *depth, in drm_fb_get_bpp_depth() function
3790 EXPORT_SYMBOL(drm_fb_get_bpp_depth);
3867 drm_fb_get_bpp_depth(format, &depth, &bpp); in drm_format_plane_cpp()