Lines Matching refs:fix

262 	strlcpy(par->ddc_adapter.name, info->fix.id,  in s3fb_setup_ddc_bus()
369 dst1 = info->screen_base + (image->dy * info->fix.line_length) in s3fb_iplan_imageblit()
381 dst1 += info->fix.line_length; in s3fb_iplan_imageblit()
394 dst1 = info->screen_base + (rect->dy * info->fix.line_length) in s3fb_iplan_fillrect()
402 dst1 += info->fix.line_length; in s3fb_iplan_fillrect()
426 dst1 = info->screen_base + (image->dy * info->fix.line_length) in s3fb_cfb4_imageblit()
438 dst1 += info->fix.line_length; in s3fb_cfb4_imageblit()
446 if (info->fix.type == FB_TYPE_INTERLEAVED_PLANES) in s3fb_imageblit()
458 && (info->fix.type == FB_TYPE_INTERLEAVED_PLANES)) in s3fb_fillrect()
621 info->fix.ypanstep = 1; in s3fb_set_par()
622 info->fix.line_length = (info->var.xres_virtual * bpp) / 8; in s3fb_set_par()
632 screen_size = info->var.yres_virtual * info->fix.line_length; in s3fb_set_par()
634 info->fix.ypanstep = 16; in s3fb_set_par()
635 info->fix.line_length = 0; in s3fb_set_par()
721 mode = svga_match_format(s3fb_formats, &(info->var), &(info->fix)); in s3fb_set_par()
1036 offset = (var->yoffset * info->fix.line_length) + in s3fb_pan_display()
1167 info->fix.smem_start = pci_resource_start(dev, 0); in s3_pci_probe()
1168 info->fix.smem_len = pci_resource_len(dev, 0); in s3_pci_probe()
1256 info->fix.smem_len = info->screen_size; in s3_pci_probe()
1267 strcpy(info->fix.id, s3_names [par->chip]); in s3_pci_probe()
1268 info->fix.mmio_start = 0; in s3_pci_probe()
1269 info->fix.mmio_len = 0; in s3_pci_probe()
1270 info->fix.type = FB_TYPE_PACKED_PIXELS; in s3_pci_probe()
1271 info->fix.visual = FB_VISUAL_PSEUDOCOLOR; in s3_pci_probe()
1272 info->fix.ypanstep = 0; in s3_pci_probe()
1273 info->fix.accel = FB_ACCEL_NONE; in s3_pci_probe()
1280 par->mmio = ioremap(info->fix.smem_start + MMIO_OFFSET, MMIO_SIZE); in s3_pci_probe()
1285 info->fix.smem_start + MMIO_OFFSET); in s3_pci_probe()
1334 info->var.yres_virtual = info->fix.smem_len * 8 / in s3_pci_probe()
1355 info->fix.id, pci_name(dev), in s3_pci_probe()
1356 info->fix.smem_len >> 20, (par->mclk_freq + 500) / 1000); in s3_pci_probe()
1371 par->mtrr_reg = mtrr_add(info->fix.smem_start, info->fix.smem_len, MTRR_TYPE_WRCOMB, 1); in s3_pci_probe()