Searched refs:drm_fb_get_bpp_depth (Results 1 – 14 of 14) sorted by relevance
/linux-4.4.14/drivers/gpu/drm/tilcdc/ |
D | tilcdc_crtc.c | 95 drm_fb_get_bpp_depth(fb->pixel_format, &depth, &bpp); in update_scanout() 369 drm_fb_get_bpp_depth(crtc->primary->fb->pixel_format, &depth, &bpp); in tilcdc_crtc_mode_set()
|
/linux-4.4.14/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.4.14/drivers/gpu/drm/radeon/ |
D | radeon_fb.c | 118 drm_fb_get_bpp_depth(mode_cmd->pixel_format, &depth, &bpp); in radeonfb_create_pinned_object()
|
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_fb.c | 118 drm_fb_get_bpp_depth(mode_cmd->pixel_format, &depth, &bpp); in amdgpufb_create_pinned_object()
|
/linux-4.4.14/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.4.14/drivers/gpu/drm/sti/ |
D | sti_gdp.c | 463 drm_fb_get_bpp_depth(fb->pixel_format, &depth, &bpp); in sti_gdp_atomic_update()
|
/linux-4.4.14/drivers/gpu/drm/qxl/ |
D | qxl_fb.c | 298 drm_fb_get_bpp_depth(mode_cmd->pixel_format, &bpp, &depth); in qxlfb_create_pinned_object()
|
/linux-4.4.14/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.4.14/drivers/gpu/drm/msm/mdp/mdp5/ |
D | mdp5_crtc.c | 544 drm_fb_get_bpp_depth(DRM_FORMAT_ARGB8888, &depth, &bpp); in mdp5_crtc_cursor_set()
|
/linux-4.4.14/drivers/gpu/drm/ |
D | drm_crtc_helper.c | 832 drm_fb_get_bpp_depth(mode_cmd->pixel_format, &fb->depth, in drm_helper_mode_fill_fb_struct()
|
D | drm_crtc.c | 5491 void drm_fb_get_bpp_depth(uint32_t format, unsigned int *depth, in drm_fb_get_bpp_depth() function 5555 EXPORT_SYMBOL(drm_fb_get_bpp_depth); 5632 drm_fb_get_bpp_depth(format, &depth, &bpp); in drm_format_plane_cpp()
|
/linux-4.4.14/include/drm/ |
D | drm_crtc.h | 1489 extern void drm_fb_get_bpp_depth(uint32_t format, unsigned int *depth,
|
/linux-4.4.14/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_kms.c | 990 drm_fb_get_bpp_depth(mode_cmd2->pixel_format, &mode_cmd.depth, in vmw_kms_fb_create()
|