Searched refs:vfb_fix (Results 1 – 1 of 1) sorted by relevance
57 static struct fb_fix_screeninfo vfb_fix = { variable452 vfb_fix.smem_start = (unsigned long) videomemory; in vfb_probe()453 vfb_fix.smem_len = videomemorysize; in vfb_probe()454 info->fix = vfb_fix; in vfb_probe()
Completed in 3 milliseconds