Lines Matching refs:fix

185 	dst1 = info->screen_base + (image->dy * info->fix.line_length)  in arkfb_iplan_imageblit()
197 dst1 += info->fix.line_length; in arkfb_iplan_imageblit()
210 dst1 = info->screen_base + (rect->dy * info->fix.line_length) in arkfb_iplan_fillrect()
218 dst1 += info->fix.line_length; in arkfb_iplan_fillrect()
243 dst1 = info->screen_base + (image->dy * info->fix.line_length) in arkfb_cfb4_imageblit()
255 dst1 += info->fix.line_length; in arkfb_cfb4_imageblit()
264 if (info->fix.type == FB_TYPE_INTERLEAVED_PLANES) in arkfb_imageblit()
276 && (info->fix.type == FB_TYPE_INTERLEAVED_PLANES)) in arkfb_fillrect()
622 info->fix.ypanstep = 1; in arkfb_set_par()
623 info->fix.line_length = (info->var.xres_virtual * bpp) / 8; in arkfb_set_par()
633 screen_size = info->var.yres_virtual * info->fix.line_length; in arkfb_set_par()
635 info->fix.ypanstep = 16; in arkfb_set_par()
636 info->fix.line_length = 0; in arkfb_set_par()
672 vga_wseq(par->state.vgabase, 0x13, info->fix.smem_start >> 16); in arkfb_set_par()
673 vga_wseq(par->state.vgabase, 0x14, info->fix.smem_start >> 24); in arkfb_set_par()
701 mode = svga_match_format(arkfb_formats, &(info->var), &(info->fix)); in arkfb_set_par()
903 offset = (var->yoffset * info->fix.line_length) + in arkfb_pan_display()
988 info->fix.smem_start = pci_resource_start(dev, 0); in ark_pci_probe()
989 info->fix.smem_len = pci_resource_len(dev, 0); in ark_pci_probe()
1011 info->fix.smem_len = info->screen_size; in ark_pci_probe()
1013 strcpy(info->fix.id, "ARK 2000PV"); in ark_pci_probe()
1014 info->fix.mmio_start = 0; in ark_pci_probe()
1015 info->fix.mmio_len = 0; in ark_pci_probe()
1016 info->fix.type = FB_TYPE_PACKED_PIXELS; in ark_pci_probe()
1017 info->fix.visual = FB_VISUAL_PSEUDOCOLOR; in ark_pci_probe()
1018 info->fix.ypanstep = 0; in ark_pci_probe()
1019 info->fix.accel = FB_ACCEL_NONE; in ark_pci_probe()
1043 info->fix.id, pci_name(dev), info->fix.smem_len >> 20); in ark_pci_probe()
1047 par->wc_cookie = arch_phys_wc_add(info->fix.smem_start, in ark_pci_probe()
1048 info->fix.smem_len); in ark_pci_probe()