Home
last modified time | relevance | path

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

/device/linaro/hikey/gralloc960/
Dframebuffer_device.cpp105 m->info.yoffset = hnd->offset / m->finfo.line_length; in fb_post()
147 if (hnd->byte_stride == (int)m->finfo.line_length) in fb_post()
149 memcpy(fb_vaddr, buffer_vaddr, m->finfo.line_length * m->info.yres); in fb_post()
160 m->finfo.line_length); in fb_post()
162 fb_offset += m->finfo.line_length; in fb_post()
199 struct fb_fix_screeninfo finfo; in init_frame_buffer_locked() local
201 if (ioctl(fd, FBIOGET_FSCREENINFO, &finfo) == -1) in init_frame_buffer_locked()
315 …fd, finfo.id, info.xres, info.yres, info.xres_virtual, info.yres_virtual, info.bits_per_pixel, inf… in init_frame_buffer_locked()
323 if (0 == strncmp(finfo.id, "CLCD FB", 7)) in init_frame_buffer_locked()
327 else if (0 == strncmp(finfo.id, "ARM Mali HDLCD", 14)) in init_frame_buffer_locked()
[all …]
Dmali_gralloc_module.h80 struct fb_fix_screeninfo finfo; member
Dmali_gralloc_module.cpp181 INIT_ZERO(finfo); in private_module_t()
/device/amlogic/yukawa/hal/gralloc/
Dframebuffer_device.cpp105 m->info.yoffset = hnd->offset / m->finfo.line_length; in fb_post()
147 if (hnd->byte_stride == (int)m->finfo.line_length) in fb_post()
149 memcpy(fb_vaddr, buffer_vaddr, m->finfo.line_length * m->info.yres); in fb_post()
160 m->finfo.line_length); in fb_post()
162 fb_offset += m->finfo.line_length; in fb_post()
199 struct fb_fix_screeninfo finfo; in init_frame_buffer_locked() local
201 if (ioctl(fd, FBIOGET_FSCREENINFO, &finfo) == -1) in init_frame_buffer_locked()
315 …fd, finfo.id, info.xres, info.yres, info.xres_virtual, info.yres_virtual, info.bits_per_pixel, inf… in init_frame_buffer_locked()
323 if (0 == strncmp(finfo.id, "CLCD FB", 7)) in init_frame_buffer_locked()
327 else if (0 == strncmp(finfo.id, "ARM Mali HDLCD", 14)) in init_frame_buffer_locked()
[all …]
Dmali_gralloc_module.h80 struct fb_fix_screeninfo finfo; member
Dmali_gralloc_module.cpp179 INIT_ZERO(finfo); in private_module_t()
/device/linaro/hikey/gralloc/
Dframebuffer_device.cpp91 m->info.yoffset = hnd->offset / m->finfo.line_length; in fb_post()
177 memcpy(fb_vaddr, buffer_vaddr, m->finfo.line_length * m->info.yres); in fb_post()
216 struct fb_fix_screeninfo finfo; in init_frame_buffer_locked() local
218 if (ioctl(fd, FBIOGET_FSCREENINFO, &finfo) == -1) in init_frame_buffer_locked()
336 finfo.id, in init_frame_buffer_locked()
353 if (ioctl(fd, FBIOGET_FSCREENINFO, &finfo) == -1) in init_frame_buffer_locked()
358 if (finfo.smem_len <= 0) in init_frame_buffer_locked()
365 module->finfo = finfo; in init_frame_buffer_locked()
373 size_t fbSize = round_up_to_page_size(finfo.line_length * info.yres_virtual); in init_frame_buffer_locked()
386 0, fd, 0, (void *)finfo.smem_start); in init_frame_buffer_locked()
[all …]
Dgralloc_priv.h120 struct fb_fix_screeninfo finfo; member
Dgralloc_module.cpp548 INIT_ZERO(finfo); in private_module_t()
Dalloc_device.cpp385 const size_t bufferSize = m->finfo.line_length * m->info.yres; in gralloc_alloc_framebuffer_locked()