Searched refs:possible_crtc (Results 1 – 1 of 1) sorted by relevance
10302 struct drm_crtc *possible_crtc; in intel_get_load_detect_pipe() local10354 for_each_crtc(dev, possible_crtc) { in intel_get_load_detect_pipe()10358 if (possible_crtc->state->enable) in intel_get_load_detect_pipe()10361 crtc = possible_crtc; in intel_get_load_detect_pipe()