Lines Matching refs:yres

138 			memcpy(fb_vaddr, buffer_vaddr, m->finfo.line_length * m->info.yres);  in fb_post()
146 for (i = 0; i < m->info.yres; i++) in fb_post()
245 info.yres_virtual = info.yres * NUM_BUFFERS; in init_frame_buffer_locked()
251 info.yres_virtual = info.yres; in init_frame_buffer_locked()
256 if (info.yres_virtual < info.yres * 2) in init_frame_buffer_locked()
259 info.yres_virtual = info.yres; in init_frame_buffer_locked()
261 …AWAR("page flipping not supported (yres_virtual=%d, requested=%d)", info.yres_virtual, info.yres *… in init_frame_buffer_locked()
275 …1000000000000000LLU / (uint64_t(info.upper_margin + info.lower_margin + info.yres + info.hsync_len… in init_frame_buffer_locked()
293 info.height = ((info.yres * 25.4f) / 160.0f + 0.5f); in init_frame_buffer_locked()
297 float ydpi = (info.yres * 25.4f) / info.height; in init_frame_buffer_locked()
310 …fd, finfo.id, info.xres, info.yres, info.xres_virtual, info.yres_virtual, info.bits_per_pixel, inf… in init_frame_buffer_locked()
376 module->numBuffers = info.yres_virtual / info.yres; in init_frame_buffer_locked()
482 const size_t framebufferSize = m->finfo.line_length * m->info.yres; in fb_alloc_framebuffer_locked()
483 const size_t alignedFramebufferSize = GRALLOC_ALIGN(m->finfo.line_length, 64) * m->info.yres; in fb_alloc_framebuffer_locked()
495 AWAR("fallback to single buffering. Virtual Y-res too small %d", m->info.yres); in fb_alloc_framebuffer_locked()
497 return fb_alloc_from_ion_module(m, m->info.xres, m->info.yres, *byte_stride, in fb_alloc_framebuffer_locked()
526 m->finfo.line_length, m->info.xres, m->info.yres, m->fbdev_format); in fb_alloc_framebuffer_locked()
540 return fb_alloc_from_ion_module(m, m->info.xres, m->info.yres, *byte_stride, in fb_alloc_framebuffer_locked()
636 const_cast<uint32_t &>(dev->height) = m->info.yres; in framebuffer_device_open()