Lines Matching refs:crtc
84 for (auto crtc : crtcs_ ) in ~DrmResources() local
85 drmModeFreeCrtc(crtc.second); in ~DrmResources()
111 drmModeCrtcPtr* crtc, int* histogram_ctrl, int* histogram_irq) { in find_histogram_supporting_crtc() argument
123 *crtc = it->second; in find_histogram_supporting_crtc()
127 auto props = drmModeObjectGetProperties(fd, (*crtc)->crtc_id, DRM_MODE_OBJECT_CRTC); in find_histogram_supporting_crtc()
164 auto crtc = drmModeGetCrtc(drm_fd, resources_->crtcs[i]); in DrmResources() local
165 crtcs_[crtc->crtc_id] = crtc; in DrmResources()
444 drmModeCrtcPtr crtc = nullptr; in collecting_thread() local
446 *drm, encoder, &crtc, &histogram_property, &histogram_irq)) { in collecting_thread()
499 auto power_registration = PowerEventRegistration::create(*drm, crtc->crtc_id); in collecting_thread()
509 *drm, crtc->crtc_id, histogram_property); in collecting_thread()
513 crtc->crtc_id, DRM_MODE_OBJECT_CRTC, histogram_irq, 1)) { in collecting_thread()