Lines Matching defs:crtcId
365 drm_public drmModeCrtcPtr drmModeGetCrtc(int fd, uint32_t crtcId)
371 crtc.crtc_id = crtcId;
397 drm_public int drmModeSetCrtc(int fd, uint32_t crtcId, uint32_t bufferId,
406 crtc.crtc_id = crtcId;
422 drm_public int drmModeSetCursor(int fd, uint32_t crtcId, uint32_t bo_handle,
429 arg.crtc_id = crtcId;
437 drm_public int drmModeSetCursor2(int fd, uint32_t crtcId, uint32_t bo_handle,
445 arg.crtc_id = crtcId;
455 drm_public int drmModeMoveCursor(int fd, uint32_t crtcId, int x, int y)
461 arg.crtc_id = crtcId;