Searched refs:pipe_to_crtc_mapping (Results 1 – 6 of 6) sorted by relevance
524 dev_priv->pipe_to_crtc_mapping[gma_crtc->pipe] = &gma_crtc->base; in psb_intel_crtc_init()
483 struct drm_crtc *pipe_to_crtc_mapping[PSB_NUM_PIPE]; member
459 crtc = dev_priv->pipe_to_crtc_mapping[pipe]; in cdv_intel_pipe_enabled()
1342 return dev_priv->pipe_to_crtc_mapping[pipe]; in intel_get_crtc_for_pipe()
15178 BUG_ON(pipe >= ARRAY_SIZE(dev_priv->pipe_to_crtc_mapping) || in intel_crtc_init()15179 dev_priv->pipe_to_crtc_mapping[pipe] != NULL); in intel_crtc_init()15180 dev_priv->pipe_to_crtc_mapping[pipe] = intel_crtc; in intel_crtc_init()
1455 struct intel_crtc *pipe_to_crtc_mapping[I915_MAX_PIPES]; member