• Home
  • Raw
  • Download

Lines Matching refs:fix

152 	dst1 = info->screen_base + (image->dy * info->fix.line_length)  in vt8623fb_iplan_imageblit()
164 dst1 += info->fix.line_length; in vt8623fb_iplan_imageblit()
176 dst1 = info->screen_base + (rect->dy * info->fix.line_length) in vt8623fb_iplan_fillrect()
184 dst1 += info->fix.line_length; in vt8623fb_iplan_fillrect()
208 dst1 = info->screen_base + (image->dy * info->fix.line_length) in vt8623fb_cfb4_imageblit()
220 dst1 += info->fix.line_length; in vt8623fb_cfb4_imageblit()
228 if (info->fix.type == FB_TYPE_INTERLEAVED_PLANES) in vt8623fb_imageblit()
240 && (info->fix.type == FB_TYPE_INTERLEAVED_PLANES)) in vt8623fb_fillrect()
382 info->fix.ypanstep = 1; in vt8623fb_set_par()
383 info->fix.line_length = (info->var.xres_virtual * bpp) / 8; in vt8623fb_set_par()
398 screen_size = info->var.yres_virtual * info->fix.line_length; in vt8623fb_set_par()
400 info->fix.ypanstep = 16; in vt8623fb_set_par()
401 info->fix.line_length = 0; in vt8623fb_set_par()
466 mode = svga_match_format(vt8623fb_formats, &(info->var), &(info->fix)); in vt8623fb_set_par()
622 offset = (var->yoffset * info->fix.line_length) + in vt8623fb_pan_display()
697 info->fix.smem_start = pci_resource_start(dev, 0); in vt8623_pci_probe()
698 info->fix.smem_len = pci_resource_len(dev, 0); in vt8623_pci_probe()
699 info->fix.mmio_start = pci_resource_start(dev, 1); in vt8623_pci_probe()
700 info->fix.mmio_len = pci_resource_len(dev, 1); in vt8623_pci_probe()
737 info->fix.smem_len = info->screen_size; in vt8623_pci_probe()
738 strcpy(info->fix.id, "VIA VT8623"); in vt8623_pci_probe()
739 info->fix.type = FB_TYPE_PACKED_PIXELS; in vt8623_pci_probe()
740 info->fix.visual = FB_VISUAL_PSEUDOCOLOR; in vt8623_pci_probe()
741 info->fix.ypanstep = 0; in vt8623_pci_probe()
742 info->fix.accel = FB_ACCEL_NONE; in vt8623_pci_probe()
769 info->fix.id, pci_name(dev), info->fix.smem_len >> 20); in vt8623_pci_probe()
775 par->wc_cookie = arch_phys_wc_add(info->fix.smem_start, in vt8623_pci_probe()
776 info->fix.smem_len); in vt8623_pci_probe()