Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/staging/sm750fb/
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..."
/Linux-v6.6/Documentation/fb/
Dtridentfb.rst40 video=tridentfb:800x600-16@75,noaccel
45 noaccel turns off acceleration (when it doesn't work for your card)
Daty128fb.rst57 noaccel do not use acceleration engine. It is default.
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
Dintelfb.rst83 The binary parameters can be unset with a "no" prefix, example "noaccel".
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
/Linux-v6.6/drivers/video/fbdev/
Dpm3fb.c58 static bool noaccel; variable
1399 if (noaccel) { in pm3fb_probe()
1523 noaccel = 1; in pm3fb_setup()
1568 module_param(noaccel, bool, 0);
1569 MODULE_PARM_DESC(noaccel, "Disable acceleration");
Dtridentfb.c67 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()
Dpm2fb.c80 static bool noaccel; variable
1676 if (noaccel) { in pm2fb_probe()
1793 noaccel = 1; in pm2fb_setup()
1844 module_param(noaccel, bool, 0);
1845 MODULE_PARM_DESC(noaccel, "Disable acceleration");
Dcirrusfb.c369 static bool noaccel; variable
1986 if (noaccel || is_laguna(cinfo)) { in cirrusfb_set_fbinfo()
2337 noaccel = 1; in cirrusfb_setup()
2395 module_param(noaccel, bool, 0);
2396 MODULE_PARM_DESC(noaccel, "Disable acceleration");
/Linux-v6.6/drivers/video/fbdev/nvidia/
Dnvidia.c71 static int noaccel = 0; variable
1177 info->var.accel_flags = (!noaccel); in nvidia_set_fbinfo()
1486 noaccel = 1; in nvidiafb_setup()
1563 module_param(noaccel, int, 0);
1564 MODULE_PARM_DESC(noaccel,
/Linux-v6.6/drivers/video/fbdev/riva/
Dfbdev.c204 static bool noaccel = 0; variable
1698 if ((par->riva.Architecture == NV_ARCH_30) || noaccel) { in riva_set_fbinfo()
2133 noaccel = 1; in rivafb_setup()
2184 module_param(noaccel, bool, 0);
2185 MODULE_PARM_DESC(noaccel, "bool: disable acceleration");
/Linux-v6.6/drivers/video/fbdev/aty/
Dradeon_base.c262 static bool noaccel = 0; variable
1998 if (noaccel) in radeon_set_fbinfo()
2566 noaccel = 1; in radeonfb_setup()
2625 module_param(noaccel, bool, 0);
2628 MODULE_PARM_DESC(noaccel, "bool: disable acceleration");
Datyfb_base.c322 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()
3843 noaccel = true; in atyfb_setup()
4005 module_param(noaccel, bool, 0);
4006 MODULE_PARM_DESC(noaccel, "bool: disable acceleration");
/Linux-v6.6/drivers/video/fbdev/matrox/
Dmatroxfb_base.c1246 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)");
/Linux-v6.6/drivers/gpu/drm/nouveau/
Dnouveau_drm.c95 MODULE_PARM_DESC(noaccel, "disable kernel/abi16 acceleration");
97 module_param_named(noaccel, nouveau_noaccel, int, 0400);
/Linux-v6.6/drivers/video/fbdev/sis/
Dsis_main.c6621 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,