Lines Matching defs:intel_hdmi
679 struct intel_hdmi { struct
680 u32 hdmi_reg;
681 int ddc_bus;
682 bool limited_color_range;
683 bool color_range_auto;
684 bool has_hdmi_sink;
685 bool has_audio;
686 enum hdmi_force_audio force_audio;
687 bool rgb_quant_range_selectable;
688 enum hdmi_picture_aspect aspect_ratio;
689 struct intel_connector *attached_connector;
690 void (*write_infoframe)(struct drm_encoder *encoder,
693 void (*set_infoframes)(struct drm_encoder *encoder,
696 bool (*infoframe_enabled)(struct drm_encoder *encoder);
921 hdmi_to_dig_port(struct intel_hdmi *intel_hdmi) in hdmi_to_dig_port()