Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/i915/
Dintel_display.c4599 struct intel_crtc *crtc_it, *other_active_crtc = NULL; in haswell_mode_set_planes_workaround() local
4603 for_each_intel_crtc(dev, crtc_it) { in haswell_mode_set_planes_workaround()
4604 if (!crtc_it->active || crtc_it == crtc) in haswell_mode_set_planes_workaround()
4610 other_active_crtc = crtc_it; in haswell_mode_set_planes_workaround()