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

/linux-4.1.27/drivers/video/fbdev/
H A Dneofb.c89 static bool nostretch; variable
104 module_param(nostretch, bool, 0);
105 MODULE_PARM_DESC(nostretch,
1957 par->lcd_stretch = !nostretch; neo_alloc_fb_info()
2213 else if (!strncmp(this_opt, "nostretch", 9)) neofb_setup()
2214 nostretch = 1; neofb_setup()

Completed in 63 milliseconds