Home | History | Annotate | Download | only in modeprint

Lines Matching full:crtcs

49 int crtcs;
275 if (crtcs) {
277 crtc = drmModeGetCrtc(fd, res->crtcs[i]);
280 printf("Could not get crtc %i\n", res->crtcs[i]);
282 printCrtc(fd, res, crtc, res->crtcs[i]);
311 crtcs = 0;
323 } else if (strcmp(argv[i], "-crtcs") == 0) {
324 crtcs = 1;
346 crtcs = 1;
358 crtcs = 1;