Searched refs:possible_crtc (Results 1 – 1 of 1) sorted by relevance
11094 struct drm_crtc *possible_crtc; in intel_get_load_detect_pipe() local11136 for_each_crtc(dev, possible_crtc) { in intel_get_load_detect_pipe()11141 ret = drm_modeset_lock(&possible_crtc->mutex, ctx); in intel_get_load_detect_pipe()11145 if (possible_crtc->state->enable) { in intel_get_load_detect_pipe()11146 drm_modeset_unlock(&possible_crtc->mutex); in intel_get_load_detect_pipe()11150 crtc = possible_crtc; in intel_get_load_detect_pipe()