Home
last modified time | relevance | path

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

/linux-6.12.1/include/video/
Dneomagic.h176 int lcd_stretch; member
/linux-6.12.1/drivers/video/fbdev/
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()
1944 par->lcd_stretch = !nostretch; in neo_alloc_fb_info()