Home | History | Annotate | Download | only in modeprint

Lines Matching refs:crtcs

54 int crtcs;
278 if (crtcs) {
280 crtc = drmModeGetCrtc(fd, res->crtcs[i]);
283 printf("Could not get crtc %i\n", res->crtcs[i]);
285 printCrtc(fd, res, crtc, res->crtcs[i]);
315 crtcs = 0;
329 } else if (strcmp(argv[i], "-crtcs") == 0) {
330 crtcs = 1;
359 crtcs = 1;
374 crtcs = 1;