Home
last modified time | relevance | path

Searched refs:DP_HDMI_DVI_OUTPUT_CONFIG (Results 1 – 2 of 2) sorted by relevance

/linux-6.6.21/include/drm/display/
Ddrm_dp.h1259 # define DP_HDMI_DVI_OUTPUT_CONFIG (1 << 0) /* DP 1.3 */ macro
/linux-6.6.21/drivers/gpu/drm/i915/display/
Dintel_dp.c2926 tmp = intel_dp_has_hdmi_sink(intel_dp) ? DP_HDMI_DVI_OUTPUT_CONFIG : 0; in intel_dp_configure_protocol_converter()