Lines Matching defs:intel_hdmi
1009 struct intel_hdmi { struct
1010 i915_reg_t hdmi_reg;
1011 int ddc_bus;
1012 struct {
1015 } dp_dual_mode;
1016 bool has_hdmi_sink;
1017 bool has_audio;
1018 bool rgb_quant_range_selectable;
1019 struct intel_connector *attached_connector;
1020 struct cec_notifier *cec_notifier;
1318 hdmi_to_dig_port(struct intel_hdmi *intel_hdmi) in hdmi_to_dig_port()