Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/video/fbdev/
Dvesafb.c52 static int vram_total; /* Set total amount of memory */ variable
221 vram_total = simple_strtoul(this_opt+7, NULL, 0); in vesafb_setup()
264 if (vram_total) in vesafb_probe()
265 size_total = vram_total * 1024 * 1024; in vesafb_probe()
Duvesafb.c50 static int vram_total; /* set total amount of memory */ variable
1484 if (vram_total) in uvesafb_init_info()
1485 size_total = vram_total * 1024 * 1024; in uvesafb_init_info()
1860 vram_total = simple_strtoul(this_opt + 7, NULL, 0); in uvesafb_setup()
2004 module_param(vram_total, uint, 0);
2005 MODULE_PARM_DESC(vram_total, "Set total amount of video memoery [MiB]");