Home
last modified time | relevance | path

Searched refs:noaccel (Results 1 – 6 of 6) 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 Dpm2fb.c80 static bool noaccel; variable
1678 if (noaccel) { in pm2fb_probe()
1793 noaccel = 1; in pm2fb_setup()
1844 module_param(noaccel, bool, 0);
1845 MODULE_PARM_DESC(noaccel, "Disable acceleration");