Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/video/fbdev/
H A Dneofb.c83 static bool nostretch; variable
98 module_param(nostretch, bool, 0);
99 MODULE_PARM_DESC(nostretch,
1945 par->lcd_stretch = !nostretch; in neo_alloc_fb_info()
2194 else if (!strncmp(this_opt, "nostretch", 9)) in neofb_setup()
2195 nostretch = 1; in neofb_setup()
/kernel/linux/linux-6.6/drivers/video/fbdev/
H A Dneofb.c84 static bool nostretch; variable
99 module_param(nostretch, bool, 0);
100 MODULE_PARM_DESC(nostretch,
1942 par->lcd_stretch = !nostretch; in neo_alloc_fb_info()
2186 else if (!strncmp(this_opt, "nostretch", 9)) in neofb_setup()
2187 nostretch = 1; in neofb_setup()

Completed in 5 milliseconds