Searched refs:possible_crtc (Results 1 – 1 of 1) sorted by relevance
10101 struct drm_crtc *possible_crtc; in intel_get_load_detect_pipe() local10143 for_each_crtc(dev, possible_crtc) { in intel_get_load_detect_pipe()10148 ret = drm_modeset_lock(&possible_crtc->mutex, ctx); in intel_get_load_detect_pipe()10152 if (possible_crtc->state->enable) { in intel_get_load_detect_pipe()10153 drm_modeset_unlock(&possible_crtc->mutex); in intel_get_load_detect_pipe()10157 crtc = possible_crtc; in intel_get_load_detect_pipe()