Lines Matching refs:xres
320 unsigned int xres, unsigned int yres, in meram_plane_init() argument
324 unsigned long total_byte_count = MERAM_CALC_BYTECOUNT(xres, yres); in meram_plane_init()
332 lcdc_pitch = (xres - 1) | 1023; in meram_plane_init()
341 *out_pitch = xres; in meram_plane_init()
345 xpitch = xres; in meram_plane_init()
368 plane->cache->cache_unit = xres * save_lines; in meram_plane_init()
369 plane->marker->cache_unit = xres * save_lines; in meram_plane_init()
468 unsigned int xres, unsigned int yres, in sh_mobile_meram_cache_alloc() argument
485 dev_dbg(&pdev->dev, "registering %dx%d (%s)", xres, yres, in sh_mobile_meram_cache_alloc()
489 if (xres > 8192) { in sh_mobile_meram_cache_alloc()
511 meram_plane_init(priv, &cache->planes[0], xres, yres, &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()