Home
last modified time | relevance | path

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

/openbmc/linux/drivers/video/fbdev/
H A Dvesafb.c61 static int vram_total; /* Set total amount of memory */ variable
237 vram_total = simple_strtoul(this_opt+7, NULL, 0); in vesafb_setup()
282 if (vram_total) in vesafb_probe()
283 size_total = vram_total * 1024 * 1024; in vesafb_probe()
H A Duvesafb.c54 static int vram_total; /* set total amount of memory */ variable
1471 if (vram_total) in uvesafb_init_info()
1472 size_total = vram_total * 1024 * 1024; in uvesafb_init_info()
1837 vram_total = simple_strtoul(this_opt + 7, NULL, 0); in uvesafb_setup()
1978 module_param(vram_total, uint, 0);
1979 MODULE_PARM_DESC(vram_total, "Set total amount of video memory [MiB]");