Searched refs:drm_format_plane_cpp (Results 1 – 13 of 13) sorted by relevance
/linux-4.1.27/drivers/gpu/drm/i915/ |
D | intel_fbc.c | 139 if (drm_format_plane_cpp(fb->pixel_format, 0) == 2) in g4x_fbc_enable() 195 if (drm_format_plane_cpp(fb->pixel_format, 0) == 2) in ilk_fbc_enable() 266 if (drm_format_plane_cpp(fb->pixel_format, 0) == 2) in gen7_fbc_enable() 600 drm_format_plane_cpp(fb->pixel_format, 0))) { in intel_fbc_update()
|
D | intel_sprite.c | 194 int pixel_size = drm_format_plane_cpp(fb->pixel_format, 0); in skl_update_plane() 369 int pixel_size = drm_format_plane_cpp(fb->pixel_format, 0); in vlv_update_plane() 522 int pixel_size = drm_format_plane_cpp(fb->pixel_format, 0); in ivb_update_plane() 670 int pixel_size = drm_format_plane_cpp(fb->pixel_format, 0); in ilk_update_plane() 997 pixel_size = drm_format_plane_cpp(fb->pixel_format, 0); in intel_check_sprite_plane()
|
D | intel_display.c | 2285 pixel_bytes = drm_format_plane_cpp(pixel_format, 0); in intel_tile_height() 2693 pixel_size = drm_format_plane_cpp(fb->pixel_format, 0); in i9xx_update_primary_plane() 2819 pixel_size = drm_format_plane_cpp(fb->pixel_format, 0); in ironlake_update_primary_plane() 2899 u32 bits_per_pixel = drm_format_plane_cpp(pixel_format, 0) * 8; in intel_fb_stride_alignment() 6974 fb->bits_per_pixel = drm_format_plane_cpp(fourcc, 0) * 8; in i9xx_get_initial_plane_config() 8022 fb->bits_per_pixel = drm_format_plane_cpp(fourcc, 0) * 8; in skylake_get_initial_plane_config() 8135 fb->bits_per_pixel = drm_format_plane_cpp(fourcc, 0) * 8; in ironlake_get_initial_plane_config() 13239 return min(8192*drm_format_plane_cpp(pixel_format, 0), 32768); in intel_fb_pitch_limit()
|
D | intel_pm.c | 929 pixel_size = drm_format_plane_cpp(plane->state->fb->pixel_format, 0); in vlv_compute_drain_latency() 964 pixel_size = drm_format_plane_cpp(plane->base.state->fb->pixel_format, 0); in vlv_compute_wm()
|
/linux-4.1.27/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()
|
/linux-4.1.27/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.1.27/drivers/gpu/drm/msm/mdp/mdp5/ |
D | mdp5_smp.c | 198 cpp = drm_format_plane_cpp(fmt, i); in mdp5_smp_request()
|
/linux-4.1.27/drivers/gpu/drm/tegra/ |
D | fb.c | 156 bpp = drm_format_plane_cpp(cmd->pixel_format, i); in tegra_fb_create()
|
/linux-4.1.27/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 | 3287 unsigned int cpp = drm_format_plane_cpp(r->pixel_format, i); in framebuffer_check() 5286 int drm_format_plane_cpp(uint32_t format, int plane) in drm_format_plane_cpp() function 5323 EXPORT_SYMBOL(drm_format_plane_cpp);
|
/linux-4.1.27/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.1.27/include/drm/ |
D | drm_crtc.h | 1477 extern int drm_format_plane_cpp(uint32_t format, int plane);
|
/linux-4.1.27/drivers/gpu/drm/exynos/ |
D | exynos_drm_ipp.c | 505 bpp = drm_format_plane_cpp(ipp_cfg->fmt, i); in ipp_validate_mem_node()
|