Home
last modified time | relevance | path

Searched refs:noaccel (Results 1 – 18 of 18) sorted by relevance

/linux-3.4.99/Documentation/fb/
Dtridentfb.txt34 video=tridentfb:800x600-16@75,noaccel
38 noaccel - turns off acceleration (when it doesn't work for your card)
Daty128fb.txt55 noaccel - do not use acceleration engine. It is default.
Dsisfb.txt140 noaccel - do not use 2D acceleration engine. (Default: use acceleration)
149 Boolean options such as "noaccel" or "noypan" are to be given without a
Dintelfb.txt79 The binary parameters can be unset with a "no" prefix, example "noaccel".
Dmatroxfb.txt122 noaccel - do not use acceleration engine. It does not work on Alphas.
192 non-accelerated mode (`noaccel' or `fbset -accel false'), software
287 `noaccel' (and cfb4 accel) driver does not work on Alpha. So everyone
/linux-3.4.99/drivers/gpu/drm/nouveau/
Dnouveau_drv.c80 MODULE_PARM_DESC(noaccel, "Disable all acceleration");
82 module_param_named(noaccel, nouveau_noaccel, int, 0400);
Dnouveau_state.c747 if (!dev_priv->noaccel) { in nouveau_card_init()
884 if (!dev_priv->noaccel) in nouveau_card_init()
887 if (!dev_priv->noaccel) { in nouveau_card_init()
938 if (!dev_priv->noaccel) { in nouveau_card_takedown()
1220 dev_priv->noaccel = !!nouveau_noaccel; in nouveau_load()
1226 dev_priv->noaccel = true; in nouveau_load()
1229 dev_priv->noaccel = false; in nouveau_load()
Dnouveau_drv.h709 bool noaccel; member
/linux-3.4.99/drivers/video/
Dpm3fb.c60 static bool noaccel __devinitdata;
1406 if (noaccel) { in pm3fb_probe()
1536 noaccel = 1; in pm3fb_setup()
1578 module_param(noaccel, bool, 0);
1579 MODULE_PARM_DESC(noaccel, "Disable acceleration");
Dtridentfb.c59 static int noaccel __devinitdata;
78 module_param(noaccel, int, 0);
1475 if (!noaccel && default_par->init_accel) { in trident_pci_probe()
1502 if (noaccel) { in trident_pci_probe()
1612 noaccel = 1; in tridentfb_setup()
Dpm2fb.c83 static bool noaccel __devinitdata;
1677 if (noaccel) { in pm2fb_probe()
1801 noaccel = 1; in pm2fb_setup()
1847 module_param(noaccel, bool, 0);
1848 MODULE_PARM_DESC(noaccel, "Disable acceleration");
Dcirrusfb.c375 static bool noaccel __devinitdata;
2018 if (noaccel || is_laguna(cinfo)) { in cirrusfb_set_fbinfo()
2384 noaccel = 1; in cirrusfb_setup()
2437 module_param(noaccel, bool, 0);
2438 MODULE_PARM_DESC(noaccel, "Disable acceleration");
/linux-3.4.99/drivers/video/nvidia/
Dnvidia.c77 static int noaccel __devinitdata = 0;
1179 info->var.accel_flags = (!noaccel); in nvidia_set_fbinfo()
1499 noaccel = 1; in nvidiafb_setup()
1574 module_param(noaccel, int, 0);
1575 MODULE_PARM_DESC(noaccel,
/linux-3.4.99/drivers/video/riva/
Dfbdev.c210 static bool noaccel __devinitdata = 0;
1726 if ((par->riva.Architecture == NV_ARCH_30) || noaccel) { in riva_set_fbinfo()
2176 noaccel = 1; in rivafb_setup()
2222 module_param(noaccel, bool, 0);
2223 MODULE_PARM_DESC(noaccel, "bool: disable acceleration");
/linux-3.4.99/drivers/video/aty/
Dradeon_base.c266 static bool noaccel = 0; variable
1901 if (noaccel) in radeon_set_fbinfo()
2488 noaccel = 1; in radeonfb_setup()
2544 module_param(noaccel, bool, 0);
2547 MODULE_PARM_DESC(noaccel, "bool: disable acceleration");
Datyfb_base.c304 static bool noaccel; variable
1707 if (noaccel) in atyfb_release()
2725 if (noaccel) in aty_init()
2751 if (!noaccel && M64_HAS(INTEGRATED)) in aty_init()
3857 noaccel = 1; in atyfb_setup()
4014 module_param(noaccel, bool, 0);
4015 MODULE_PARM_DESC(noaccel, "bool: disable acceleration");
/linux-3.4.99/drivers/video/matrox/
Dmatroxfb_base.c1251 static int noaccel; /* "matroxfb:noaccel" */ variable
1763 if (noaccel) in initMatrox2()
2399 noaccel = !value; in matroxfb_setup()
2468 module_param(noaccel, int, 0);
2469 MODULE_PARM_DESC(noaccel, "Do not use accelerating engine (0 or 1=disabled) (default=0)");
/linux-3.4.99/drivers/video/sis/
Dsis_main.c6628 static int noaccel = -1; variable
6675 if(noaccel == 1) in sisfb_init_module()
6677 else if(noaccel == 0) in sisfb_init_module()
6739 module_param(noaccel, int, 0);
6771 MODULE_PARM_DESC(noaccel,