Home
last modified time | relevance | path

Searched refs:lcd_stretch (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/include/video/
Dneomagic.h179 int lcd_stretch; member
/linux-4.1.27/drivers/video/fbdev/
Dneofb.c731 int lcd_stretch; in neofb_set_par() local
857 if (par->lcd_stretch && (par->PanelDispCntlReg1 == 0x02) && /* LCD only */ in neofb_set_par()
865 lcd_stretch = 1; in neofb_set_par()
869 lcd_stretch = 0; in neofb_set_par()
873 lcd_stretch = 0; in neofb_set_par()
902 if (!lcd_stretch) { in neofb_set_par()
1957 par->lcd_stretch = !nostretch; in neo_alloc_fb_info()