Home
last modified time | relevance | path

Searched refs:fdi_lanes (Results 1 – 3 of 3) sorted by relevance

/drivers/gpu/drm/i915/
Dintel_ddi.c184 FDI_RX_PLL_ENABLE | ((intel_crtc->fdi_lanes - 1) << 19); in hsw_fdi_link_train()
212 ((intel_crtc->fdi_lanes - 1) << 1) | in hsw_fdi_link_train()
1025 temp |= (intel_crtc->fdi_lanes - 1) << 1; in intel_ddi_enable_transcoder_func()
Dintel_display.c2521 temp |= (intel_crtc->fdi_lanes - 1) << 19; in ironlake_fdi_link_train()
2619 temp |= (intel_crtc->fdi_lanes - 1) << 19; in gen6_fdi_link_train()
2754 temp |= (intel_crtc->fdi_lanes - 1) << 19; in ivb_manual_fdi_link_train()
2856 temp |= (intel_crtc->fdi_lanes - 1) << 19; in ironlake_fdi_pll_enable()
5357 intel_crtc->pipe, intel_crtc->fdi_lanes); in ironlake_check_fdi_lanes()
5358 if (intel_crtc->fdi_lanes > 4) { in ironlake_check_fdi_lanes()
5360 intel_crtc->pipe, intel_crtc->fdi_lanes); in ironlake_check_fdi_lanes()
5362 intel_crtc->fdi_lanes = 4; in ironlake_check_fdi_lanes()
5375 intel_crtc->fdi_lanes > 2) { in ironlake_check_fdi_lanes()
5377 intel_crtc->pipe, intel_crtc->fdi_lanes); in ironlake_check_fdi_lanes()
[all …]
Dintel_drv.h245 int fdi_lanes; member