Lines Matching refs:crtc_id
163 int crtc_id = drmmode_get_crtc_id(crtc);
168 if (crtc_id == 1)
170 else if (crtc_id > 1)
171 type |= (crtc_id << DRM_VBLANK_HIGH_CRTC_SHIFT) &
266 drmmode_crtc->mode_crtc->crtc_id,
289 drmmode_crtc->mode_crtc->crtc_id,
367 drmModeSetCrtc(pAMDGPUEnt->fd, drmmode_crtc->mode_crtc->crtc_id,
1194 drmmode_crtc->mode_crtc->crtc_id,
1231 drmmode_crtc->mode_crtc->crtc_id,
1274 drmmode_crtc->mode_crtc->crtc_id,
1454 drmModeMoveCursor(pAMDGPUEnt->fd, drmmode_crtc->mode_crtc->crtc_id, x, y);
1635 drmModeSetCursor(pAMDGPUEnt->fd, drmmode_crtc->mode_crtc->crtc_id, 0,
1665 arg.crtc_id = drmmode_crtc->mode_crtc->crtc_id;
1884 drmmode_crtc->mode_crtc->crtc_id,
3083 objects[i++] = drmmode_crtc->mode_crtc->crtc_id;
3146 int crtc_id = drmmode_get_crtc_id(crtc);
3147 struct drmmode_fb **fb = &flipdata->fb[crtc_id];
3169 int crtc_id = drmmode_get_crtc_id(crtc);
3170 struct drmmode_fb **fb = &flipdata->fb[crtc_id];
3234 return drmModePageFlip(pAMDGPUEnt->fd, drmmode_crtc->mode_crtc->crtc_id,
3247 drmmode_crtc->mode_crtc->crtc_id,
3265 drmmode_crtc->mode_crtc->crtc_id,
3977 int crtc_id;
4026 crtc_id = drmmode_get_crtc_id(crtc);
4061 drmmode_fb_reference(pAMDGPUEnt->fd, &flipdata->fb[crtc_id],
4063 if (!flipdata->fb[crtc_id]) {
4079 drmmode_fb_reference(pAMDGPUEnt->fd, &flipdata->fb[crtc_id], fb);
4085 flipdata->fb[crtc_id]->handle,
4093 flipdata->fb[crtc_id]->handle,
4105 flipdata->fb[crtc_id]);