Lines Matching defs:possible_crtcs
224 encoder->possible_crtcs,
535 ovr->gamma_size, ovr->possible_crtcs);
908 uint32_t possible_crtcs = ~0;
929 crtcs_for_connector |= encoder->possible_crtcs;
936 possible_crtcs &= crtcs_for_connector;
939 if (!possible_crtcs)
945 if (possible_crtcs & active_crtcs)
946 crtc_idx = ffs(possible_crtcs & active_crtcs);
948 crtc_idx = ffs(possible_crtcs);
1307 if ((ovr->possible_crtcs & crtc_mask) &&
1608 if (ovr->possible_crtcs & get_crtc_mask(dev, crtc))