Searched refs:drm_format_plane_cpp (Results 1 – 19 of 19) sorted by relevance
/Linux-v4.19/include/drm/ |
D | drm_fourcc.h | 70 int drm_format_plane_cpp(uint32_t format, int plane);
|
/Linux-v4.19/drivers/gpu/drm/mediatek/ |
D | mtk_drm_fb.c | 105 bpp = drm_format_plane_cpp(cmd->pixel_format, 0); in mtk_drm_mode_fb_create()
|
/Linux-v4.19/drivers/gpu/drm/ |
D | drm_fourcc.c | 258 int drm_format_plane_cpp(uint32_t format, int plane) in drm_format_plane_cpp() function 268 EXPORT_SYMBOL(drm_format_plane_cpp);
|
D | drm_client.c | 262 dumb_args.bpp = drm_format_plane_cpp(format, 0) * 8; in drm_client_buffer_create()
|
D | drm_fb_helper.c | 749 unsigned int cpp = drm_format_plane_cpp(fb->format->format, 0); in drm_fb_helper_dirty_blit_real()
|
/Linux-v4.19/drivers/gpu/drm/rockchip/ |
D | rockchip_drm_fb.c | 106 width * drm_format_plane_cpp(mode_cmd->pixel_format, i); in rockchip_user_fb_create()
|
/Linux-v4.19/drivers/gpu/drm/msm/ |
D | msm_fb.c | 184 + width * drm_format_plane_cpp(mode_cmd->pixel_format, i) in msm_framebuffer_init()
|
/Linux-v4.19/drivers/gpu/drm/cirrus/ |
D | cirrus_main.c | 50 bpp = drm_format_plane_cpp(mode_cmd->pixel_format, 0) * 8; in cirrus_user_framebuffer_create()
|
D | cirrus_fbdev.c | 146 bpp = drm_format_plane_cpp(mode_cmd->pixel_format, 0) * 8; in cirrusfb_create_object()
|
/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_fb.c | 135 cpp = drm_format_plane_cpp(mode_cmd->pixel_format, 0); in amdgpufb_create_pinned_object()
|
/Linux-v4.19/drivers/gpu/drm/radeon/ |
D | radeon_fb.c | 138 cpp = drm_format_plane_cpp(mode_cmd->pixel_format, 0); in radeonfb_create_pinned_object()
|
/Linux-v4.19/drivers/gpu/drm/msm/disp/mdp5/ |
D | mdp5_smp.c | 159 cpp = drm_format_plane_cpp(fmt, i); in mdp5_smp_calculate()
|
D | mdp5_crtc.c | 810 stride = width * drm_format_plane_cpp(DRM_FORMAT_ARGB8888, 0); in mdp5_crtc_restore_cursor()
|
/Linux-v4.19/drivers/gpu/drm/tegra/ |
D | fb.c | 153 bpp = drm_format_plane_cpp(cmd->pixel_format, i); in tegra_fb_create()
|
/Linux-v4.19/drivers/gpu/drm/tinydrm/core/ |
D | tinydrm-helpers.c | 121 unsigned int cpp = drm_format_plane_cpp(fb->format->format, 0); in tinydrm_memcpy()
|
/Linux-v4.19/drivers/gpu/drm/zte/ |
D | zx_plane.c | 227 paddr += src_x * drm_format_plane_cpp(format, i); in zx_vl_plane_atomic_update()
|
/Linux-v4.19/drivers/gpu/drm/stm/ |
D | ltdc.c | 732 line_length = drm_format_plane_cpp(fb->format->format, 0) * in ltdc_plane_atomic_update()
|
/Linux-v4.19/drivers/gpu/drm/arm/ |
D | malidp_hw.c | 300 return w * drm_format_plane_cpp(fmt, 0) * 8; in malidp500_rotmem_required()
|
/Linux-v4.19/drivers/gpu/drm/i915/ |
D | intel_display.c | 14380 int cpp = drm_format_plane_cpp(pixel_format, 0); in intel_fb_pitch_limit()
|