Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/i915/
H A Dintel_fbc.c1300 if (intel_crtc_active(crtc) && in intel_fbc_init_pipe_state()
H A Dintel_drv.h1479 bool intel_crtc_active(struct intel_crtc *crtc);
H A Dintel_pm.c833 if (intel_crtc_active(crtc)) { in single_enabled_crtc()
2259 if (intel_crtc_active(crtc)) { in i9xx_update_wm()
2286 if (intel_crtc_active(crtc)) { in i9xx_update_wm()
H A Dintel_display.c976 bool intel_crtc_active(struct intel_crtc *crtc) in intel_crtc_active() function