Lines Matching refs:crtc_id
234 encoder->crtc_id, in bit_name_fn()
421 crtc->crtc_id, in dump_crtcs()
477 ovr->plane_id, ovr->crtc_id, ovr->fb_id, in dump_planes()
666 if (crtc && crtc->crtc_id == id) in get_crtc_index()
715 uint32_t crtc_id; member
729 uint32_t crtc_id; /* the id of CRTC to bind to */ member
793 idx = get_crtc_index(dev, encoder->crtc_id); in pipe_find_crtc()
836 if (pipe->crtc_id != (uint32_t)-1) { in pipe_find_crtc_and_mode()
840 if (pipe->crtc_id == crtc->crtc->crtc_id) { in pipe_find_crtc_and_mode()
952 drmModePageFlip(fd, pipe->crtc->crtc->crtc_id, new_fb_id, in page_flip_handler()
982 if (p->crtc_id == dev->resources->res->crtcs[i]) { in set_plane()
990 fprintf(stderr, "CRTC %u not found\n", p->crtc_id); in set_plane()
999 if ((ovr->possible_crtcs & (1 << pipe)) && !ovr->crtc_id) in set_plane()
1005 crtc->crtc->crtc_id); in set_plane()
1036 if (drmModeSetPlane(dev->fd, plane_id, crtc->crtc->crtc_id, p->fb_id, in set_plane()
1044 ovr->crtc_id = crtc->crtc->crtc_id; in set_plane()
1097 printf("crtc %d\n", pipe->crtc->crtc->crtc_id); in set_mode()
1099 ret = drmModeSetCrtc(dev->fd, pipe->crtc->crtc->crtc_id, fb_id, in set_mode()
1150 pipe->crtc->crtc->crtc_id, in set_cursors()
1155 pipe->crtc_id); in set_cursors()
1197 ret = drmModePageFlip(dev->fd, pipe->crtc->crtc->crtc_id, in test_page_flip()
1267 pipe->crtc_id = (uint32_t)-1; in parse_connector()
1294 pipe->crtc_id = strtoul(arg, &endp, 10); in parse_connector()
1334 plane->crtc_id = strtoul(p, &end, 10); in parse_plane()