Lines Matching defs:nocrtc
51 static bool nocrtc; /* ignore CRTC settings */
686 * mark it as incompatible with the GTF and set nocrtc so
691 par->nocrtc = 1;
711 par->nocrtc = 0;
801 par->nocrtc = nocrtc;
917 if (par->vbe_ib.vbe_version < 0x0300 || par->nocrtc)
1242 if (par->vbe_ib.vbe_version >= 0x0300 && !par->nocrtc &&
1639 return sysfs_emit(buf, "%d\n", par->nocrtc);
1650 par->nocrtc = 0;
1652 par->nocrtc = 1;
1657 static DEVICE_ATTR(nocrtc, S_IRUGO | S_IWUSR, uvesafb_show_nocrtc,
1830 else if (!strcmp(this_opt, "nocrtc"))
1831 nocrtc = true;
1971 module_param(nocrtc, bool, 0);
1972 MODULE_PARM_DESC(nocrtc, "Ignore CRTC timings when setting modes");