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

/freebsd-12-stable/sys/dev/drm2/i915/
H A Dintel_ddi.c186 FDI_RX_PLL_ENABLE | ((intel_crtc->fdi_lanes - 1) << 19);
214 ((intel_crtc->fdi_lanes - 1) << 1) |
1020 temp |= (intel_crtc->fdi_lanes - 1) << 1;
H A Dintel_display.c2488 temp |= (intel_crtc->fdi_lanes - 1) << 19;
2586 temp |= (intel_crtc->fdi_lanes - 1) << 19;
2721 temp |= (intel_crtc->fdi_lanes - 1) << 19;
2823 temp |= (intel_crtc->fdi_lanes - 1) << 19;
5346 intel_crtc->pipe, intel_crtc->fdi_lanes);
5347 if (intel_crtc->fdi_lanes > 4) {
5349 intel_crtc->pipe, intel_crtc->fdi_lanes);
5351 intel_crtc->fdi_lanes = 4;
5364 intel_crtc->fdi_lanes > 2) {
5366 intel_crtc->pipe, intel_crtc->fdi_lanes);
[all...]
H A Dintel_drv.h238 int fdi_lanes; member in struct:intel_crtc

Completed in 79 milliseconds