Searched refs:pipe_to_crtc_mapping (Results 1 – 6 of 6) sorted by relevance
326 BUG_ON(pipe >= ARRAY_SIZE(dev_priv->pipe_to_crtc_mapping) || in intel_crtc_init()327 dev_priv->pipe_to_crtc_mapping[pipe] != NULL); in intel_crtc_init()328 dev_priv->pipe_to_crtc_mapping[pipe] = crtc; in intel_crtc_init()
1757 pipe < ARRAY_SIZE(i915->pipe_to_crtc_mapping) && in intel_pipe_valid()1759 i915->pipe_to_crtc_mapping[pipe]); in intel_pipe_valid()1774 return dev_priv->pipe_to_crtc_mapping[pipe]; in intel_get_crtc_for_pipe()
528 dev_priv->pipe_to_crtc_mapping[gma_crtc->pipe] = &gma_crtc->base; in psb_intel_crtc_init()
445 struct drm_crtc *pipe_to_crtc_mapping[PSB_NUM_PIPE]; member
461 crtc = dev_priv->pipe_to_crtc_mapping[pipe]; in cdv_intel_pipe_enabled()
996 struct intel_crtc *pipe_to_crtc_mapping[I915_MAX_PIPES]; member