Lines Matching refs:vram
137 static int vram = 4; variable
1646 if (vram + 1 > par->aperture.size >> 20) in i810_fix_offsets()
1647 vram = (par->aperture.size >> 20) - 1; in i810_fix_offsets()
1650 if (vram + v_offset_default + 1 > par->aperture.size >> 20) in i810_fix_offsets()
1651 v_offset_default = (par->aperture.size >> 20) - (vram + 1); in i810_fix_offsets()
1653 par->fb.size = vram << 20; in i810_fix_offsets()
1770 if (!vram) in i810_init_defaults()
1771 vram = 1; in i810_init_defaults()
1797 vyres = (vram << 20)/(info->var.xres*bpp >> 3); in i810_init_defaults()
1977 vram = (simple_strtoul(this_opt+5, NULL, 0)); in i810fb_setup()
2163 module_param(vram, int, 0);
2164 MODULE_PARM_DESC(vram, "System RAM to allocate to framebuffer in MiB"