Home
last modified time | relevance | path

Searched refs:sisfb_accel (Results 1 – 3 of 3) sorted by relevance

/drivers/video/fbdev/sis/
Dsis.h466 int sisfb_accel; member
Dsis_main.c78 sisfb_accel = -1; in sisfb_setdefaultparms()
3979 sisfb_accel = 0; in sisfb_setup()
3981 sisfb_accel = -1; in sisfb_setup()
5885 ivideo->sisfb_accel = sisfb_accel; in sisfb_probe()
6420 if(ivideo->sisfb_accel) { in sisfb_probe()
6470 ivideo->sisfb_accel ? "enabled" : "disabled", in sisfb_probe()
6633 sisfb_accel = 0; in sisfb_init_module()
6635 sisfb_accel = 1; in sisfb_init_module()
Dsis_main.h65 static int sisfb_accel = -1; variable