Searched refs:crtc_id_ (Results 1 – 2 of 2) sorted by relevance
58 crtc_id_ = -1; in ~DRMDppsManagerImp()114 crtc_id_ = crtc->crtc_id; in GetDrmResources()121 if (crtc_id_ < 0 || !crtc) { in GetDrmResources()128 crtc_id_ = -1; in GetDrmResources()135 if (drm_fd_ < 0 || crtc_id_ < 0) { in InitCrtcProps()136 DRM_LOGE("Invalid drm_fd_ %d or crtc_id_ %d", drm_fd_, crtc_id_); in InitCrtcProps()141 drmModeObjectGetProperties(drm_fd_, crtc_id_, DRM_MODE_OBJECT_CRTC); in InitCrtcProps()
73 int crtc_id_ = -1; variable