Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/staging/sm750fb/
H A Dreadme15 insmod ./sm750fb.ko g_option="noaccel:nomtrr:nohwc:800x600"
28 video=sm750fb:noaccel,1280x1024@60,otherparam,etc...
30 insmod ./sm750fb.ko g_option="noaccel:1280x1024@60:otherparm:etc..."
/OK3568_Linux_fs/kernel/Documentation/fb/
H A Dtridentfb.rst40 video=tridentfb:800x600-16@75,noaccel
45 noaccel turns off acceleration (when it doesn't work for your card)
H A Daty128fb.rst57 noaccel do not use acceleration engine. It is default.
H A Dsisfb.rst142 noaccel do not use 2D acceleration engine. (Default: use acceleration)
152 Boolean options such as "noaccel" or "noypan" are to be given without a
H A Dintelfb.rst83 The binary parameters can be unset with a "no" prefix, example "noaccel".
H A Dmatroxfb.rst134 noaccel do not use acceleration engine. It does not work on Alphas.
209 non-accelerated mode (`noaccel` or `fbset -accel false`), software
312 `noaccel` (and cfb4 accel) driver does not work on Alpha. So everyone
/OK3568_Linux_fs/kernel/drivers/video/fbdev/
H A Dpm3fb.c57 static bool noaccel; variable
1395 if (noaccel) { in pm3fb_probe()
1519 noaccel = 1; in pm3fb_setup()
1559 module_param(noaccel, bool, 0);
1560 MODULE_PARM_DESC(noaccel, "Disable acceleration");
H A Dpm2fb.c79 static bool noaccel; variable
1671 if (noaccel) { in pm2fb_probe()
1787 noaccel = 1; in pm2fb_setup()
1833 module_param(noaccel, bool, 0);
1834 MODULE_PARM_DESC(noaccel, "Disable acceleration");
H A Dtridentfb.c66 static int noaccel; variable
85 module_param(noaccel, int, 0);
1601 if (!noaccel && default_par->init_accel) { in trident_pci_probe()
1629 if (noaccel) { in trident_pci_probe()
1787 noaccel = 1; in tridentfb_setup()
H A Dcirrusfb.c368 static bool noaccel; variable
1985 if (noaccel || is_laguna(cinfo)) { in cirrusfb_set_fbinfo()
2338 noaccel = 1; in cirrusfb_setup()
2391 module_param(noaccel, bool, 0);
2392 MODULE_PARM_DESC(noaccel, "Disable acceleration");
/OK3568_Linux_fs/kernel/drivers/video/fbdev/nvidia/
H A Dnvidia.c70 static int noaccel = 0; variable
1174 info->var.accel_flags = (!noaccel); in nvidia_set_fbinfo()
1476 noaccel = 1; in nvidiafb_setup()
1548 module_param(noaccel, int, 0);
1549 MODULE_PARM_DESC(noaccel,
/OK3568_Linux_fs/kernel/drivers/video/fbdev/riva/
H A Dfbdev.c203 static bool noaccel = 0; variable
1705 if ((par->riva.Architecture == NV_ARCH_30) || noaccel) { in riva_set_fbinfo()
2136 noaccel = 1; in rivafb_setup()
2182 module_param(noaccel, bool, 0);
2183 MODULE_PARM_DESC(noaccel, "bool: disable acceleration");
/OK3568_Linux_fs/kernel/drivers/video/fbdev/matrox/
H A Dmatroxfb_base.c1245 static int noaccel; /* "matroxfb:noaccel" */ variable
1805 if (noaccel) in initMatrox2()
2440 noaccel = !value; in matroxfb_setup()
2507 module_param(noaccel, int, 0);
2508 MODULE_PARM_DESC(noaccel, "Do not use accelerating engine (0 or 1=disabled) (default=0)");
/OK3568_Linux_fs/kernel/drivers/video/fbdev/aty/
H A Dradeon_base.c261 static bool noaccel = 0; variable
1998 if (noaccel) in radeon_set_fbinfo()
2585 noaccel = 1; in radeonfb_setup()
2639 module_param(noaccel, bool, 0);
2642 MODULE_PARM_DESC(noaccel, "bool: disable acceleration");
H A Datyfb_base.c312 static bool noaccel; variable
1702 if (noaccel) in atyfb_release()
2708 if (noaccel) in aty_init()
2734 if (!noaccel && M64_HAS(INTEGRATED)) in aty_init()
3839 noaccel = true; in atyfb_setup()
3996 module_param(noaccel, bool, 0);
3997 MODULE_PARM_DESC(noaccel, "bool: disable acceleration");
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/
H A Dnouveau_drm.c79 MODULE_PARM_DESC(noaccel, "disable kernel/abi16 acceleration");
81 module_param_named(noaccel, nouveau_noaccel, int, 0400);
/OK3568_Linux_fs/kernel/drivers/video/fbdev/sis/
H A Dsis_main.c6607 static int noaccel = -1; variable
6654 if(noaccel == 1) in sisfb_init_module()
6656 else if(noaccel == 0) in sisfb_init_module()
6718 module_param(noaccel, int, 0);
6750 MODULE_PARM_DESC(noaccel,