Searched refs:au1100fb_var (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/video/fbdev/
H A Dau1100fb.c95 static struct fb_var_screeninfo au1100fb_var = { variable in typeref:struct:fb_var_screeninfo
477 au1100fb_var.bits_per_pixel = fbdev->panel->bpp;
478 au1100fb_var.xres = fbdev->panel->xres;
479 au1100fb_var.xres_virtual = au1100fb_var.xres;
480 au1100fb_var.yres = fbdev->panel->yres;
481 au1100fb_var.yres_virtual = au1100fb_var.yres;
498 fbdev->info.var = au1100fb_var;

Completed in 122 milliseconds