Lines Matching refs:forceCRTC
203 static int forceCRTC = -1;
1947 default_par->forceCRTC = forceCRTC;
2116 if (!strncmp(this_opt, "forceCRTC", 9)) {
2121 forceCRTC = *p - '0';
2122 if (forceCRTC < 0 || forceCRTC > 1)
2123 forceCRTC = -1;
2188 module_param(forceCRTC, int, 0);
2189 MODULE_PARM_DESC(forceCRTC, "Forces usage of a particular CRTC in case autodetection fails. (0 or 1) (default=autodetect)");