Searched refs:vfb_fix (Results 1 – 1 of 1) sorted by relevance
110 static struct fb_fix_screeninfo vfb_fix = { variable512 vfb_fix.smem_start = (unsigned long) videomemory; in vfb_probe()513 vfb_fix.smem_len = videomemorysize; in vfb_probe()514 info->fix = vfb_fix; in vfb_probe()