Home
last modified time | relevance | path

Searched refs:drm_format_plane_cpp (Results 1 – 19 of 19) sorted by relevance

/Linux-v4.19/include/drm/
Ddrm_fourcc.h70 int drm_format_plane_cpp(uint32_t format, int plane);
/Linux-v4.19/drivers/gpu/drm/mediatek/
Dmtk_drm_fb.c105 bpp = drm_format_plane_cpp(cmd->pixel_format, 0); in mtk_drm_mode_fb_create()
/Linux-v4.19/drivers/gpu/drm/
Ddrm_fourcc.c258 int drm_format_plane_cpp(uint32_t format, int plane) in drm_format_plane_cpp() function
268 EXPORT_SYMBOL(drm_format_plane_cpp);
Ddrm_client.c262 dumb_args.bpp = drm_format_plane_cpp(format, 0) * 8; in drm_client_buffer_create()
Ddrm_fb_helper.c749 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/
Drockchip_drm_fb.c106 width * drm_format_plane_cpp(mode_cmd->pixel_format, i); in rockchip_user_fb_create()
/Linux-v4.19/drivers/gpu/drm/msm/
Dmsm_fb.c184 + width * drm_format_plane_cpp(mode_cmd->pixel_format, i) in msm_framebuffer_init()
/Linux-v4.19/drivers/gpu/drm/cirrus/
Dcirrus_main.c50 bpp = drm_format_plane_cpp(mode_cmd->pixel_format, 0) * 8; in cirrus_user_framebuffer_create()
Dcirrus_fbdev.c146 bpp = drm_format_plane_cpp(mode_cmd->pixel_format, 0) * 8; in cirrusfb_create_object()
/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/
Damdgpu_fb.c135 cpp = drm_format_plane_cpp(mode_cmd->pixel_format, 0); in amdgpufb_create_pinned_object()
/Linux-v4.19/drivers/gpu/drm/radeon/
Dradeon_fb.c138 cpp = drm_format_plane_cpp(mode_cmd->pixel_format, 0); in radeonfb_create_pinned_object()
/Linux-v4.19/drivers/gpu/drm/msm/disp/mdp5/
Dmdp5_smp.c159 cpp = drm_format_plane_cpp(fmt, i); in mdp5_smp_calculate()
Dmdp5_crtc.c810 stride = width * drm_format_plane_cpp(DRM_FORMAT_ARGB8888, 0); in mdp5_crtc_restore_cursor()
/Linux-v4.19/drivers/gpu/drm/tegra/
Dfb.c153 bpp = drm_format_plane_cpp(cmd->pixel_format, i); in tegra_fb_create()
/Linux-v4.19/drivers/gpu/drm/tinydrm/core/
Dtinydrm-helpers.c121 unsigned int cpp = drm_format_plane_cpp(fb->format->format, 0); in tinydrm_memcpy()
/Linux-v4.19/drivers/gpu/drm/zte/
Dzx_plane.c227 paddr += src_x * drm_format_plane_cpp(format, i); in zx_vl_plane_atomic_update()
/Linux-v4.19/drivers/gpu/drm/stm/
Dltdc.c732 line_length = drm_format_plane_cpp(fb->format->format, 0) * in ltdc_plane_atomic_update()
/Linux-v4.19/drivers/gpu/drm/arm/
Dmalidp_hw.c300 return w * drm_format_plane_cpp(fmt, 0) * 8; in malidp500_rotmem_required()
/Linux-v4.19/drivers/gpu/drm/i915/
Dintel_display.c14380 int cpp = drm_format_plane_cpp(pixel_format, 0); in intel_fb_pitch_limit()