Home
last modified time | relevance | path

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

/Linux-v5.15/include/video/
Dneomagic.h176 int lcd_stretch; member
/Linux-v5.15/drivers/video/fbdev/
Dneofb.c725 int lcd_stretch; in neofb_set_par() local
851 if (par->lcd_stretch && (par->PanelDispCntlReg1 == 0x02) && /* LCD only */ in neofb_set_par()
859 lcd_stretch = 1; in neofb_set_par()
863 lcd_stretch = 0; in neofb_set_par()
867 lcd_stretch = 0; in neofb_set_par()
896 if (!lcd_stretch) { in neofb_set_par()
1941 par->lcd_stretch = !nostretch; in neo_alloc_fb_info()