Searched refs:vram_total (Results 1 – 2 of 2) sorted by relevance
61 static int vram_total; /* Set total amount of memory */ variable239 vram_total = simple_strtoul(this_opt+7, NULL, 0); in vesafb_setup()283 if (vram_total) in vesafb_probe()284 size_total = vram_total * 1024 * 1024; in vesafb_probe()
54 static int vram_total; /* set total amount of memory */ variable1473 if (vram_total) in uvesafb_init_info()1474 size_total = vram_total * 1024 * 1024; in uvesafb_init_info()1842 vram_total = simple_strtoul(this_opt + 7, NULL, 0); in uvesafb_setup()1983 module_param(vram_total, uint, 0);1984 MODULE_PARM_DESC(vram_total, "Set total amount of video memory [MiB]");
Completed in 9 milliseconds