Home
last modified time | relevance | path

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

/openbmc/linux/include/video/
H A Dneomagic.h176 int lcd_stretch; member
/openbmc/linux/drivers/video/fbdev/
H A Dneofb.c726 int lcd_stretch; in neofb_set_par() local
852 if (par->lcd_stretch && (par->PanelDispCntlReg1 == 0x02) && /* LCD only */ in neofb_set_par()
860 lcd_stretch = 1; in neofb_set_par()
864 lcd_stretch = 0; in neofb_set_par()
868 lcd_stretch = 0; in neofb_set_par()
897 if (!lcd_stretch) { in neofb_set_par()
1942 par->lcd_stretch = !nostretch; in neo_alloc_fb_info()