Searched refs:possible_crtc (Results 1 – 1 of 1) sorted by relevance
10326 struct drm_crtc *possible_crtc; in intel_get_load_detect_pipe() local10378 for_each_crtc(dev, possible_crtc) { in intel_get_load_detect_pipe()10382 if (possible_crtc->state->enable) in intel_get_load_detect_pipe()10385 crtc = possible_crtc; in intel_get_load_detect_pipe()