Searched refs:fix (Results 126 - 150 of 264) sorted by relevance

1234567891011

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/
H A Dxilinxfb.c176 /* fbi->fix.visual is always FB_VISUAL_TRUECOLOR */
292 drvdata->info.fix = xilinx_fb_fix;
293 drvdata->info.fix.smem_start = drvdata->fb_phys;
294 drvdata->info.fix.smem_len = fbsize;
295 drvdata->info.fix.line_length = pdata->xvirt * BYTES_PER_PIXEL;
374 dma_free_coherent(dev, PAGE_ALIGN(drvdata->info.fix.smem_len),
H A Dchipsfb.c118 info->fix.line_length = 800*2;
119 info->fix.visual = FB_VISUAL_TRUECOLOR;
134 info->fix.line_length = 800;
135 info->fix.visual = FB_VISUAL_PSEUDOCOLOR;
336 p->fix = chipsfb_fix;
337 p->fix.smem_start = addr;
425 p->node, p->fix.smem_len / 1024);
H A Dsh_mobile_lcdcfb.c274 unsigned int nr_pages_max = info->fix.smem_len >> PAGE_SHIFT;
555 lcdc_write_chan(ch, LDSA1R, ch->info->fix.smem_start);
558 lcdc_write_chan(ch, LDMLSR, ch->info->fix.line_length);
782 new_pan_offset = (var->yoffset * info->fix.line_length) +
1140 info->fix = sh_mobile_lcdc_fix;
1141 info->fix.line_length = lcd_cfg->xres * (cfg->bpp / 8);
1142 info->fix.smem_len = info->fix.line_length *
1145 buf = dma_alloc_coherent(&pdev->dev, info->fix.smem_len,
1159 dma_free_coherent(&pdev->dev, info->fix
[all...]
H A Dpm3fb.c339 info->fix.line_length;
389 u32 color = (info->fix.visual == FB_VISUAL_TRUECOLOR) ?
531 switch (info->fix.visual) {
1001 if (lpitch * var->yres_virtual > info->fix.smem_len) {
1063 info->fix.visual =
1065 info->fix.line_length = ((info->var.xres_virtual + 7) >> 3) * bpp;
1119 if (info->fix.visual == FB_VISUAL_TRUECOLOR ||
1120 info->fix.visual == FB_VISUAL_DIRECTCOLOR) {
1140 } else if (info->fix.visual == FB_VISUAL_PSEUDOCOLOR)
1397 info->fix
1477 struct fb_fix_screeninfo *fix = &info->fix; local
[all...]
H A Dpm2fb.c618 if (lpitch * var->yres_virtual > info->fix.smem_len) {
766 info->fix.visual =
768 info->fix.line_length = info->var.xres * depth / 8;
912 switch (info->fix.visual) {
932 if (info->fix.visual == FB_VISUAL_TRUECOLOR) {
953 } else if (info->fix.visual == FB_VISUAL_PSEUDOCOLOR)
1056 u32 color = (info->fix.visual == FB_VISUAL_TRUECOLOR) ?
1174 switch (info->fix.visual) {
1658 info->fix = pm2fb_fix;
1699 info->node, info->fix
1733 struct fb_fix_screeninfo *fix = &info->fix; local
[all...]
H A Dmaxinefb.c157 fb_info.fix = maxinefb_fix;
H A Dq40fb.c102 info->fix = q40fb_fix;
H A Dgxt4500.c494 info->fix.line_length = stride * pixsize[pixfmt];
495 info->fix.visual = (pixfmt == DFA_PIX_8BIT)? FB_VISUAL_PSEUDOCOLOR:
643 info->fix = gxt4500_fix;
644 strlcpy(info->fix.id, cardinfo[cardtype].cardname,
645 sizeof(info->fix.id));
648 info->fix.mmio_start = reg_phys;
655 info->fix.smem_start = fb_phys;
656 info->fix.smem_len = pci_resource_len(pdev, 1);
694 info->node, info->fix.id);
H A Dsvgalib.c203 int colstride = 1 << (info->fix.type_aux & FB_AUX_TEXT_SVGA_MASK);
240 int colstride = 2 << (info->fix.type_aux & FB_AUX_TEXT_SVGA_MASK);
261 int colstride = 2 << (info->fix.type_aux & FB_AUX_TEXT_SVGA_MASK);
606 struct fb_fix_screeninfo *fix)
617 if (fix != NULL) {
618 fix->type = frm[i].type;
619 fix->type_aux = frm[i].type_aux;
620 fix->visual = frm[i].visual;
621 fix->xpanstep = frm[i].xpanstep;
604 svga_match_format(const struct svga_fb_format *frm, struct fb_var_screeninfo *var, struct fb_fix_screeninfo *fix) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/nouveau/
H A Dnouveau_fbcon.c246 strcpy(info->fix.id, "nouveaufb");
255 info->fix.smem_start = dev->mode_config.fb_base + nvbo->bo.offset -
257 info->fix.smem_len = size;
265 info->fix.mmio_start = pci_resource_start(pdev, 1);
266 info->fix.mmio_len = pci_resource_len(pdev, 1);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-integrator/
H A Dimpd1.c254 fb->fb.fix.smem_start = framebase;
255 fb->fb.fix.smem_len = framesize;
268 start = vma->vm_pgoff + (fb->fb.fix.smem_start >> PAGE_SHIFT);
278 release_mem_region(fb->fb.fix.smem_start, fb->fb.fix.smem_len);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/i810/
H A Di810_main.c1080 * @fix: pointer to fb_fix_screeninfo
1086 static int encode_fix(struct fb_fix_screeninfo *fix, struct fb_info *info) argument
1090 memset(fix, 0, sizeof(struct fb_fix_screeninfo));
1092 strcpy(fix->id, "I810");
1094 fix->smem_start = par->fb.physical;
1095 fix->smem_len = par->fb.size;
1097 fix->type = FB_TYPE_PACKED_PIXELS;
1098 fix->type_aux = 0;
1099 fix->xpanstep = 8;
1100 fix
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/kyro/
H A Dfbdev.c518 info->fix.line_length = get_line_length(par->XRES, par->PIXDEPTH);
519 info->fix.visual = FB_VISUAL_TRUECOLOR;
705 info->fix = kyro_fix;
734 info->node, info->fix.id, info->var.xres,
736 (unsigned long)info->fix.smem_len >> 10);
771 info->fix.smem_start,
772 info->fix.smem_len);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/omap/
H A Domapfb_main.c224 offset = var->yoffset * fbi->fix.line_length +
407 * Set fb_info.fix fields and also updates fbdev.
412 struct fb_fix_screeninfo *fix = &fbi->fix; local
423 fix->smem_start = rg->paddr;
424 fix->smem_len = rg->size;
427 fix->smem_start = rg->paddr;
428 fix->smem_len = rg->size;
431 fix->type = FB_TYPE_PACKED_PIXELS;
434 fix
1509 struct fb_fix_screeninfo *fix = &info->fix; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/
H A Dzipfile.c344 else if (unicode_mismatch != 3 && fix != 2 &&
1784 if ((fix == 2) && (z->flg != z->lflg))
1985 s = fix > 1 ? 0L : z->siz; /* discard compressed size with -FF */
2022 s = fix > 1 ? 0L : z->siz; /* discard compressed size with -FF */
2098 else if (fix > 1) {
2129 fix > 1 ? "has been" : "would be");
2131 if (fix == 1) {
2793 here as a byte array. Need to fix this. 5/25/2005 EG */
2895 if (verbose && fix == 0)
3249 strcpy(errbuf, "if archive to fix i
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/nvidia/
H A Dnvidia.c309 int i, depth = fb_get_color_depth(&info->var, &info->fix);
638 info->fix.visual = (info->var.bits_per_pixel == 8) ?
668 info->fix.line_length = (info->var.xres_virtual *
695 btext_update_display(info->fix.smem_start,
697 info->var.bits_per_pixel, info->fix.line_length);
721 if (regno < 16 && info->fix.visual == FB_VISUAL_DIRECTCOLOR) {
928 total = var->yoffset * info->fix.line_length + var->xoffset;
1157 info->fix.visual = (info->var.bits_per_pixel == 8) ?
1182 info->fix.accel = FB_ACCEL_NV4;
1185 info->fix
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/udlfb/
H A Dudlfb.c281 wrptr = dlfb_set_base8bpp(wrptr, dev->info->fix.smem_len);
302 dl_notice("MMAP: %lu %u\n", offset + size, info->fix.smem_len);
304 if (offset + size > info->fix.smem_len)
307 pos = (unsigned long)info->fix.smem_start + offset;
578 const int line_offset = dev->info->fix.line_length * i;
581 dlfb_render_hline(dev, &urb, (char *) dev->info->fix.smem_start,
874 if ((var->xres * var->yres * 2) > info->fix.smem_len)
1180 dlfb_render_hline(dev, &urb, (char *) info->fix.smem_start,
1296 info->fix = dlfb_fix;
1297 info->fix
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-versatile/
H A Dcore.c658 fb->fb.fix.smem_start = dma;
659 fb->fb.fix.smem_len = framesize;
668 fb->fb.fix.smem_start,
669 fb->fb.fix.smem_len);
674 dma_free_writecombine(&fb->dev->dev, fb->fb.fix.smem_len,
675 fb->fb.screen_base, fb->fb.fix.smem_start);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/console/
H A Dfbcon_rotate.h19 (s == SCROLL_REDRAW || s == SCROLL_MOVE || !(i)->fix.xpanstep) ? \
H A Dfbcon.h136 is_mono01 = info->fix.visual == FB_VISUAL_MONO01;
239 if (fb_get_color_depth(&info->var, &info->fix) == 1) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/nwfpe/
H A Dentry.S111 @ to fault. Emit the appropriate exception gunk to fix things up.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/savage/
H A Dsavagefb_driver.c946 vramlen = info->fix.smem_len;
1496 info->fix.line_length = info->var.xres_virtual *
1500 info->fix.visual = FB_VISUAL_PSEUDOCOLOR;
1501 info->fix.xpanstep = 4;
1503 info->fix.visual = FB_VISUAL_TRUECOLOR;
1504 info->fix.xpanstep = 2;
1741 info->fix.mmio_start = par->mmio.pbase;
1742 info->fix.mmio_len = par->mmio.len;
1789 info->fix.smem_start = par->video.pbase;
1790 info->fix
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/intelfb/
H A Dintelfbdrv.c1054 strcpy(info->fix.id, dinfo->name);
1055 info->fix.smem_start = dinfo->fb.physical;
1056 info->fix.smem_len = dinfo->fb.size;
1057 info->fix.type = FB_TYPE_PACKED_PIXELS;
1058 info->fix.type_aux = 0;
1059 info->fix.xpanstep = 8;
1060 info->fix.ypanstep = 1;
1061 info->fix.ywrapstep = 0;
1062 info->fix.mmio_start = dinfo->mmio_base_phys;
1063 info->fix
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/
H A Ddrm_fb_helper.c591 if (info->fix.visual == FB_VISUAL_TRUECOLOR) {
935 info->fix.id);
959 info->fix.type = FB_TYPE_PACKED_PIXELS;
960 info->fix.visual = depth == 8 ? FB_VISUAL_PSEUDOCOLOR :
962 info->fix.type_aux = 0;
963 info->fix.xpanstep = 1; /* doing it in hw */
964 info->fix.ypanstep = 1; /* doing it in hw */
965 info->fix.ywrapstep = 0;
966 info->fix.accel = FB_ACCEL_NONE;
967 info->fix
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A DCA.com3 $! things easier between now and when Eric is convinced to fix it :-)

Completed in 271 milliseconds

1234567891011