Lines Matching refs:crtc_id
191 encoder->crtc_id, in bit_name_fn()
381 crtc->crtc_id, in dump_crtcs()
437 ovr->plane_id, ovr->crtc_id, ovr->fb_id, in dump_planes()
629 if (crtc && crtc->crtc_id == id) in get_crtc_index()
694 uint32_t crtc_id; member
709 uint32_t crtc_id; /* the id of CRTC to bind to */ member
774 idx = get_crtc_index(dev, encoder->crtc_id); in pipe_find_crtc()
817 if (pipe->crtc_id != (uint32_t)-1) { in pipe_find_crtc_and_mode()
821 if (pipe->crtc_id == crtc->crtc->crtc_id) { in pipe_find_crtc_and_mode()
933 drmModePageFlip(fd, pipe->crtc->crtc->crtc_id, new_fb_id, in page_flip_handler()
975 if (p->crtc_id == dev->resources->res->crtcs[i]) { in set_plane()
983 fprintf(stderr, "CRTC %u not found\n", p->crtc_id); in set_plane()
1000 if ((ovr->possible_crtcs & (1 << pipe)) && !ovr->crtc_id) { in set_plane()
1008 crtc->crtc->crtc_id); in set_plane()
1041 if (drmModeSetPlane(dev->fd, plane_id, crtc->crtc->crtc_id, p->fb_id, in set_plane()
1049 ovr->crtc_id = crtc->crtc->crtc_id; in set_plane()
1121 printf("crtc %d\n", pipe->crtc->crtc->crtc_id); in set_mode()
1123 ret = drmModeSetCrtc(dev->fd, pipe->crtc->crtc->crtc_id, fb_id, in set_mode()
1181 pipe->crtc->crtc->crtc_id, in set_cursors()
1186 pipe->crtc_id); in set_cursors()
1231 ret = drmModePageFlip(dev->fd, pipe->crtc->crtc->crtc_id, in test_page_flip()
1303 pipe->crtc_id = (uint32_t)-1; in parse_connector()
1336 pipe->crtc_id = strtoul(arg, &endp, 10); in parse_connector()
1379 plane->crtc_id = strtoul(p, &end, 10); in parse_plane()