Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/video/fbdev/
Dsh_mobile_meram.c321 unsigned int *out_pitch) in meram_plane_init() argument
341 *out_pitch = xres; in meram_plane_init()
347 *out_pitch = lcdc_pitch; in meram_plane_init()
475 unsigned int out_pitch; in sh_mobile_meram_cache_alloc() local
511 meram_plane_init(priv, &cache->planes[0], xres, yres, &out_pitch); in sh_mobile_meram_cache_alloc()
512 *pitch = out_pitch; in sh_mobile_meram_cache_alloc()
515 xres, (yres + 1) / 2, &out_pitch); in sh_mobile_meram_cache_alloc()
518 2 * xres, (yres + 1) / 2, &out_pitch); in sh_mobile_meram_cache_alloc()