Searched refs:tmp_crtc (Results 1 – 2 of 2) sorted by relevance
494 struct drm_crtc *crtc = NULL, *tmp_crtc; in intel_update_fbc() local521 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()
10496 struct drm_crtc *tmp_crtc; in intel_modeset_affected_pipes() local10510 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()