Lines Matching defs:possible_crtcs
213 encoder->possible_crtcs,
524 ovr->gamma_size, ovr->possible_crtcs);
877 uint32_t possible_crtcs = ~0;
898 crtcs_for_connector |= encoder->possible_crtcs;
905 possible_crtcs &= crtcs_for_connector;
908 if (!possible_crtcs)
914 if (possible_crtcs & active_crtcs)
915 crtc_idx = ffs(possible_crtcs & active_crtcs);
917 crtc_idx = ffs(possible_crtcs);
1267 if ((ovr->possible_crtcs & crtc_mask) &&
1549 if (ovr->possible_crtcs & get_crtc_mask(dev, crtc))