Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/tilcdc/
Dtilcdc_crtc.c95 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/
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.4.14/drivers/gpu/drm/radeon/
Dradeon_fb.c118 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/
Damdgpu_fb.c118 drm_fb_get_bpp_depth(mode_cmd->pixel_format, &depth, &bpp); in amdgpufb_create_pinned_object()
/linux-4.4.14/drivers/gpu/drm/ast/
Dast_fb.c175 drm_fb_get_bpp_depth(mode_cmd->pixel_format, &depth, &bpp); in astfb_create_object()
/linux-4.4.14/drivers/gpu/drm/sti/
Dsti_gdp.c463 drm_fb_get_bpp_depth(fb->pixel_format, &depth, &bpp); in sti_gdp_atomic_update()
/linux-4.4.14/drivers/gpu/drm/qxl/
Dqxl_fb.c298 drm_fb_get_bpp_depth(mode_cmd->pixel_format, &bpp, &depth); in qxlfb_create_pinned_object()
/linux-4.4.14/drivers/gpu/drm/gma500/
Dframebuffer.c250 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/
Dmdp5_crtc.c544 drm_fb_get_bpp_depth(DRM_FORMAT_ARGB8888, &depth, &bpp); in mdp5_crtc_cursor_set()
/linux-4.4.14/drivers/gpu/drm/
Ddrm_crtc_helper.c832 drm_fb_get_bpp_depth(mode_cmd->pixel_format, &fb->depth, in drm_helper_mode_fill_fb_struct()
Ddrm_crtc.c5491 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/
Ddrm_crtc.h1489 extern void drm_fb_get_bpp_depth(uint32_t format, unsigned int *depth,
/linux-4.4.14/drivers/gpu/drm/vmwgfx/
Dvmwgfx_kms.c990 drm_fb_get_bpp_depth(mode_cmd2->pixel_format, &mode_cmd.depth, in vmw_kms_fb_create()