Home | History | Annotate | Download | only in hwc

Lines Matching refs:fix

2031              * fix up buffer handle array and overlay indexes to account for
2757 struct fb_fix_screeninfo fix;
2758 if (ioctl(hwc_dev->fb_fd, FBIOGET_FSCREENINFO, &fix)) {
2764 hwc_dev->img_mem_size = fix.smem_len;
2765 hwc_dev->img_mem_ptr = mmap(NULL, fix.smem_len, PROT_WRITE, MAP_SHARED, hwc_dev->fb_fd, 0);