Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/i915/
Dintel_fbc.c447 struct drm_crtc *crtc = NULL, *tmp_crtc; in intel_fbc_find_crtc() local
457 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()
Dintel_display.c10776 struct drm_crtc *tmp_crtc; in intel_modeset_affected_pipes() local
10789 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()