Searched refs:tmp_crtc (Results 1 – 1 of 1) sorted by relevance
527 struct drm_crtc *crtc = NULL, *tmp_crtc; in intel_fbc_find_crtc() local535 tmp_crtc = dev_priv->pipe_to_crtc_mapping[pipe]; in intel_fbc_find_crtc()537 if (intel_crtc_active(tmp_crtc) && in intel_fbc_find_crtc()538 to_intel_plane_state(tmp_crtc->primary->state)->visible) in intel_fbc_find_crtc()539 crtc = tmp_crtc; in intel_fbc_find_crtc()