Searched refs:possible_crtc (Results 1 – 1 of 1) sorted by relevance
5492 struct drm_crtc *possible_crtc; in intel_get_load_detect_pipe() local5526 list_for_each_entry(possible_crtc, &dev->mode_config.crtc_list, head) { in intel_get_load_detect_pipe()5530 if (!possible_crtc->enabled) { in intel_get_load_detect_pipe()5531 crtc = possible_crtc; in intel_get_load_detect_pipe()5535 supported_crtc = possible_crtc; in intel_get_load_detect_pipe()