Searched refs:crtcIndex (Results 1 – 1 of 1) sorted by relevance
170 for (uint32_t crtcIndex = 0; crtcIndex < drmResources->count_crtcs; crtcIndex++) { in loadDrmDisplays() local171 const uint32_t crtcId = drmResources->crtcs[crtcIndex]; in loadDrmDisplays()173 auto crtc = DrmCrtc::create(mFd, crtcId, crtcIndex); in loadDrmDisplays()