Lines Matching refs:fix
153 dst1 = info->screen_base + (image->dy * info->fix.line_length) in vt8623fb_iplan_imageblit()
165 dst1 += info->fix.line_length; in vt8623fb_iplan_imageblit()
177 dst1 = info->screen_base + (rect->dy * info->fix.line_length) in vt8623fb_iplan_fillrect()
185 dst1 += info->fix.line_length; in vt8623fb_iplan_fillrect()
209 dst1 = info->screen_base + (image->dy * info->fix.line_length) in vt8623fb_cfb4_imageblit()
221 dst1 += info->fix.line_length; in vt8623fb_cfb4_imageblit()
229 if (info->fix.type == FB_TYPE_INTERLEAVED_PLANES) in vt8623fb_imageblit()
241 && (info->fix.type == FB_TYPE_INTERLEAVED_PLANES)) in vt8623fb_fillrect()
386 info->fix.ypanstep = 1; in vt8623fb_set_par()
387 info->fix.line_length = (info->var.xres_virtual * bpp) / 8; in vt8623fb_set_par()
402 screen_size = info->var.yres_virtual * info->fix.line_length; in vt8623fb_set_par()
404 info->fix.ypanstep = 16; in vt8623fb_set_par()
405 info->fix.line_length = 0; in vt8623fb_set_par()
470 mode = svga_match_format(vt8623fb_formats, &(info->var), &(info->fix)); in vt8623fb_set_par()
626 offset = (var->yoffset * info->fix.line_length) + in vt8623fb_pan_display()
705 info->fix.smem_start = pci_resource_start(dev, 0); in vt8623_pci_probe()
706 info->fix.smem_len = pci_resource_len(dev, 0); in vt8623_pci_probe()
707 info->fix.mmio_start = pci_resource_start(dev, 1); in vt8623_pci_probe()
708 info->fix.mmio_len = pci_resource_len(dev, 1); in vt8623_pci_probe()
745 info->fix.smem_len = info->screen_size; in vt8623_pci_probe()
746 strcpy(info->fix.id, "VIA VT8623"); in vt8623_pci_probe()
747 info->fix.type = FB_TYPE_PACKED_PIXELS; in vt8623_pci_probe()
748 info->fix.visual = FB_VISUAL_PSEUDOCOLOR; in vt8623_pci_probe()
749 info->fix.ypanstep = 0; in vt8623_pci_probe()
750 info->fix.accel = FB_ACCEL_NONE; in vt8623_pci_probe()
777 info->fix.id, pci_name(dev), info->fix.smem_len >> 20); in vt8623_pci_probe()
783 par->wc_cookie = arch_phys_wc_add(info->fix.smem_start, in vt8623_pci_probe()
784 info->fix.smem_len); in vt8623_pci_probe()