Lines Matching defs:nocrtc
51 static bool nocrtc; /* ignore CRTC settings */
684 * mark it as incompatible with the GTF and set nocrtc so
689 par->nocrtc = 1;
709 par->nocrtc = 0;
799 par->nocrtc = nocrtc;
915 if (par->vbe_ib.vbe_version < 0x0300 || par->nocrtc)
1240 if (par->vbe_ib.vbe_version >= 0x0300 && !par->nocrtc &&
1640 return snprintf(buf, PAGE_SIZE, "%d\n", par->nocrtc);
1651 par->nocrtc = 0;
1653 par->nocrtc = 1;
1658 static DEVICE_ATTR(nocrtc, S_IRUGO | S_IWUSR, uvesafb_show_nocrtc,
1835 else if (!strcmp(this_opt, "nocrtc"))
1836 nocrtc = true;
1976 module_param(nocrtc, bool, 0);
1977 MODULE_PARM_DESC(nocrtc, "Ignore CRTC timings when setting modes");