Lines Matching refs:fix
128 if (info->fix.visual == FB_VISUAL_TRUECOLOR && regno < 16) in e3d_setcolreg()
209 strlcpy(info->fix.id, "e3d", sizeof(info->fix.id)); in e3d_set_fbinfo()
210 info->fix.smem_start = ep->fb_base_phys; in e3d_set_fbinfo()
211 info->fix.smem_len = ep->fb_size; in e3d_set_fbinfo()
212 info->fix.type = FB_TYPE_PACKED_PIXELS; in e3d_set_fbinfo()
214 info->fix.visual = FB_VISUAL_TRUECOLOR; in e3d_set_fbinfo()
216 info->fix.visual = FB_VISUAL_PSEUDOCOLOR; in e3d_set_fbinfo()
333 info->fix.line_length = line_length; in e3d_pci_register()
336 info->fix.line_length = line_length * 2; in e3d_pci_register()
339 info->fix.line_length = line_length * 3; in e3d_pci_register()
342 info->fix.line_length = line_length * 4; in e3d_pci_register()
345 ep->fb_size = info->fix.line_length * ep->height; in e3d_pci_register()