Lines Matching defs:crtcId
375 drm_public drmModeCrtcPtr drmModeGetCrtc(int fd, uint32_t crtcId)
381 crtc.crtc_id = crtcId;
407 drm_public int drmModeSetCrtc(int fd, uint32_t crtcId, uint32_t bufferId,
416 crtc.crtc_id = crtcId;
432 drm_public int drmModeSetCursor(int fd, uint32_t crtcId, uint32_t bo_handle,
439 arg.crtc_id = crtcId;
447 drm_public int drmModeSetCursor2(int fd, uint32_t crtcId, uint32_t bo_handle,
455 arg.crtc_id = crtcId;
465 drm_public int drmModeMoveCursor(int fd, uint32_t crtcId, int x, int y)
471 arg.crtc_id = crtcId;