Home
last modified time | relevance | path

Searched refs:possible_crtc (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/gpu/drm/i915/display/
H A Dintel_load_detect.c54 struct intel_crtc *possible_crtc; in intel_load_detect_get_pipe() local
91 for_each_intel_crtc(display->drm, possible_crtc) { in intel_load_detect_get_pipe()
93 drm_crtc_mask(&possible_crtc->base))) in intel_load_detect_get_pipe()
96 ret = drm_modeset_lock(&possible_crtc->base.mutex, ctx); in intel_load_detect_get_pipe()
100 if (possible_crtc->base.state->enable) { in intel_load_detect_get_pipe()
101 drm_modeset_unlock(&possible_crtc->base.mutex); in intel_load_detect_get_pipe()
105 crtc = possible_crtc; in intel_load_detect_get_pipe()