nocrtc             51 drivers/video/fbdev/uvesafb.c static bool nocrtc;		/* ignore CRTC settings */
nocrtc            689 drivers/video/fbdev/uvesafb.c 		par->nocrtc = 1;
nocrtc            709 drivers/video/fbdev/uvesafb.c 		par->nocrtc = 0;
nocrtc            799 drivers/video/fbdev/uvesafb.c 	par->nocrtc = nocrtc;
nocrtc            915 drivers/video/fbdev/uvesafb.c 	if (par->vbe_ib.vbe_version < 0x0300 || par->nocrtc)
nocrtc           1240 drivers/video/fbdev/uvesafb.c 	if (par->vbe_ib.vbe_version >= 0x0300 && !par->nocrtc &&
nocrtc           1640 drivers/video/fbdev/uvesafb.c 	return snprintf(buf, PAGE_SIZE, "%d\n", par->nocrtc);
nocrtc           1651 drivers/video/fbdev/uvesafb.c 			par->nocrtc = 0;
nocrtc           1653 drivers/video/fbdev/uvesafb.c 			par->nocrtc = 1;
nocrtc           1658 drivers/video/fbdev/uvesafb.c static DEVICE_ATTR(nocrtc, S_IRUGO | S_IWUSR, uvesafb_show_nocrtc,
nocrtc           1835 drivers/video/fbdev/uvesafb.c 			nocrtc = 1;
nocrtc           1975 drivers/video/fbdev/uvesafb.c module_param(nocrtc, bool, 0);
nocrtc           1976 drivers/video/fbdev/uvesafb.c MODULE_PARM_DESC(nocrtc, "Ignore CRTC timings when setting modes");
nocrtc            122 include/video/uvesafb.h 	u8 nocrtc;