Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/i915/display/
H A Dintel_hdmi.c1288 if (hdmi->dp_dual_mode.type < DRM_DP_DUAL_MODE_TYPE2_DVI) in intel_dp_dual_mode_set_tmds_output()
1295 hdmi->dp_dual_mode.type, ddc, enable); in intel_dp_dual_mode_set_tmds_output()
1862 if (hdmi->dp_dual_mode.max_tmds_clock) in hdmi_port_clock_limit()
1864 hdmi->dp_dual_mode.max_tmds_clock); in hdmi_port_clock_limit()
2429 intel_hdmi->dp_dual_mode.type = DRM_DP_DUAL_MODE_NONE; in intel_hdmi_unset_edid()
2430 intel_hdmi->dp_dual_mode.max_tmds_clock = 0; in intel_hdmi_unset_edid()
2471 hdmi->dp_dual_mode.type = type; in intel_hdmi_dp_dual_mode_detect()
2472 hdmi->dp_dual_mode.max_tmds_clock = in intel_hdmi_dp_dual_mode_detect()
2478 hdmi->dp_dual_mode.max_tmds_clock); in intel_hdmi_dp_dual_mode_detect()
2485 hdmi->dp_dual_mode.max_tmds_clock = 0; in intel_hdmi_dp_dual_mode_detect()
H A Dintel_display_types.h1535 } dp_dual_mode; member