/linux-2.4.37.9/drivers/video/ |
D | pm3fb.c | 555 short noaccel[PM3_MAX_BOARD]; variable 2705 noaccel[i] = 0; in pm3fb_real_setup() 2747 noaccel[bn] = 1; in pm3fb_real_setup() 2803 if (!(noaccel[l_fb_info->board_num])) in pm3fb_encode_fix() 2995 noaccel[l_fb_info->board_num] = 0; in pm3fb_decode_var() 2997 noaccel[l_fb_info->board_num] = 1; in pm3fb_decode_var() 3076 if (!(noaccel[l_fb_info->board_num])) in pm3fb_encode_var() 3324 if (!(noaccel[l_fb_info->board_num])) in pm3fb_set_disp() 3334 if (!(noaccel[l_fb_info->board_num])) in pm3fb_set_disp() 3343 if (!(noaccel[l_fb_info->board_num])) in pm3fb_set_disp() [all …]
|
D | tdfxfb.c | 525 static int noaccel = 0; variable 1741 disp->dispsw = noaccel ? &fbcon_cfb8 : &fbcon_banshee8; in tdfxfb_set_dispsw() 1747 disp->dispsw = noaccel ? &fbcon_cfb16 : &fbcon_banshee16; in tdfxfb_set_dispsw() 1754 disp->dispsw = noaccel ? &fbcon_cfb24 : &fbcon_banshee24; in tdfxfb_set_dispsw() 1761 disp->dispsw = noaccel ? &fbcon_cfb32 : &fbcon_banshee32; in tdfxfb_set_dispsw() 2032 noaccel ? (var.accel_flags &= ~FB_ACCELF_TEXT) : in tdfxfb_probe() 2045 noaccel ? (var.accel_flags &= ~FB_ACCELF_TEXT) : in tdfxfb_probe() 2135 noaccel = nopan = nowrap = nohwcursor = 1; in tdfxfb_setup()
|
D | tridentfb.c | 93 static int noaccel; variable 110 MODULE_PARM(noaccel,"i"); 1312 defaultaccel = chip3D && !noaccel; in trident_pci_probe() 1466 noaccel = 1; in tridentfb_setup()
|
D | aty128fb.c | 229 static int noaccel __initdata = 0; 1768 noaccel = 1; in aty128fb_setup() 1907 if (noaccel) in aty128_init() 2980 MODULE_PARM(noaccel, "i"); 2981 MODULE_PARM_DESC(noaccel, "Disable hardware acceleration (0 or 1=disabled) (default=0)"); 2994 if (noaccel) { in init_module() 2995 noaccel = 1; in init_module()
|
D | epson1356fb.h | 350 int noaccel; member
|
D | radeonfb.c | 853 static char noaccel = 0; variable 993 noaccel = 1; in radeonfb_setup() 1025 MODULE_PARM(noaccel, "i"); 1026 MODULE_PARM_DESC(noaccel, "Disable (1) or enable (0) the usage of the 2d accel engine"); 2295 if (noaccel) in radeonfb_get_fix() 2327 accel = (noaccel == 0) && ((var->accel_flags & FB_ACCELF_TEXT) != 0); in radeon_do_set_var() 4361 if (!noaccel) { in radeon_sleep_notify() 4386 if ((disp->var.accel_flags & FB_ACCELF_TEXT) && !noaccel) in radeon_sleep_notify()
|
D | imsttfb.c | 384 static char noaccel __initdata = 0; 1859 p->disp.var.accel_flags = noaccel ? 0 : FB_ACCELF_TEXT; in init_imstt() 1862 if (!noaccel && p->ramdac == IBM) in init_imstt() 1999 noaccel = 1; in imsttfb_setup()
|
D | epson1356fb.c | 1820 disp->dispsw = fix->noaccel ? &fbcon_cfb8 : &fbcon_e1356_8; in e1356fb_set_dispsw() 1827 disp->dispsw = fix->noaccel ? &fbcon_cfb16 : &fbcon_e1356_16; in e1356fb_set_dispsw() 2300 if (!boot_fix.noaccel) { in e1356fb_init() 2587 if (boot_fix.noaccel) in e1356fb_init() 2689 boot_fix.noaccel = 1; in e1356fb_setup()
|
D | clgenfb.c | 423 static int noaccel = 0; variable 2776 if (noaccel) in clgenfb_init() 2897 noaccel = 1; in clgenfb_setup()
|
/linux-2.4.37.9/Documentation/fb/ |
D | tridentfb.txt | 19 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 | matroxfb.txt | 122 noaccel - do not use acceleration engine. It does not work on Alphas. 194 non-accelerated mode (`noaccel' or `fbset -accel false'), software 282 `noaccel' (and cfb4 accel) driver does not work on Alpha. So everyone
|
/linux-2.4.37.9/drivers/video/riva/ |
D | fbdev.c | 281 static char noaccel __initdata = 0; 1862 if (noaccel) in riva_init_disp() 2000 if (!noaccel) in riva_update_default_var() 2296 noaccel = 1; in rivafb_setup() 2351 MODULE_PARM(noaccel, "i"); 2352 MODULE_PARM_DESC(noaccel, "Disables hardware acceleration (0 or 1=disabled) (default=0)");
|
/linux-2.4.37.9/drivers/video/matrox/ |
D | matroxfb_base.c | 1623 static int noaccel; /* "matrox:noaccel" */ variable 2099 if (noaccel) in initMatrox2() 2790 noaccel = !value; in matroxfb_setup() 2854 MODULE_PARM(noaccel, "i"); 2855 MODULE_PARM_DESC(noaccel, "Do not use accelerating engine (0 or 1=disabled) (default=0)");
|
/linux-2.4.37.9/drivers/video/aty/ |
D | atyfb_base.c | 252 static char noaccel __initdata = 0; 1184 if (noaccel) in atyfb_release() 2356 if (noaccel) in aty_init() 3064 noaccel = 1; in atyfb_setup() 3431 MODULE_PARM(noaccel, "i"); 3432 MODULE_PARM_DESC(noaccel, "Disable(1) or enable(0) 2d acceleration");
|
/linux-2.4.37.9/drivers/video/sis/ |
D | sis_main.c | 5263 static int noaccel = -1; variable 5289 MODULE_PARM(noaccel, "i"); 5318 module_param(noaccel, int, 0); 5353 MODULE_PARM_DESC(noaccel, 5513 if(noaccel == 1) sisfb_accel = 0; 5514 else if(noaccel == 0) sisfb_accel = 1;
|