Searched refs:drm_format_plane_cpp (Results 1 – 16 of 16) sorted by relevance
/linux-4.4.14/drivers/gpu/drm/i915/ |
D | intel_fbc.c | 150 if (drm_format_plane_cpp(fb->pixel_format, 0) == 2) in g4x_fbc_enable() 203 if (drm_format_plane_cpp(fb->pixel_format, 0) == 2) in ilk_fbc_enable() 274 if (drm_format_plane_cpp(fb->pixel_format, 0) == 2) in gen7_fbc_enable() 747 cpp = drm_format_plane_cpp(fb->pixel_format, 0); in intel_fbc_setup_cfb()
|
D | intel_sprite.c | 195 int pixel_size = drm_format_plane_cpp(fb->pixel_format, 0); in skl_update_plane() 359 int pixel_size = drm_format_plane_cpp(fb->pixel_format, 0); in vlv_update_plane() 498 int pixel_size = drm_format_plane_cpp(fb->pixel_format, 0); in ivb_update_plane() 640 int pixel_size = drm_format_plane_cpp(fb->pixel_format, 0); in ilk_update_plane() 905 pixel_size = drm_format_plane_cpp(fb->pixel_format, 0); in intel_check_sprite_plane()
|
D | intel_pm.c | 942 pixel_size = drm_format_plane_cpp(state->base.fb->pixel_format, 0); in vlv_compute_wm_level() 983 total_rate += drm_format_plane_cpp(state->base.fb->pixel_format, 0); in vlv_compute_fifo() 1002 rate = drm_format_plane_cpp(state->base.fb->pixel_format, 0); in vlv_compute_fifo() 3095 drm_format_plane_cpp(fb->pixel_format, 1) : in skl_compute_wm_pipe_parameters() 3096 drm_format_plane_cpp(fb->pixel_format, 0); in skl_compute_wm_pipe_parameters() 3098 drm_format_plane_cpp(fb->pixel_format, 0) : 0; in skl_compute_wm_pipe_parameters() 3674 drm_format_plane_cpp(plane->state->fb->pixel_format, 1) : pixel_size; in skl_update_sprite_wm() 3677 drm_format_plane_cpp(plane->state->fb->pixel_format, 0) : 0; in skl_update_sprite_wm()
|
D | intel_display.c | 2236 pixel_bytes = drm_format_plane_cpp(pixel_format, plane); in intel_tile_height() 2715 pixel_size = drm_format_plane_cpp(fb->pixel_format, 0); in i9xx_update_primary_plane() 2842 pixel_size = drm_format_plane_cpp(fb->pixel_format, 0); in ironlake_update_primary_plane() 2922 u32 bits_per_pixel = drm_format_plane_cpp(pixel_format, 0) * 8; in intel_fb_stride_alignment() 8065 fb->bits_per_pixel = drm_format_plane_cpp(fourcc, 0) * 8; in i9xx_get_initial_plane_config() 9113 fb->bits_per_pixel = drm_format_plane_cpp(fourcc, 0) * 8; in skylake_get_initial_plane_config() 9226 fb->bits_per_pixel = drm_format_plane_cpp(fourcc, 0) * 8; in ironlake_get_initial_plane_config() 14298 return min(8192*drm_format_plane_cpp(pixel_format, 0), 32768); in intel_fb_pitch_limit()
|
/linux-4.4.14/drivers/gpu/drm/rockchip/ |
D | rockchip_drm_fb.c | 136 width * drm_format_plane_cpp(mode_cmd->pixel_format, i); in rockchip_user_fb_create()
|
D | rockchip_drm_vop.c | 886 offset = (src.x1 >> 16) * drm_format_plane_cpp(fb->pixel_format, 0); in vop_update_plane_event() 895 int bpp = drm_format_plane_cpp(fb->pixel_format, 1); in vop_update_plane_event()
|
/linux-4.4.14/drivers/gpu/drm/msm/ |
D | msm_fb.c | 218 + width * drm_format_plane_cpp(mode_cmd->pixel_format, i) in msm_framebuffer_init()
|
/linux-4.4.14/drivers/gpu/drm/vc4/ |
D | vc4_plane.c | 171 offset += drm_format_plane_cpp(fb->pixel_format, 0) * -crtc_x; in vc4_plane_mode_set()
|
/linux-4.4.14/drivers/gpu/drm/msm/mdp/mdp5/ |
D | mdp5_smp.c | 245 cpp = drm_format_plane_cpp(fmt, i); in mdp5_smp_request()
|
/linux-4.4.14/drivers/gpu/drm/ |
D | drm_fb_cma_helper.c | 136 + width * drm_format_plane_cpp(mode_cmd->pixel_format, i) in drm_fb_cma_create()
|
D | drm_crtc.c | 3164 unsigned int cpp = drm_format_plane_cpp(r->pixel_format, i); in framebuffer_check() 5599 int drm_format_plane_cpp(uint32_t format, int plane) in drm_format_plane_cpp() function 5636 EXPORT_SYMBOL(drm_format_plane_cpp);
|
/linux-4.4.14/drivers/gpu/drm/tegra/ |
D | fb.c | 156 bpp = drm_format_plane_cpp(cmd->pixel_format, i); in tegra_fb_create()
|
/linux-4.4.14/drivers/gpu/drm/armada/ |
D | armada_overlay.c | 199 src_x * drm_format_plane_cpp(pixel_format, i); in armada_ovl_plane_update()
|
/linux-4.4.14/drivers/gpu/drm/atmel-hlcdc/ |
D | atmel_hlcdc_plane.c | 632 state->bpp[i] = drm_format_plane_cpp(fb->pixel_format, i); in atmel_hlcdc_plane_atomic_check()
|
/linux-4.4.14/include/drm/ |
D | drm_crtc.h | 1492 extern int drm_format_plane_cpp(uint32_t format, int plane);
|
/linux-4.4.14/drivers/gpu/drm/exynos/ |
D | exynos_drm_ipp.c | 475 bpp = drm_format_plane_cpp(ipp_cfg->fmt, i); in ipp_validate_mem_node()
|