Lines Matching refs:fix

162 	dst1 = info->screen_base + (image->dy * info->fix.line_length)  in vt8623fb_iplan_imageblit()
174 dst1 += info->fix.line_length; in vt8623fb_iplan_imageblit()
186 dst1 = info->screen_base + (rect->dy * info->fix.line_length) in vt8623fb_iplan_fillrect()
194 dst1 += info->fix.line_length; in vt8623fb_iplan_fillrect()
218 dst1 = info->screen_base + (image->dy * info->fix.line_length) in vt8623fb_cfb4_imageblit()
230 dst1 += info->fix.line_length; in vt8623fb_cfb4_imageblit()
238 if (info->fix.type == FB_TYPE_INTERLEAVED_PLANES) in vt8623fb_imageblit()
250 && (info->fix.type == FB_TYPE_INTERLEAVED_PLANES)) in vt8623fb_fillrect()
392 info->fix.ypanstep = 1; in vt8623fb_set_par()
393 info->fix.line_length = (info->var.xres_virtual * bpp) / 8; in vt8623fb_set_par()
408 screen_size = info->var.yres_virtual * info->fix.line_length; in vt8623fb_set_par()
410 info->fix.ypanstep = 16; in vt8623fb_set_par()
411 info->fix.line_length = 0; in vt8623fb_set_par()
476 mode = svga_match_format(vt8623fb_formats, &(info->var), &(info->fix)); in vt8623fb_set_par()
630 offset = (var->yoffset * info->fix.line_length) + in vt8623fb_pan_display()
707 info->fix.smem_start = pci_resource_start(dev, 0); in vt8623_pci_probe()
708 info->fix.smem_len = pci_resource_len(dev, 0); in vt8623_pci_probe()
709 info->fix.mmio_start = pci_resource_start(dev, 1); in vt8623_pci_probe()
710 info->fix.mmio_len = pci_resource_len(dev, 1); in vt8623_pci_probe()
747 info->fix.smem_len = info->screen_size; in vt8623_pci_probe()
748 strcpy(info->fix.id, "VIA VT8623"); in vt8623_pci_probe()
749 info->fix.type = FB_TYPE_PACKED_PIXELS; in vt8623_pci_probe()
750 info->fix.visual = FB_VISUAL_PSEUDOCOLOR; in vt8623_pci_probe()
751 info->fix.ypanstep = 0; in vt8623_pci_probe()
752 info->fix.accel = FB_ACCEL_NONE; in vt8623_pci_probe()
779 info->fix.id, pci_name(dev), info->fix.smem_len >> 20); in vt8623_pci_probe()
787 par->mtrr_reg = mtrr_add(info->fix.smem_start, info->fix.smem_len, MTRR_TYPE_WRCOMB, 1); in vt8623_pci_probe()