Lines Matching refs:fix

251 	strlcpy(par->ddc_adapter.name, info->fix.id,  in s3fb_setup_ddc_bus()
358 dst1 = info->screen_base + (image->dy * info->fix.line_length) in s3fb_iplan_imageblit()
370 dst1 += info->fix.line_length; in s3fb_iplan_imageblit()
383 dst1 = info->screen_base + (rect->dy * info->fix.line_length) in s3fb_iplan_fillrect()
391 dst1 += info->fix.line_length; in s3fb_iplan_fillrect()
415 dst1 = info->screen_base + (image->dy * info->fix.line_length) in s3fb_cfb4_imageblit()
427 dst1 += info->fix.line_length; in s3fb_cfb4_imageblit()
435 if (info->fix.type == FB_TYPE_INTERLEAVED_PLANES) in s3fb_imageblit()
447 && (info->fix.type == FB_TYPE_INTERLEAVED_PLANES)) in s3fb_fillrect()
610 info->fix.ypanstep = 1; in s3fb_set_par()
611 info->fix.line_length = (info->var.xres_virtual * bpp) / 8; in s3fb_set_par()
621 screen_size = info->var.yres_virtual * info->fix.line_length; in s3fb_set_par()
623 info->fix.ypanstep = 16; in s3fb_set_par()
624 info->fix.line_length = 0; in s3fb_set_par()
710 mode = svga_match_format(s3fb_formats, &(info->var), &(info->fix)); in s3fb_set_par()
1025 offset = (var->yoffset * info->fix.line_length) + in s3fb_pan_display()
1156 info->fix.smem_start = pci_resource_start(dev, 0); in s3_pci_probe()
1157 info->fix.smem_len = pci_resource_len(dev, 0); in s3_pci_probe()
1245 info->fix.smem_len = info->screen_size; in s3_pci_probe()
1256 strcpy(info->fix.id, s3_names [par->chip]); in s3_pci_probe()
1257 info->fix.mmio_start = 0; in s3_pci_probe()
1258 info->fix.mmio_len = 0; in s3_pci_probe()
1259 info->fix.type = FB_TYPE_PACKED_PIXELS; in s3_pci_probe()
1260 info->fix.visual = FB_VISUAL_PSEUDOCOLOR; in s3_pci_probe()
1261 info->fix.ypanstep = 0; in s3_pci_probe()
1262 info->fix.accel = FB_ACCEL_NONE; in s3_pci_probe()
1269 par->mmio = ioremap(info->fix.smem_start + MMIO_OFFSET, MMIO_SIZE); in s3_pci_probe()
1274 info->fix.smem_start + MMIO_OFFSET); in s3_pci_probe()
1323 info->var.yres_virtual = info->fix.smem_len * 8 / in s3_pci_probe()
1344 info->fix.id, pci_name(dev), in s3_pci_probe()
1345 info->fix.smem_len >> 20, (par->mclk_freq + 500) / 1000); in s3_pci_probe()
1358 par->wc_cookie = arch_phys_wc_add(info->fix.smem_start, in s3_pci_probe()
1359 info->fix.smem_len); in s3_pci_probe()