Home
last modified time | relevance | path

Searched refs:intel_hdmi (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.15/drivers/gpu/drm/i915/display/
Dg4x_hdmi.c26 struct intel_hdmi *intel_hdmi = enc_to_intel_hdmi(encoder); in intel_hdmi_prepare() local
30 intel_dp_dual_mode_set_tmds_output(intel_hdmi, true); in intel_hdmi_prepare()
55 intel_de_write(dev_priv, intel_hdmi->hdmi_reg, hdmi_val); in intel_hdmi_prepare()
56 intel_de_posting_read(dev_priv, intel_hdmi->hdmi_reg); in intel_hdmi_prepare()
63 struct intel_hdmi *intel_hdmi = enc_to_intel_hdmi(encoder); in intel_hdmi_get_hw_state() local
72 ret = intel_sdvo_port_enabled(dev_priv, intel_hdmi->hdmi_reg, pipe); in intel_hdmi_get_hw_state()
82 struct intel_hdmi *intel_hdmi = enc_to_intel_hdmi(encoder); in intel_hdmi_get_config() local
90 tmp = intel_de_read(dev_priv, intel_hdmi->hdmi_reg); in intel_hdmi_get_config()
165 struct intel_hdmi *intel_hdmi = enc_to_intel_hdmi(encoder); in g4x_enable_hdmi() local
168 temp = intel_de_read(dev_priv, intel_hdmi->hdmi_reg); in g4x_enable_hdmi()
[all …]
Dintel_hdmi.c56 static struct drm_device *intel_hdmi_to_dev(struct intel_hdmi *intel_hdmi) in intel_hdmi_to_dev() argument
58 return hdmi_to_dig_port(intel_hdmi)->base.base.dev; in intel_hdmi_to_dev()
62 assert_hdmi_port_disabled(struct intel_hdmi *intel_hdmi) in assert_hdmi_port_disabled() argument
64 struct drm_device *dev = intel_hdmi_to_dev(intel_hdmi); in assert_hdmi_port_disabled()
71 intel_de_read(dev_priv, intel_hdmi->hdmi_reg) & enabled_bits, in assert_hdmi_port_disabled()
861 struct intel_hdmi *intel_hdmi = &dig_port->hdmi; in g4x_set_infoframes() local
866 assert_hdmi_port_disabled(intel_hdmi); in g4x_set_infoframes()
1046 struct intel_hdmi *intel_hdmi = &dig_port->hdmi; in ibx_set_infoframes() local
1051 assert_hdmi_port_disabled(intel_hdmi); in ibx_set_infoframes()
1104 struct intel_hdmi *intel_hdmi = enc_to_intel_hdmi(encoder); in cpt_set_infoframes() local
[all …]
Dintel_hdmi.h21 struct intel_hdmi;
35 void intel_dp_dual_mode_set_tmds_output(struct intel_hdmi *hdmi, bool enable);
Dintel_display_types.h1407 struct intel_hdmi { struct
1660 struct intel_hdmi hdmi;
1838 static inline struct intel_hdmi *
1844 static inline struct intel_hdmi *
1910 hdmi_to_dig_port(struct intel_hdmi *intel_hdmi) in hdmi_to_dig_port() argument
1912 return container_of(intel_hdmi, struct intel_digital_port, hdmi); in hdmi_to_dig_port()
Dintel_ddi.c2673 struct intel_hdmi *intel_hdmi = &dig_port->hdmi; in intel_ddi_pre_enable_hdmi() local
2676 intel_dp_dual_mode_set_tmds_output(intel_hdmi, true); in intel_ddi_pre_enable_hdmi()
2834 struct intel_hdmi *intel_hdmi = &dig_port->hdmi; in intel_ddi_post_disable_hdmi() local
2849 intel_dp_dual_mode_set_tmds_output(intel_hdmi, false); in intel_ddi_post_disable_hdmi()
4092 struct intel_hdmi *hdmi = enc_to_intel_hdmi(encoder); in intel_hdmi_reset_link()
Dintel_display_debugfs.c696 struct intel_hdmi *intel_hdmi = enc_to_intel_hdmi(intel_encoder); in intel_hdmi_info() local
698 seq_printf(m, "\taudio support: %s\n", yesno(intel_hdmi->has_audio)); in intel_hdmi_info()
/Linux-v5.15/drivers/gpu/drm/i915/
DMakefile264 display/intel_hdmi.o \