Searched refs:vram_total (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/video/fbdev/ |
H A D | vesafb.c | 58 static int vram_total; /* Set total amount of memory */ variable 230 vram_total = simple_strtoul(this_opt+7, NULL, 0); in vesafb_setup() 274 if (vram_total) in vesafb_probe() 275 size_total = vram_total * 1024 * 1024; in vesafb_probe()
|
H A D | uvesafb.c | 54 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() 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]");
|
/kernel/linux/linux-6.6/drivers/video/fbdev/ |
H A D | vesafb.c | 61 static int vram_total; /* Set total amount of memory */ variable 237 vram_total = simple_strtoul(this_opt+7, NULL, 0); in vesafb_setup() 281 if (vram_total) in vesafb_probe() 282 size_total = vram_total * 1024 * 1024; in vesafb_probe()
|
H A D | uvesafb.c | 54 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]");
|
Completed in 7 milliseconds