Home
last modified time | relevance | path

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

/drivers/gpu/drm/i915/
Dintel_pm.c494 struct drm_crtc *crtc = NULL, *tmp_crtc; in intel_update_fbc() local
521 for_each_crtc(dev, tmp_crtc) { in intel_update_fbc()
522 if (intel_crtc_active(tmp_crtc) && in intel_update_fbc()
523 to_intel_crtc(tmp_crtc)->primary_enabled) { in intel_update_fbc()
529 crtc = tmp_crtc; in intel_update_fbc()
Dintel_display.c10496 struct drm_crtc *tmp_crtc; in intel_modeset_affected_pipes() local
10510 tmp_crtc = connector->base.encoder->crtc; in intel_modeset_affected_pipes()
10512 *prepare_pipes |= 1 << to_intel_crtc(tmp_crtc)->pipe; in intel_modeset_affected_pipes()
10525 tmp_crtc = encoder->base.crtc; in intel_modeset_affected_pipes()
10527 *prepare_pipes |= 1 << to_intel_crtc(tmp_crtc)->pipe; in intel_modeset_affected_pipes()