Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/i915/
Dintel_fbc.c537 if (intel_crtc_active(tmp_crtc) && in intel_fbc_find_crtc()
563 if (intel_crtc_active(crtc) && in multiple_pipes_ok()
Dintel_drv.h1166 bool intel_crtc_active(struct drm_crtc *crtc);
Dintel_pm.c603 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()
Dintel_display.c1066 bool intel_crtc_active(struct drm_crtc *crtc) in intel_crtc_active() function