Searched refs:drm_fb_get_bpp_depth (Results 1 – 13 of 13) sorted by relevance
/linux-4.1.27/drivers/gpu/drm/tilcdc/ |
D | tilcdc_crtc.c | 92 drm_fb_get_bpp_depth(fb->pixel_format, &depth, &bpp); in update_scanout() 343 drm_fb_get_bpp_depth(crtc->primary->fb->pixel_format, &depth, &bpp); in tilcdc_crtc_mode_set()
|
/linux-4.1.27/drivers/gpu/drm/cirrus/ |
D | cirrus_main.c | 58 drm_fb_get_bpp_depth(mode_cmd->pixel_format, &depth, &bpp); in cirrus_user_framebuffer_create()
|
D | cirrus_fbdev.c | 148 drm_fb_get_bpp_depth(mode_cmd->pixel_format, &depth, &bpp); in cirrusfb_create_object()
|
/linux-4.1.27/drivers/gpu/drm/ast/ |
D | ast_fb.c | 175 drm_fb_get_bpp_depth(mode_cmd->pixel_format, &depth, &bpp); in astfb_create_object()
|
/linux-4.1.27/drivers/gpu/drm/radeon/ |
D | radeon_fb.c | 148 drm_fb_get_bpp_depth(mode_cmd->pixel_format, &depth, &bpp); in radeonfb_create_pinned_object()
|
/linux-4.1.27/drivers/gpu/drm/sti/ |
D | sti_gdp.c | 285 drm_fb_get_bpp_depth(layer->format, &depth, &bpp); in sti_gdp_prepare_layer()
|
/linux-4.1.27/drivers/gpu/drm/gma500/ |
D | framebuffer.c | 250 drm_fb_get_bpp_depth(mode_cmd->pixel_format, &depth, &bpp); in psb_framebuffer_init()
|
/linux-4.1.27/drivers/gpu/drm/msm/mdp/mdp5/ |
D | mdp5_crtc.c | 476 drm_fb_get_bpp_depth(DRM_FORMAT_ARGB8888, &depth, &bpp); in mdp5_crtc_cursor_set()
|
/linux-4.1.27/drivers/gpu/drm/qxl/ |
D | qxl_fb.c | 457 drm_fb_get_bpp_depth(mode_cmd->pixel_format, &bpp, &depth); in qxlfb_create_pinned_object()
|
/linux-4.1.27/drivers/gpu/drm/ |
D | drm_crtc_helper.c | 843 drm_fb_get_bpp_depth(mode_cmd->pixel_format, &fb->depth, in drm_helper_mode_fill_fb_struct()
|
D | drm_crtc.c | 5178 void drm_fb_get_bpp_depth(uint32_t format, unsigned int *depth, in drm_fb_get_bpp_depth() function 5242 EXPORT_SYMBOL(drm_fb_get_bpp_depth); 5319 drm_fb_get_bpp_depth(format, &depth, &bpp); in drm_format_plane_cpp()
|
/linux-4.1.27/include/drm/ |
D | drm_crtc.h | 1474 extern void drm_fb_get_bpp_depth(uint32_t format, unsigned int *depth,
|
/linux-4.1.27/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_kms.c | 1148 drm_fb_get_bpp_depth(mode_cmd2->pixel_format, &mode_cmd.depth, in vmw_kms_fb_create()
|