Searched refs:noaccel (Results 1 - 11 of 11) sorted by relevance

/linux-master/drivers/video/fbdev/nvidia/
H A Dnvidia.c71 static int noaccel = 0; variable
1179 info->var.accel_flags = (!noaccel);
1487 } else if (!strncmp(this_opt, "noaccel", 6)) {
1488 noaccel = 1;
1565 module_param(noaccel, int, 0);
1566 MODULE_PARM_DESC(noaccel,
/linux-master/drivers/video/fbdev/
H A Dpm2fb.c80 static bool noaccel; variable
1678 if (noaccel) {
1794 else if (!strncmp(this_opt, "noaccel", 7))
1795 noaccel = 1;
1846 module_param(noaccel, bool, 0);
1847 MODULE_PARM_DESC(noaccel, "Disable acceleration");
H A Dpm3fb.c58 static bool noaccel; variable
1401 if (noaccel) {
1524 else if (!strncmp(this_opt, "noaccel", 7))
1525 noaccel = 1;
1570 module_param(noaccel, bool, 0);
1571 MODULE_PARM_DESC(noaccel, "Disable acceleration");
H A Dtridentfb.c67 static int noaccel; variable
86 module_param(noaccel, int, 0);
1605 if (!noaccel && default_par->init_accel) {
1633 if (noaccel) {
1775 * video=trident:800x600,bpp=16,noaccel
1786 if (!strncmp(opt, "noaccel", 7))
1787 noaccel = 1;
H A Dcirrusfb.c369 static bool noaccel; variable
1988 if (noaccel || is_laguna(cinfo)) {
2338 if (!strcmp(this_opt, "noaccel"))
2339 noaccel = 1;
2397 module_param(noaccel, bool, 0);
2398 MODULE_PARM_DESC(noaccel, "Disable acceleration");
/linux-master/drivers/video/fbdev/aty/
H A Dradeon_base.c262 static bool noaccel = 0; variable
2000 if (noaccel)
2567 if (!strncmp(this_opt, "noaccel", 7)) {
2568 noaccel = 1;
2627 module_param(noaccel, bool, 0);
2630 MODULE_PARM_DESC(noaccel, "bool: disable acceleration");
H A Datyfb_base.c325 static bool noaccel; variable
1715 if (noaccel)
2710 if (noaccel)
2736 if (!noaccel && M64_HAS(INTEGRATED))
3845 if (!strncmp(this_opt, "noaccel", 7)) {
3846 noaccel = true;
4008 module_param(noaccel, bool, 0);
4009 MODULE_PARM_DESC(noaccel, "bool: disable acceleration");
/linux-master/drivers/video/fbdev/matrox/
H A Dmatroxfb_base.c1244 static int option_precise_width = 1; /* cannot be changed, option_precise_width==0 must imply noaccel */
1248 static int noaccel; /* "matroxfb:noaccel" */ variable
1808 if (noaccel)
2446 noaccel = !value;
2511 module_param(noaccel, int, 0);
2512 MODULE_PARM_DESC(noaccel, "Do not use accelerating engine (0 or 1=disabled) (default=0)");
/linux-master/drivers/video/fbdev/riva/
H A Dfbdev.c204 static bool noaccel = 0; variable
1700 if ((par->riva.Architecture == NV_ARCH_30) || noaccel) {
2134 } else if (!strncmp(this_opt, "noaccel", 7)) {
2135 noaccel = 1;
2186 module_param(noaccel, bool, 0);
2187 MODULE_PARM_DESC(noaccel, "bool: disable acceleration");
/linux-master/drivers/gpu/drm/nouveau/
H A Dnouveau_drm.c95 MODULE_PARM_DESC(noaccel, "disable kernel/abi16 acceleration");
97 module_param_named(noaccel, nouveau_noaccel, int, 0400);
1339 DRM_DEBUG_DRIVER("... noaccel : %d\n", nouveau_noaccel);
/linux-master/drivers/video/fbdev/sis/
H A Dsis_main.c3999 } else if(!strncasecmp(this_opt, "noaccel", 7)) {
6588 static int noaccel = -1; variable
6635 if(noaccel == 1)
6637 else if(noaccel == 0)
6699 module_param(noaccel, int, 0);
6731 MODULE_PARM_DESC(noaccel,

Completed in 245 milliseconds