Lines Matching refs:crtc_id
222 int crtc_id = drmmode_get_crtc_id(crtc);
227 if (crtc_id == 1)
229 else if (crtc_id > 1)
230 type |= (crtc_id << DRM_VBLANK_HIGH_CRTC_SHIFT) &
363 drmModeSetCrtc(pRADEONEnt->fd, drmmode_crtc->mode_crtc->crtc_id,
808 drmmode_crtc->mode_crtc->crtc_id, size, red, green,
843 drmmode_crtc->mode_crtc->crtc_id,
1031 drmModeMoveCursor(pRADEONEnt->fd, drmmode_crtc->mode_crtc->crtc_id, x, y);
1214 drmModeSetCursor(pRADEONEnt->fd, drmmode_crtc->mode_crtc->crtc_id, 0,
1239 arg.crtc_id = drmmode_crtc->mode_crtc->crtc_id;
1445 tmp = drmmode_crtc->mode_crtc->crtc_id;
2616 objects[i++] = drmmode_crtc->mode_crtc->crtc_id;
2679 int crtc_id = drmmode_get_crtc_id(crtc);
2680 struct drmmode_fb **fb = &flipdata->fb[crtc_id];
2702 int crtc_id = drmmode_get_crtc_id(crtc);
2703 struct drmmode_fb **fb = &flipdata->fb[crtc_id];
2775 return drmModePageFlip(pRADEONEnt->fd, drmmode_crtc->mode_crtc->crtc_id,
2789 drmmode_crtc->mode_crtc->crtc_id,
2809 drmmode_crtc->mode_crtc->crtc_id,
3437 int crtc_id;
3477 crtc_id = drmmode_get_crtc_id(crtc);
3512 drmmode_fb_reference(pRADEONEnt->fd, &flipdata->fb[crtc_id],
3514 if (!flipdata->fb[crtc_id]) {
3530 drmmode_fb_reference(pRADEONEnt->fd, &flipdata->fb[crtc_id], fb);
3536 flipdata->fb[crtc_id]->handle,
3544 flipdata->fb[crtc_id]->handle,
3556 flipdata->fb[crtc_id]);