Home
last modified time | relevance | path

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

/linux-4.1.27/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-4.1.27/Documentation/fb/
Dtridentfb.txt34 video=tridentfb:800x600-16@75,noaccel
38 noaccel - turns off acceleration (when it doesn't work for your card)
Daty128fb.txt55 noaccel - do not use acceleration engine. It is default.
Dsisfb.txt140 noaccel - do not use 2D acceleration engine. (Default: use acceleration)
149 Boolean options such as "noaccel" or "noypan" are to be given without a
Dintelfb.txt79 The binary parameters can be unset with a "no" prefix, example "noaccel".
Dmatroxfb.txt122 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-4.1.27/drivers/video/fbdev/
Dpm3fb.c60 static bool noaccel; variable
1405 if (noaccel) { in pm3fb_probe()
1533 noaccel = 1; in pm3fb_setup()
1575 module_param(noaccel, bool, 0);
1576 MODULE_PARM_DESC(noaccel, "Disable acceleration");
Dtridentfb.c59 static int noaccel; variable
78 module_param(noaccel, int, 0);
1475 if (!noaccel && default_par->init_accel) { in trident_pci_probe()
1502 if (noaccel) { in trident_pci_probe()
1611 noaccel = 1; in tridentfb_setup()
Dpm2fb.c83 static bool noaccel; variable
1676 if (noaccel) { in pm2fb_probe()
1799 noaccel = 1; in pm2fb_setup()
1845 module_param(noaccel, bool, 0);
1846 MODULE_PARM_DESC(noaccel, "Disable acceleration");
Dcirrusfb.c369 static bool noaccel; variable
1984 if (noaccel || is_laguna(cinfo)) { in cirrusfb_set_fbinfo()
2340 noaccel = 1; in cirrusfb_setup()
2393 module_param(noaccel, bool, 0);
2394 MODULE_PARM_DESC(noaccel, "Disable acceleration");
/linux-4.1.27/drivers/video/fbdev/nvidia/
Dnvidia.c73 static int noaccel = 0; variable
1175 info->var.accel_flags = (!noaccel); in nvidia_set_fbinfo()
1493 noaccel = 1; in nvidiafb_setup()
1568 module_param(noaccel, int, 0);
1569 MODULE_PARM_DESC(noaccel,
/linux-4.1.27/drivers/video/fbdev/riva/
Dfbdev.c206 static bool noaccel = 0; variable
1711 if ((par->riva.Architecture == NV_ARCH_30) || noaccel) { in riva_set_fbinfo()
2160 noaccel = 1; in rivafb_setup()
2206 module_param(noaccel, bool, 0);
2207 MODULE_PARM_DESC(noaccel, "bool: disable acceleration");
/linux-4.1.27/drivers/video/fbdev/aty/
Dradeon_base.c266 static bool noaccel = 0; variable
1896 if (noaccel) in radeon_set_fbinfo()
2483 noaccel = 1; in radeonfb_setup()
2539 module_param(noaccel, bool, 0);
2542 MODULE_PARM_DESC(noaccel, "bool: disable acceleration");
Datyfb_base.c305 static bool noaccel; variable
1708 if (noaccel) in atyfb_release()
2719 if (noaccel) in aty_init()
2745 if (!noaccel && M64_HAS(INTEGRATED)) in aty_init()
3849 noaccel = 1; in atyfb_setup()
4009 module_param(noaccel, bool, 0);
4010 MODULE_PARM_DESC(noaccel, "bool: disable acceleration");
/linux-4.1.27/drivers/video/fbdev/matrox/
Dmatroxfb_base.c1251 static int noaccel; /* "matroxfb:noaccel" */ variable
1801 if (noaccel) in initMatrox2()
2435 noaccel = !value; in matroxfb_setup()
2504 module_param(noaccel, int, 0);
2505 MODULE_PARM_DESC(noaccel, "Do not use accelerating engine (0 or 1=disabled) (default=0)");
/linux-4.1.27/drivers/gpu/drm/nouveau/
Dnouveau_drm.c65 MODULE_PARM_DESC(noaccel, "disable kernel/abi16 acceleration");
67 module_param_named(noaccel, nouveau_noaccel, int, 0400);
/linux-4.1.27/drivers/video/fbdev/sis/
Dsis_main.c6581 static int noaccel = -1; variable
6628 if(noaccel == 1) in sisfb_init_module()
6630 else if(noaccel == 0) in sisfb_init_module()
6692 module_param(noaccel, int, 0);
6724 MODULE_PARM_DESC(noaccel,