Home
last modified time | relevance | path

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

/linux/drivers/staging/sm750fb/
H A 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/Documentation/fb/
H A Dtridentfb.rst40 video=tridentfb:800x600-16@75,noaccel
45 noaccel turns off acceleration (when it doesn't work for your card)
H A Daty128fb.rst55 noaccel do not use acceleration engine. It is default.
H A 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
H A Dmatroxfb.rst131 noaccel do not use acceleration engine. It does not work on Alphas.
206 non-accelerated mode (`noaccel` or `fbset -accel false`), software
309 `noaccel` (and cfb4 accel) driver does not work on Alpha. So everyone
/linux/drivers/video/fbdev/
H A Dpm3fb.c58 static bool noaccel; variable
1401 if (noaccel) { in pm3fb_probe()
1525 noaccel = 1; in pm3fb_setup()
1570 module_param(noaccel, bool, 0);
1571 MODULE_PARM_DESC(noaccel, "Disable acceleration");
H A Dpm2fb.c80 static bool noaccel; variable
1678 if (noaccel) { in pm2fb_probe()
1795 noaccel = 1; in pm2fb_setup()
1846 module_param(noaccel, bool, 0);
1847 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) { in trident_pci_probe()
1633 if (noaccel) { in trident_pci_probe()
1787 noaccel = 1; in tridentfb_setup()
H A Dcirrusfb.c369 static bool noaccel; variable
1988 if (noaccel || is_laguna(cinfo)) { in cirrusfb_set_fbinfo()
2339 noaccel = 1; in cirrusfb_setup()
2397 module_param(noaccel, bool, 0);
2398 MODULE_PARM_DESC(noaccel, "Disable acceleration");
/linux/drivers/video/fbdev/nvidia/
H A Dnvidia.c72 static int noaccel = 0; variable
1180 info->var.accel_flags = (!noaccel); in nvidia_set_fbinfo()
1489 noaccel = 1; in nvidiafb_setup()
1566 module_param(noaccel, int, 0);
1567 MODULE_PARM_DESC(noaccel,
/linux/drivers/video/fbdev/aty/
H A Dradeon_base.c262 static bool noaccel = 0; variable
2000 if (noaccel) in radeon_set_fbinfo()
2568 noaccel = 1; in radeonfb_setup()
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) in atyfb_release()
2714 if (noaccel) in aty_init()
2740 if (!noaccel && M64_HAS(INTEGRATED)) in aty_init()
3850 noaccel = true; in atyfb_setup()
4012 module_param(noaccel, bool, 0);
4013 MODULE_PARM_DESC(noaccel, "bool: disable acceleration");
/linux/drivers/video/fbdev/matrox/
H A Dmatroxfb_base.c1249 static int noaccel; /* "matroxfb:noaccel" */ variable
1809 if (noaccel) in initMatrox2()
2447 noaccel = !value; in matroxfb_setup()
2512 module_param(noaccel, int, 0);
2513 MODULE_PARM_DESC(noaccel, "Do not use accelerating engine (0 or 1=disabled) (default=0)");
/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_drm.c97 MODULE_PARM_DESC(noaccel, "disable kernel/abi16 acceleration");
99 module_param_named(noaccel, nouveau_noaccel, int, 0400);