Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/i915/
Dintel_fbc.c139 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()
Dintel_sprite.c194 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()
Dintel_display.c2285 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()
Dintel_pm.c929 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/
Drockchip_drm_fb.c136 width * drm_format_plane_cpp(mode_cmd->pixel_format, i); in rockchip_user_fb_create()
/linux-4.1.27/drivers/gpu/drm/msm/
Dmsm_fb.c218 + width * drm_format_plane_cpp(mode_cmd->pixel_format, i) in msm_framebuffer_init()
/linux-4.1.27/drivers/gpu/drm/msm/mdp/mdp5/
Dmdp5_smp.c198 cpp = drm_format_plane_cpp(fmt, i); in mdp5_smp_request()
/linux-4.1.27/drivers/gpu/drm/tegra/
Dfb.c156 bpp = drm_format_plane_cpp(cmd->pixel_format, i); in tegra_fb_create()
/linux-4.1.27/drivers/gpu/drm/
Ddrm_fb_cma_helper.c136 + width * drm_format_plane_cpp(mode_cmd->pixel_format, i) in drm_fb_cma_create()
Ddrm_crtc.c3287 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/
Datmel_hlcdc_plane.c632 state->bpp[i] = drm_format_plane_cpp(fb->pixel_format, i); in atmel_hlcdc_plane_atomic_check()
/linux-4.1.27/include/drm/
Ddrm_crtc.h1477 extern int drm_format_plane_cpp(uint32_t format, int plane);
/linux-4.1.27/drivers/gpu/drm/exynos/
Dexynos_drm_ipp.c505 bpp = drm_format_plane_cpp(ipp_cfg->fmt, i); in ipp_validate_mem_node()