/kernel/linux/linux-5.10/drivers/video/fbdev/ |
H A D | tridentfb.c | 66 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() 1775 * video=trident:800x600,bpp=16,noaccel 1786 if (!strncmp(opt, "noaccel", 7)) in tridentfb_setup() 1787 noaccel = 1; in tridentfb_setup()
|
H A D | pm2fb.c | 79 static bool noaccel; variable 1673 if (noaccel) { in pm2fb_probe() 1791 else if (!strncmp(this_opt, "noaccel", 7)) in pm2fb_setup() 1792 noaccel = 1; in pm2fb_setup() 1838 module_param(noaccel, bool, 0); 1839 MODULE_PARM_DESC(noaccel, "Disable acceleration");
|
H A D | pm3fb.c | 57 static bool noaccel; variable 1395 if (noaccel) { in pm3fb_probe() 1518 else if (!strncmp(this_opt, "noaccel", 7)) in pm3fb_setup() 1519 noaccel = 1; in pm3fb_setup() 1559 module_param(noaccel, bool, 0); 1560 MODULE_PARM_DESC(noaccel, "Disable acceleration");
|
H A D | cirrusfb.c | 368 static bool noaccel; variable 1985 if (noaccel || is_laguna(cinfo)) { in cirrusfb_set_fbinfo() 2337 if (!strcmp(this_opt, "noaccel")) in cirrusfb_setup() 2338 noaccel = 1; in cirrusfb_setup() 2391 module_param(noaccel, bool, 0); 2392 MODULE_PARM_DESC(noaccel, "Disable acceleration");
|
/kernel/linux/linux-5.10/drivers/video/fbdev/nvidia/ |
H A D | nvidia.c | 70 static int noaccel = 0; variable 1176 info->var.accel_flags = (!noaccel); in nvidia_set_fbinfo() 1477 } else if (!strncmp(this_opt, "noaccel", 6)) { in nvidiafb_setup() 1478 noaccel = 1; in nvidiafb_setup() 1550 module_param(noaccel, int, 0); 1551 MODULE_PARM_DESC(noaccel,
|
/kernel/linux/linux-5.10/drivers/video/fbdev/riva/ |
H A D | fbdev.c | 203 static bool noaccel = 0; variable 1705 if ((par->riva.Architecture == NV_ARCH_30) || noaccel) { in riva_set_fbinfo() 2135 } else if (!strncmp(this_opt, "noaccel", 7)) { in rivafb_setup() 2136 noaccel = 1; in rivafb_setup() 2182 module_param(noaccel, bool, 0); 2183 MODULE_PARM_DESC(noaccel, "bool: disable acceleration");
|
/kernel/linux/linux-6.6/drivers/video/fbdev/nvidia/ |
H A D | nvidia.c | 71 static int noaccel = 0; variable 1177 info->var.accel_flags = (!noaccel); in nvidia_set_fbinfo() 1485 } else if (!strncmp(this_opt, "noaccel", 6)) { in nvidiafb_setup() 1486 noaccel = 1; in nvidiafb_setup() 1563 module_param(noaccel, int, 0); 1564 MODULE_PARM_DESC(noaccel,
|
/kernel/linux/linux-6.6/drivers/video/fbdev/ |
H A D | pm2fb.c | 80 static bool noaccel; variable 1676 if (noaccel) { in pm2fb_probe() 1792 else if (!strncmp(this_opt, "noaccel", 7)) in pm2fb_setup() 1793 noaccel = 1; in pm2fb_setup() 1844 module_param(noaccel, bool, 0); 1845 MODULE_PARM_DESC(noaccel, "Disable acceleration");
|
H A D | pm3fb.c | 58 static bool noaccel; variable 1399 if (noaccel) { in pm3fb_probe() 1522 else if (!strncmp(this_opt, "noaccel", 7)) in pm3fb_setup() 1523 noaccel = 1; in pm3fb_setup() 1568 module_param(noaccel, bool, 0); 1569 MODULE_PARM_DESC(noaccel, "Disable acceleration");
|
H A D | tridentfb.c | 67 static int noaccel; variable 86 module_param(noaccel, int, 0); 1604 if (!noaccel && default_par->init_accel) { in trident_pci_probe() 1632 if (noaccel) { in trident_pci_probe() 1774 * video=trident:800x600,bpp=16,noaccel 1785 if (!strncmp(opt, "noaccel", 7)) in tridentfb_setup() 1786 noaccel = 1; in tridentfb_setup()
|
H A D | cirrusfb.c | 369 static bool noaccel; variable 1986 if (noaccel || is_laguna(cinfo)) { in cirrusfb_set_fbinfo() 2336 if (!strcmp(this_opt, "noaccel")) in cirrusfb_setup() 2337 noaccel = 1; in cirrusfb_setup() 2395 module_param(noaccel, bool, 0); 2396 MODULE_PARM_DESC(noaccel, "Disable acceleration");
|
/kernel/linux/linux-6.6/drivers/video/fbdev/riva/ |
H A D | fbdev.c | 204 static bool noaccel = 0; variable 1698 if ((par->riva.Architecture == NV_ARCH_30) || noaccel) { in riva_set_fbinfo() 2132 } else if (!strncmp(this_opt, "noaccel", 7)) { in rivafb_setup() 2133 noaccel = 1; in rivafb_setup() 2184 module_param(noaccel, bool, 0); 2185 MODULE_PARM_DESC(noaccel, "bool: disable acceleration");
|
/kernel/linux/linux-5.10/drivers/video/fbdev/aty/ |
H A D | atyfb_base.c | 312 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() 3842 if (!strncmp(this_opt, "noaccel", 7)) { in atyfb_setup() 3843 noaccel = true; in atyfb_setup() 4000 module_param(noaccel, bool, 0); 4001 MODULE_PARM_DESC(noaccel, "bool: disable acceleration");
|
H A D | radeon_base.c | 261 static bool noaccel = 0; variable 1998 if (noaccel) in radeon_set_fbinfo() 2584 if (!strncmp(this_opt, "noaccel", 7)) { in radeonfb_setup() 2585 noaccel = 1; in radeonfb_setup() 2639 module_param(noaccel, bool, 0); 2642 MODULE_PARM_DESC(noaccel, "bool: disable acceleration");
|
/kernel/linux/linux-6.6/drivers/video/fbdev/aty/ |
H A D | atyfb_base.c | 322 static bool noaccel; variable 1712 if (noaccel) in atyfb_release() 2707 if (noaccel) in aty_init() 2733 if (!noaccel && M64_HAS(INTEGRATED)) in aty_init() 3842 if (!strncmp(this_opt, "noaccel", 7)) { in atyfb_setup() 3843 noaccel = true; in atyfb_setup() 4005 module_param(noaccel, bool, 0); 4006 MODULE_PARM_DESC(noaccel, "bool: disable acceleration");
|
H A D | radeon_base.c | 262 static bool noaccel = 0; variable 1998 if (noaccel) in radeon_set_fbinfo() 2565 if (!strncmp(this_opt, "noaccel", 7)) { in radeonfb_setup() 2566 noaccel = 1; in radeonfb_setup() 2625 module_param(noaccel, bool, 0); 2628 MODULE_PARM_DESC(noaccel, "bool: disable acceleration");
|
/kernel/linux/linux-5.10/drivers/video/fbdev/matrox/ |
H A D | matroxfb_base.c | 1241 static int option_precise_width = 1; /* cannot be changed, option_precise_width==0 must imply noaccel */ 1245 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)");
|
/kernel/linux/linux-6.6/drivers/video/fbdev/matrox/ |
H A D | matroxfb_base.c | 1242 static int option_precise_width = 1; /* cannot be changed, option_precise_width==0 must imply noaccel */ 1246 static int noaccel; /* "matroxfb:noaccel" */ variable 1806 if (noaccel) in initMatrox2() 2444 noaccel = !value; in matroxfb_setup() 2509 module_param(noaccel, int, 0); 2510 MODULE_PARM_DESC(noaccel, "Do not use accelerating engine (0 or 1=disabled) (default=0)");
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/ |
H A D | nouveau_drm.c | 79 MODULE_PARM_DESC(noaccel, "disable kernel/abi16 acceleration"); 81 module_param_named(noaccel, nouveau_noaccel, int, 0400); 1299 DRM_DEBUG_DRIVER("... noaccel : %d\n", nouveau_noaccel); in nouveau_display_options()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/ |
H A D | nouveau_drm.c | 95 MODULE_PARM_DESC(noaccel, "disable kernel/abi16 acceleration"); 97 module_param_named(noaccel, nouveau_noaccel, int, 0400); 1325 DRM_DEBUG_DRIVER("... noaccel : %d\n", nouveau_noaccel); in nouveau_display_options()
|
/kernel/linux/linux-5.10/drivers/video/fbdev/sis/ |
H A D | sis_main.c | 4016 } else if(!strncasecmp(this_opt, "noaccel", 7)) { in sisfb_setup() 6607 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,
|
/kernel/linux/linux-6.6/drivers/video/fbdev/sis/ |
H A D | sis_main.c | 4028 } else if(!strncasecmp(this_opt, "noaccel", 7)) { in sisfb_setup() 6623 static int noaccel = -1; variable 6670 if(noaccel == 1) in sisfb_init_module() 6672 else if(noaccel == 0) in sisfb_init_module() 6734 module_param(noaccel, int, 0); 6766 MODULE_PARM_DESC(noaccel,
|