Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/video/
Depson1356fb.c215 static struct e1356fb_fix boot_fix; // boot options variable
2189 fb_info.fix = boot_fix; in e1356fb_init()
2300 if (!boot_fix.noaccel) { in e1356fb_init()
2587 if (boot_fix.noaccel) in e1356fb_init()
2679 memset(&boot_fix, 0, sizeof(struct e1356fb_fix)); in e1356fb_setup()
2681 boot_fix.system = -1; in e1356fb_setup()
2689 boot_fix.noaccel = 1; in e1356fb_setup()
2691 boot_fix.nopan = 1; in e1356fb_setup()
2693 boot_fix.nohwcursor = 1; in e1356fb_setup()
2695 boot_fix.mmunalign = simple_strtoul(this_opt+10, in e1356fb_setup()
[all …]