Lines Matching refs:fix
130 if (info->fix.visual == FB_VISUAL_TRUECOLOR && regno < 16) in e3d_setcolreg()
212 strscpy(info->fix.id, "e3d", sizeof(info->fix.id)); in e3d_set_fbinfo()
213 info->fix.smem_start = ep->fb_base_phys; in e3d_set_fbinfo()
214 info->fix.smem_len = ep->fb_size; in e3d_set_fbinfo()
215 info->fix.type = FB_TYPE_PACKED_PIXELS; in e3d_set_fbinfo()
217 info->fix.visual = FB_VISUAL_TRUECOLOR; in e3d_set_fbinfo()
219 info->fix.visual = FB_VISUAL_PSEUDOCOLOR; in e3d_set_fbinfo()
339 info->fix.line_length = line_length; in e3d_pci_register()
342 info->fix.line_length = line_length * 2; in e3d_pci_register()
345 info->fix.line_length = line_length * 3; in e3d_pci_register()
348 info->fix.line_length = line_length * 4; in e3d_pci_register()
351 ep->fb_size = info->fix.line_length * ep->height; in e3d_pci_register()