Lines Matching defs:intel_hdmi
572 struct intel_hdmi { struct
573 u32 hdmi_reg;
574 int ddc_bus;
575 uint32_t color_range;
576 bool color_range_auto;
577 bool has_hdmi_sink;
578 bool has_audio;
579 enum hdmi_force_audio force_audio;
580 bool rgb_quant_range_selectable;
581 enum hdmi_picture_aspect aspect_ratio;
582 void (*write_infoframe)(struct drm_encoder *encoder,
585 void (*set_infoframes)(struct drm_encoder *encoder,
588 bool (*infoframe_enabled)(struct drm_encoder *encoder);
796 hdmi_to_dig_port(struct intel_hdmi *intel_hdmi) in hdmi_to_dig_port()