Searched refs:tmp_crtc (Results 1 – 2 of 2) sorted by relevance
447 struct drm_crtc *crtc = NULL, *tmp_crtc; in intel_fbc_find_crtc() local457 tmp_crtc = dev_priv->pipe_to_crtc_mapping[pipe]; in intel_fbc_find_crtc()459 if (intel_crtc_active(tmp_crtc) && in intel_fbc_find_crtc()460 to_intel_crtc(tmp_crtc)->primary_enabled) { in intel_fbc_find_crtc()466 crtc = tmp_crtc; in intel_fbc_find_crtc()
10776 struct drm_crtc *tmp_crtc; in intel_modeset_affected_pipes() local10789 tmp_crtc = connector->base.encoder->crtc; in intel_modeset_affected_pipes()10791 *prepare_pipes |= 1 << to_intel_crtc(tmp_crtc)->pipe; in intel_modeset_affected_pipes()10804 tmp_crtc = encoder->base.crtc; in intel_modeset_affected_pipes()10806 *prepare_pipes |= 1 << to_intel_crtc(tmp_crtc)->pipe; in intel_modeset_affected_pipes()