Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/display/
H A Dintel_display_types.h83 INTEL_OUTPUT_DP = 7, enumerator
2053 case INTEL_OUTPUT_DP: in intel_encoder_is_dig_port()
2122 case INTEL_OUTPUT_DP: in intel_encoder_is_dp()
2233 (BIT(INTEL_OUTPUT_DP) | in intel_crtc_has_dp_encoder()
H A Dintel_ddi.c4064 crtc_state->output_types |= BIT(INTEL_OUTPUT_DP); in intel_ddi_read_func_ctl_dp_sst()
4494 return INTEL_OUTPUT_DP; in intel_ddi_compute_output_type()
4600 if (!intel_crtc_has_type(ref_crtc_state, INTEL_OUTPUT_DP)) in intel_ddi_port_sync_transcoders()
H A Dintel_dp.c1602 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_DP) && in intel_dp_supports_dsc()