Searched refs:intel_crtc_active (Results 1 – 4 of 4) sorted by relevance
537 if (intel_crtc_active(tmp_crtc) && in intel_fbc_find_crtc()563 if (intel_crtc_active(crtc) && in multiple_pipes_ok()
1166 bool intel_crtc_active(struct drm_crtc *crtc);
603 if (intel_crtc_active(crtc)) { in single_enabled_crtc()696 if (!intel_crtc_active(crtc)) { in g4x_compute_wm0()1509 if (intel_crtc_active(crtc)) { in i9xx_update_wm()1531 if (intel_crtc_active(crtc)) { in i9xx_update_wm()
1066 bool intel_crtc_active(struct drm_crtc *crtc) in intel_crtc_active() function