Searched refs:v_offset_default (Results 1 – 1 of 1) sorted by relevance
79 static u32 v_offset_default; /* For 32 MiB Aper size, 8 should be the default */ variable1649 if (v_offset_default > (par->aperture.size >> 20)) in i810_fix_offsets()1650 v_offset_default = (par->aperture.size >> 20); in i810_fix_offsets()1651 if (vram + v_offset_default + 1 > par->aperture.size >> 20) in i810_fix_offsets()1652 v_offset_default = (par->aperture.size >> 20) - (vram + 1); in i810_fix_offsets()1655 par->fb.offset = v_offset_default << 20; in i810_fix_offsets()1765 v_offset_default = voffset; in i810_init_defaults()1767 v_offset_default = 16; in i810_init_defaults()1769 v_offset_default = 8; in i810_init_defaults()