/linux-6.1.9/drivers/staging/sm750fb/ |
D | readme | 15 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..."
|
/linux-6.1.9/Documentation/fb/ |
D | tridentfb.rst | 40 video=tridentfb:800x600-16@75,noaccel 45 noaccel turns off acceleration (when it doesn't work for your card)
|
D | aty128fb.rst | 57 noaccel do not use acceleration engine. It is default.
|
D | sisfb.rst | 142 noaccel do not use 2D acceleration engine. (Default: use acceleration) 152 Boolean options such as "noaccel" or "noypan" are to be given without a
|
D | intelfb.rst | 83 The binary parameters can be unset with a "no" prefix, example "noaccel".
|
D | matroxfb.rst | 134 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
|
/linux-6.1.9/drivers/video/fbdev/ |
D | pm3fb.c | 58 static bool noaccel; variable 1400 if (noaccel) { in pm3fb_probe() 1524 noaccel = 1; in pm3fb_setup() 1564 module_param(noaccel, bool, 0); 1565 MODULE_PARM_DESC(noaccel, "Disable acceleration");
|
D | pm2fb.c | 80 static bool noaccel; variable 1677 if (noaccel) { in pm2fb_probe() 1794 noaccel = 1; in pm2fb_setup() 1840 module_param(noaccel, bool, 0); 1841 MODULE_PARM_DESC(noaccel, "Disable acceleration");
|
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() 1786 noaccel = 1; in tridentfb_setup()
|
D | cirrusfb.c | 369 static bool noaccel; variable 1987 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");
|
/linux-6.1.9/drivers/video/fbdev/nvidia/ |
D | nvidia.c | 71 static int noaccel = 0; variable 1175 info->var.accel_flags = (!noaccel); in nvidia_set_fbinfo() 1481 noaccel = 1; in nvidiafb_setup() 1553 module_param(noaccel, int, 0); 1554 MODULE_PARM_DESC(noaccel,
|
/linux-6.1.9/drivers/video/fbdev/riva/ |
D | fbdev.c | 204 static bool noaccel = 0; variable 1705 if ((par->riva.Architecture == NV_ARCH_30) || noaccel) { in riva_set_fbinfo() 2140 noaccel = 1; in rivafb_setup() 2186 module_param(noaccel, bool, 0); 2187 MODULE_PARM_DESC(noaccel, "bool: disable acceleration");
|
/linux-6.1.9/drivers/video/fbdev/aty/ |
D | radeon_base.c | 262 static bool noaccel = 0; variable 1999 if (noaccel) in radeon_set_fbinfo() 2576 noaccel = 1; in radeonfb_setup() 2630 module_param(noaccel, bool, 0); 2633 MODULE_PARM_DESC(noaccel, "bool: disable acceleration");
|
D | atyfb_base.c | 322 static bool noaccel; variable 1712 if (noaccel) in atyfb_release() 2719 if (noaccel) in aty_init() 2745 if (!noaccel && M64_HAS(INTEGRATED)) in aty_init() 3850 noaccel = true; in atyfb_setup() 4007 module_param(noaccel, bool, 0); 4008 MODULE_PARM_DESC(noaccel, "bool: disable acceleration");
|
/linux-6.1.9/drivers/video/fbdev/matrox/ |
D | matroxfb_base.c | 1246 static int noaccel; /* "matroxfb:noaccel" */ variable 1806 if (noaccel) in initMatrox2() 2441 noaccel = !value; in matroxfb_setup() 2506 module_param(noaccel, int, 0); 2507 MODULE_PARM_DESC(noaccel, "Do not use accelerating engine (0 or 1=disabled) (default=0)");
|
/linux-6.1.9/drivers/gpu/drm/nouveau/ |
D | nouveau_drm.c | 94 MODULE_PARM_DESC(noaccel, "disable kernel/abi16 acceleration"); 96 module_param_named(noaccel, nouveau_noaccel, int, 0400);
|
/linux-6.1.9/drivers/video/fbdev/sis/ |
D | sis_main.c | 6619 static int noaccel = -1; variable 6666 if(noaccel == 1) in sisfb_init_module() 6668 else if(noaccel == 0) in sisfb_init_module() 6730 module_param(noaccel, int, 0); 6762 MODULE_PARM_DESC(noaccel,
|