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

/linux-master/drivers/video/fbdev/
H A Dneofb.c84 static bool nostretch; variable
99 module_param(nostretch, bool, 0);
100 MODULE_PARM_DESC(nostretch,
1944 par->lcd_stretch = !nostretch;
2188 else if (!strncmp(this_opt, "nostretch", 9))
2189 nostretch = 1;

Completed in 197 milliseconds