HomeSort by: relevance | last modified time | path
    Searched refs:INTEL_OUTPUT_DP_MST (Results 1 - 10 of 10) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_audio.c 735 if (!intel_crtc_has_type(crtc_state, INTEL_OUTPUT_DP_MST))
778 if (!intel_crtc_has_type(old_crtc_state, INTEL_OUTPUT_DP_MST))
960 encoder->type == INTEL_OUTPUT_DP_MST)
973 if (encoder->type == INTEL_OUTPUT_DP_MST)
intel_ddi.c 1904 } else if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_DP_MST)) {
1931 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_DP_MST))
2229 if (WARN_ON(intel_crtc_has_type(crtc_state, INTEL_OUTPUT_DP_MST)))
3053 if (encoder->type == INTEL_OUTPUT_DP_MST)
3396 bool is_mst = intel_crtc_has_type(crtc_state, INTEL_OUTPUT_DP_MST);
3538 bool is_mst = intel_crtc_has_type(crtc_state, INTEL_OUTPUT_DP_MST);
3615 if (!intel_crtc_has_type(crtc_state, INTEL_OUTPUT_DP_MST))
3745 INTEL_OUTPUT_DP_MST);
3836 if (!intel_crtc_has_type(old_crtc_state, INTEL_OUTPUT_DP_MST)) {
4359 pipe_config->output_types |= BIT(INTEL_OUTPUT_DP_MST);
    [all...]
intel_display_types.h 70 INTEL_OUTPUT_DP_MST = 11,
1611 (1 << INTEL_OUTPUT_DP_MST) |
intel_dp_mst.c 765 intel_encoder->type = INTEL_OUTPUT_DP_MST;
intel_opregion.c 407 case INTEL_OUTPUT_DP_MST:
intel_display_power.c 523 if (encoder->type == INTEL_OUTPUT_DP_MST)
intel_dpll_mgr.c 2981 primary_port = encoder->type == INTEL_OUTPUT_DP_MST ?
intel_display.c 7614 if (!encoder || encoder->type == INTEL_OUTPUT_DP_MST)
12990 case INTEL_OUTPUT_DP_MST:
18406 if (encoder->type != INTEL_OUTPUT_DP_MST &&
intel_dp.c 2520 INTEL_OUTPUT_DP_MST));
  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_debugfs.c 2476 if (encoder->type == INTEL_OUTPUT_DP_MST)
3023 if (!intel_encoder || intel_encoder->type == INTEL_OUTPUT_DP_MST)
3072 if (encoder && encoder->type == INTEL_OUTPUT_DP_MST)
3116 if (encoder && encoder->type == INTEL_OUTPUT_DP_MST)
3166 if (encoder && encoder->type == INTEL_OUTPUT_DP_MST)
3210 if (encoder && encoder->type == INTEL_OUTPUT_DP_MST)

Completed in 57 milliseconds