Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/video/fbdev/
Dvesafb.c56 static int vram_total; /* Set total amount of memory */ variable
228 vram_total = simple_strtoul(this_opt+7, NULL, 0); in vesafb_setup()
272 if (vram_total) in vesafb_probe()
273 size_total = vram_total * 1024 * 1024; in vesafb_probe()
Duvesafb.c53 static int vram_total; /* set total amount of memory */ variable
1470 if (vram_total) in uvesafb_init_info()
1471 size_total = vram_total * 1024 * 1024; in uvesafb_init_info()
1840 vram_total = simple_strtoul(this_opt + 7, NULL, 0); in uvesafb_setup()
1981 module_param(vram_total, uint, 0);
1982 MODULE_PARM_DESC(vram_total, "Set total amount of video memoery [MiB]");