Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/i915/
Dintel_fbc.c459 if (intel_crtc_active(tmp_crtc) && in intel_fbc_find_crtc()
Dintel_drv.h1048 bool intel_crtc_active(struct drm_crtc *crtc);
Dintel_pm.c625 if (intel_crtc_active(crtc)) { in single_enabled_crtc()
721 if (!intel_crtc_active(crtc)) { in g4x_compute_wm0()
1278 if (intel_crtc_active(crtc)) { in i9xx_update_wm()
1300 if (intel_crtc_active(crtc)) { in i9xx_update_wm()
Dintel_display.c956 bool intel_crtc_active(struct drm_crtc *crtc) in intel_crtc_active() function