Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/tilcdc/
Dtilcdc_crtc.c92 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/
Dcirrus_main.c58 drm_fb_get_bpp_depth(mode_cmd->pixel_format, &depth, &bpp); in cirrus_user_framebuffer_create()
Dcirrus_fbdev.c148 drm_fb_get_bpp_depth(mode_cmd->pixel_format, &depth, &bpp); in cirrusfb_create_object()
/linux-4.1.27/drivers/gpu/drm/ast/
Dast_fb.c175 drm_fb_get_bpp_depth(mode_cmd->pixel_format, &depth, &bpp); in astfb_create_object()
/linux-4.1.27/drivers/gpu/drm/radeon/
Dradeon_fb.c148 drm_fb_get_bpp_depth(mode_cmd->pixel_format, &depth, &bpp); in radeonfb_create_pinned_object()
/linux-4.1.27/drivers/gpu/drm/sti/
Dsti_gdp.c285 drm_fb_get_bpp_depth(layer->format, &depth, &bpp); in sti_gdp_prepare_layer()
/linux-4.1.27/drivers/gpu/drm/gma500/
Dframebuffer.c250 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/
Dmdp5_crtc.c476 drm_fb_get_bpp_depth(DRM_FORMAT_ARGB8888, &depth, &bpp); in mdp5_crtc_cursor_set()
/linux-4.1.27/drivers/gpu/drm/qxl/
Dqxl_fb.c457 drm_fb_get_bpp_depth(mode_cmd->pixel_format, &bpp, &depth); in qxlfb_create_pinned_object()
/linux-4.1.27/drivers/gpu/drm/
Ddrm_crtc_helper.c843 drm_fb_get_bpp_depth(mode_cmd->pixel_format, &fb->depth, in drm_helper_mode_fill_fb_struct()
Ddrm_crtc.c5178 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/
Ddrm_crtc.h1474 extern void drm_fb_get_bpp_depth(uint32_t format, unsigned int *depth,
/linux-4.1.27/drivers/gpu/drm/vmwgfx/
Dvmwgfx_kms.c1148 drm_fb_get_bpp_depth(mode_cmd2->pixel_format, &mode_cmd.depth, in vmw_kms_fb_create()