• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-12-stable/sys/dev/drm2/i915/

Lines Matching refs:intel_dp

684 		struct intel_dp *intel_dp = enc_to_intel_dp(encoder);
688 intel_dp->DP = intel_dig_port->port_reversal |
690 switch (intel_dp->lane_count) {
692 intel_dp->DP |= DDI_PORT_WIDTH_X1;
695 intel_dp->DP |= DDI_PORT_WIDTH_X2;
698 intel_dp->DP |= DDI_PORT_WIDTH_X4;
701 intel_dp->DP |= DDI_PORT_WIDTH_X4;
703 intel_dp->lane_count);
707 if (intel_dp->has_audio) {
716 intel_dp_init_link_config(intel_dp);
845 struct intel_dp *intel_dp = enc_to_intel_dp(encoder);
847 switch (intel_dp->link_bw) {
859 intel_dp->link_bw);
1024 struct intel_dp *intel_dp = enc_to_intel_dp(encoder);
1028 switch (intel_dp->lane_count) {
1041 intel_dp->lane_count);
1242 struct intel_dp *intel_dp = enc_to_intel_dp(encoder);
1243 ironlake_edp_panel_vdd_on(intel_dp);
1244 ironlake_edp_panel_on(intel_dp);
1245 ironlake_edp_panel_vdd_off(intel_dp, true);
1252 struct intel_dp *intel_dp = enc_to_intel_dp(encoder);
1254 intel_dp_sink_dpms(intel_dp, DRM_MODE_DPMS_ON);
1255 intel_dp_start_link_train(intel_dp);
1256 intel_dp_complete_link_train(intel_dp);
1285 struct intel_dp *intel_dp = enc_to_intel_dp(encoder);
1286 ironlake_edp_panel_vdd_on(intel_dp);
1287 ironlake_edp_panel_off(intel_dp);
1312 struct intel_dp *intel_dp = enc_to_intel_dp(encoder);
1314 ironlake_edp_backlight_on(intel_dp);
1324 struct intel_dp *intel_dp = enc_to_intel_dp(encoder);
1326 ironlake_edp_backlight_off(intel_dp);
1366 struct intel_dp *intel_dp = &intel_dig_port->dp;
1392 if (intel_dp->link_configuration[1] & DP_LANE_COUNT_ENHANCED_FRAME_EN)
1397 intel_dp->DP |= DDI_BUF_CTL_ENABLE;
1398 I915_WRITE(DDI_BUF_CTL(port), intel_dp->DP);
1432 struct intel_dp *intel_dp = enc_to_intel_dp(&intel_encoder->base);
1436 intel_dp_check_link_status(intel_dp);