Lines Matching refs:vram
136 static int vram = 4; variable
1645 if (vram + 1 > par->aperture.size >> 20) in i810_fix_offsets()
1646 vram = (par->aperture.size >> 20) - 1; in i810_fix_offsets()
1649 if (vram + v_offset_default + 1 > par->aperture.size >> 20) in i810_fix_offsets()
1650 v_offset_default = (par->aperture.size >> 20) - (vram + 1); in i810_fix_offsets()
1652 par->fb.size = vram << 20; in i810_fix_offsets()
1769 if (!vram) in i810_init_defaults()
1770 vram = 1; in i810_init_defaults()
1796 vyres = (vram << 20)/(info->var.xres*bpp >> 3); in i810_init_defaults()
1974 vram = (simple_strtoul(this_opt+5, NULL, 0)); in i810fb_setup()
2160 module_param(vram, int, 0);
2161 MODULE_PARM_DESC(vram, "System RAM to allocate to framebuffer in MiB"