Home
last modified time | relevance | path

Searched refs:intel_crtc (Results 1 – 12 of 12) sorted by relevance

/linux-2.6.39/drivers/gpu/drm/i915/
Dintel_display.c1678 struct intel_crtc *intel_crtc = to_intel_crtc(crtc); in i8xx_enable_fbc() local
1684 intel_crtc->plane == dev_priv->cfb_plane && in i8xx_enable_fbc()
1698 dev_priv->cfb_plane = intel_crtc->plane; in i8xx_enable_fbc()
1762 struct intel_crtc *intel_crtc = to_intel_crtc(crtc); in g4x_enable_fbc() local
1763 int plane = intel_crtc->plane == 0 ? DPFC_CTL_PLANEA : DPFC_CTL_PLANEB; in g4x_enable_fbc()
1771 dev_priv->cfb_plane == intel_crtc->plane && in g4x_enable_fbc()
1776 intel_wait_for_vblank(dev, intel_crtc->pipe); in g4x_enable_fbc()
1781 dev_priv->cfb_plane = intel_crtc->plane; in g4x_enable_fbc()
1800 DRM_DEBUG_KMS("enabled fbc on plane %d\n", intel_crtc->plane); in g4x_enable_fbc()
1852 struct intel_crtc *intel_crtc = to_intel_crtc(crtc); in ironlake_enable_fbc() local
[all …]
Dintel_crt.c126 struct intel_crtc *intel_crtc = to_intel_crtc(crtc); in intel_crt_mode_set() local
132 dpll_md_reg = DPLL_MD(intel_crtc->pipe); in intel_crt_mode_set()
155 if (intel_crtc->pipe == 0) { in intel_crt_mode_set()
168 I915_WRITE(BCLRPAT(intel_crtc->pipe), 0); in intel_crt_mode_set()
313 struct intel_crtc *intel_crtc = to_intel_crtc(crtc); in intel_crt_load_detect() local
314 uint32_t pipe = intel_crtc->pipe; in intel_crt_load_detect()
Dintel_dvo.c176 struct intel_crtc *intel_crtc = to_intel_crtc(encoder->crtc); in intel_dvo_mode_set() local
178 int pipe = intel_crtc->pipe; in intel_dvo_mode_set()
Dintel_hdmi.c123 struct intel_crtc *intel_crtc = to_intel_crtc(crtc); in intel_hdmi_mode_set() local
143 if (intel_crtc->pipe == 1) { in intel_hdmi_mode_set()
Dintel_dp.c686 struct intel_crtc *intel_crtc = to_intel_crtc(crtc); in intel_dp_set_m_n() local
689 int pipe = intel_crtc->pipe; in intel_dp_set_m_n()
743 struct intel_crtc *intel_crtc = to_intel_crtc(crtc); in intel_dp_mode_set() local
785 if (intel_crtc->pipe == 1 && !HAS_PCH_CPT(dev)) in intel_dp_mode_set()
1275 struct intel_crtc *intel_crtc = to_intel_crtc(intel_dp->base.base.crtc); in intel_dp_start_link_train() local
1286 intel_wait_for_vblank(dev, intel_crtc->pipe); in intel_dp_start_link_train()
Dintel_tv.c998 struct intel_crtc *intel_crtc = to_intel_crtc(crtc); in intel_tv_mode_set() local
1009 int pipe = intel_crtc->pipe; in intel_tv_mode_set()
1081 if (intel_crtc->pipe == 1) in intel_tv_mode_set()
1154 int dspcntr_reg = DSPCNTR(intel_crtc->plane); in intel_tv_mode_set()
1157 int dspbase_reg = DSPADDR(intel_crtc->plane); in intel_tv_mode_set()
1167 intel_wait_for_vblank(dev, intel_crtc->pipe); in intel_tv_mode_set()
1171 intel_wait_for_pipe_off(dev, intel_crtc->pipe); in intel_tv_mode_set()
Dintel_drv.h155 struct intel_crtc { struct
176 #define to_intel_crtc(x) container_of(x, struct intel_crtc, base) argument
Dintel_lvds.c230 struct intel_crtc *intel_crtc = to_intel_crtc(encoder->crtc); in intel_lvds_mode_fixup() local
237 if (INTEL_INFO(dev)->gen < 4 && intel_crtc->pipe == 0) { in intel_lvds_mode_fixup()
272 pfit_control |= ((intel_crtc->pipe << PFIT_PIPE_SHIFT) | in intel_lvds_mode_fixup()
Di915_irq.c1051 struct intel_crtc *intel_crtc = to_intel_crtc(crtc); in i915_pageflip_stall_check() local
1058 if (intel_crtc == NULL) in i915_pageflip_stall_check()
1062 work = intel_crtc->unpin_work; in i915_pageflip_stall_check()
1073 int dspsurf = DSPSURF(intel_crtc->plane); in i915_pageflip_stall_check()
1076 int dspaddr = DSPADDR(intel_crtc->plane); in i915_pageflip_stall_check()
1086 intel_prepare_page_flip(dev, intel_crtc->plane); in i915_pageflip_stall_check()
Dintel_overlay.c175 struct intel_crtc *crtc;
243 struct intel_crtc *crtc; in i830_activate_pipe_a()
898 struct intel_crtc *crtc) in check_overlay_possible_on_crtc()
1111 struct intel_crtc *crtc; in intel_overlay_put_image()
Dintel_sdvo.c991 struct intel_crtc *intel_crtc = to_intel_crtc(crtc); in intel_sdvo_mode_set() local
1085 if (intel_crtc->pipe == 1) in intel_sdvo_mode_set()
1109 struct intel_crtc *intel_crtc = to_intel_crtc(encoder->crtc); in intel_sdvo_dpms() local
1132 intel_wait_for_vblank(dev, intel_crtc->pipe); in intel_sdvo_dpms()
Di915_debugfs.c326 struct intel_crtc *crtc; in i915_gem_pageflip_info()