Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/gpu/drm/i915/display/
Dintel_load_detect.c53 struct intel_crtc *possible_crtc; in intel_load_detect_get_pipe() local
92 for_each_intel_crtc(dev, possible_crtc) { in intel_load_detect_get_pipe()
94 drm_crtc_mask(&possible_crtc->base))) in intel_load_detect_get_pipe()
97 ret = drm_modeset_lock(&possible_crtc->base.mutex, ctx); in intel_load_detect_get_pipe()
101 if (possible_crtc->base.state->enable) { in intel_load_detect_get_pipe()
102 drm_modeset_unlock(&possible_crtc->base.mutex); in intel_load_detect_get_pipe()
106 crtc = possible_crtc; in intel_load_detect_get_pipe()