/Linux-v4.19/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-v4.19/Documentation/fb/ |
D | tridentfb.txt | 34 video=tridentfb:800x600-16@75,noaccel 38 noaccel - turns off acceleration (when it doesn't work for your card)
|
D | aty128fb.txt | 55 noaccel - do not use acceleration engine. It is default.
|
D | sisfb.txt | 140 noaccel - do not use 2D acceleration engine. (Default: use acceleration) 149 Boolean options such as "noaccel" or "noypan" are to be given without a
|
D | intelfb.txt | 79 The binary parameters can be unset with a "no" prefix, example "noaccel".
|
D | matroxfb.txt | 122 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-v4.19/drivers/video/fbdev/ |
D | pm3fb.c | 57 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");
|
D | pm2fb.c | 79 static bool noaccel; variable 1666 if (noaccel) { in pm2fb_probe() 1782 noaccel = 1; in pm2fb_setup() 1828 module_param(noaccel, bool, 0); 1829 MODULE_PARM_DESC(noaccel, "Disable acceleration");
|
D | tridentfb.c | 65 static int noaccel; variable 84 module_param(noaccel, int, 0); 1600 if (!noaccel && default_par->init_accel) { in trident_pci_probe() 1628 if (noaccel) { in trident_pci_probe() 1786 noaccel = 1; in tridentfb_setup()
|
D | cirrusfb.c | 369 static bool noaccel; variable 1986 if (noaccel || is_laguna(cinfo)) { in cirrusfb_set_fbinfo() 2342 noaccel = 1; in cirrusfb_setup() 2395 module_param(noaccel, bool, 0); 2396 MODULE_PARM_DESC(noaccel, "Disable acceleration");
|
/Linux-v4.19/drivers/video/fbdev/nvidia/ |
D | nvidia.c | 70 static int noaccel = 0; variable 1170 info->var.accel_flags = (!noaccel); in nvidia_set_fbinfo() 1472 noaccel = 1; in nvidiafb_setup() 1545 module_param(noaccel, int, 0); 1546 MODULE_PARM_DESC(noaccel,
|
/Linux-v4.19/drivers/video/fbdev/riva/ |
D | fbdev.c | 203 static bool noaccel = 0; variable 1706 if ((par->riva.Architecture == NV_ARCH_30) || noaccel) { in riva_set_fbinfo() 2138 noaccel = 1; in rivafb_setup() 2184 module_param(noaccel, bool, 0); 2185 MODULE_PARM_DESC(noaccel, "bool: disable acceleration");
|
/Linux-v4.19/drivers/video/fbdev/matrox/ |
D | matroxfb_base.c | 1244 static int noaccel; /* "matroxfb:noaccel" */ variable 1791 if (noaccel) in initMatrox2() 2423 noaccel = !value; in matroxfb_setup() 2490 module_param(noaccel, int, 0); 2491 MODULE_PARM_DESC(noaccel, "Do not use accelerating engine (0 or 1=disabled) (default=0)");
|
/Linux-v4.19/drivers/video/fbdev/aty/ |
D | radeon_base.c | 261 static bool noaccel = 0; variable 2014 if (noaccel) in radeon_set_fbinfo() 2613 noaccel = 1; in radeonfb_setup() 2667 module_param(noaccel, bool, 0); 2670 MODULE_PARM_DESC(noaccel, "bool: disable acceleration");
|
D | atyfb_base.c | 302 static bool noaccel; variable 1711 if (noaccel) in atyfb_release() 2703 if (noaccel) in aty_init() 2729 if (!noaccel && M64_HAS(INTEGRATED)) in aty_init() 3839 noaccel = 1; in atyfb_setup() 3997 module_param(noaccel, bool, 0); 3998 MODULE_PARM_DESC(noaccel, "bool: disable acceleration");
|
/Linux-v4.19/drivers/gpu/drm/nouveau/ |
D | nouveau_drm.c | 75 MODULE_PARM_DESC(noaccel, "disable kernel/abi16 acceleration"); 77 module_param_named(noaccel, nouveau_noaccel, int, 0400);
|
/Linux-v4.19/drivers/video/fbdev/sis/ |
D | sis_main.c | 6621 static int noaccel = -1; variable 6668 if(noaccel == 1) in sisfb_init_module() 6670 else if(noaccel == 0) in sisfb_init_module() 6732 module_param(noaccel, int, 0); 6764 MODULE_PARM_DESC(noaccel,
|