Lines Matching refs:crtc_id
196 encoder->crtc_id, in dump_encoders()
472 crtc->crtc_id, in dump_crtcs()
528 ovr->plane_id, ovr->crtc_id, ovr->fb_id, in dump_planes()
722 if (crtc && crtc->crtc_id == id) in get_crtc_index()
787 uint32_t crtc_id; member
802 uint32_t crtc_id; /* the id of CRTC to bind to */ member
867 idx = get_crtc_index(dev, encoder->crtc_id); in pipe_find_crtc()
910 if (pipe->crtc_id != (uint32_t)-1) { in pipe_find_crtc_and_mode()
914 if (pipe->crtc_id == crtc->crtc->crtc_id) { in pipe_find_crtc_and_mode()
1026 drmModePageFlip(fd, pipe->crtc->crtc->crtc_id, new_fb_id, in page_flip_handler()
1068 if (p->crtc_id == dev->resources->res->crtcs[i]) { in set_plane()
1076 fprintf(stderr, "CRTC %u not found\n", p->crtc_id); in set_plane()
1094 (ovr->crtc_id == 0 || ovr->crtc_id == p->crtc_id)) { in set_plane()
1102 crtc->crtc->crtc_id); in set_plane()
1135 if (drmModeSetPlane(dev->fd, plane_id, crtc->crtc->crtc_id, p->fb_id, in set_plane()
1143 ovr->crtc_id = crtc->crtc->crtc_id; in set_plane()
1215 printf("crtc %d\n", pipe->crtc->crtc->crtc_id); in set_mode()
1217 ret = drmModeSetCrtc(dev->fd, pipe->crtc->crtc->crtc_id, fb_id, in set_mode()
1275 pipe->crtc->crtc->crtc_id, in set_cursors()
1280 pipe->crtc_id); in set_cursors()
1325 ret = drmModePageFlip(dev->fd, pipe->crtc->crtc->crtc_id, in test_page_flip()
1397 pipe->crtc_id = (uint32_t)-1; in parse_connector()
1430 pipe->crtc_id = strtoul(arg, &endp, 10); in parse_connector()
1473 plane->crtc_id = strtoul(p, &end, 10); in parse_plane()