Home | History | Annotate | Download | only in modetest

Lines Matching refs:crtc_id

191 		       encoder->crtc_id,
381 crtc->crtc_id,
437 ovr->plane_id, ovr->crtc_id, ovr->fb_id,
629 if (crtc && crtc->crtc_id == id)
694 uint32_t crtc_id;
709 uint32_t crtc_id; /* the id of CRTC to bind to */
774 idx = get_crtc_index(dev, encoder->crtc_id);
817 if (pipe->crtc_id != (uint32_t)-1) {
821 if (pipe->crtc_id == crtc->crtc->crtc_id) {
933 drmModePageFlip(fd, pipe->crtc->crtc->crtc_id, new_fb_id,
975 if (p->crtc_id == dev->resources->res->crtcs[i]) {
983 fprintf(stderr, "CRTC %u not found\n", p->crtc_id);
1000 if ((ovr->possible_crtcs & (1 << pipe)) && !ovr->crtc_id) {
1008 crtc->crtc->crtc_id);
1041 if (drmModeSetPlane(dev->fd, plane_id, crtc->crtc->crtc_id, p->fb_id,
1049 ovr->crtc_id = crtc->crtc->crtc_id;
1121 printf("crtc %d\n", pipe->crtc->crtc->crtc_id);
1123 ret = drmModeSetCrtc(dev->fd, pipe->crtc->crtc->crtc_id, fb_id,
1181 pipe->crtc->crtc->crtc_id,
1186 pipe->crtc_id);
1231 ret = drmModePageFlip(dev->fd, pipe->crtc->crtc->crtc_id,
1303 pipe->crtc_id = (uint32_t)-1;
1336 pipe->crtc_id = strtoul(arg, &endp, 10);
1379 plane->crtc_id = strtoul(p, &end, 10);
1450 fprintf(stderr, "\t-P <plane_id>@<crtc_id>:<w>x<h>[+<x>+<y>][*<scale>][@<format>]\tset a plane\n");
1451 fprintf(stderr, "\t-s <connector_id>[,<connector_id>][@<crtc_id>]:<mode>[-<vrefresh>][@<format>]\tset a mode\n");