Searched refs:v_offset_default (Results 1 – 1 of 1) sorted by relevance
78 static u32 v_offset_default; /* For 32 MiB Aper size, 8 should be the default */ variable1648 if (v_offset_default > (par->aperture.size >> 20)) in i810_fix_offsets()1649 v_offset_default = (par->aperture.size >> 20); 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()1654 par->fb.offset = v_offset_default << 20; in i810_fix_offsets()1764 v_offset_default = voffset; in i810_init_defaults()1766 v_offset_default = 16; in i810_init_defaults()1768 v_offset_default = 8; in i810_init_defaults()