Home
last modified time | relevance | path

Searched refs:hdmi_reg (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.4/drivers/gpu/drm/gma500/
Dcdv_intel_hdmi.c52 u32 hdmi_reg; member
89 REG_WRITE(hdmi_priv->hdmi_reg, hdmib); in cdv_hdmi_mode_set()
90 REG_READ(hdmi_priv->hdmi_reg); in cdv_hdmi_mode_set()
100 hdmib = REG_READ(hdmi_priv->hdmi_reg); in cdv_hdmi_dpms()
103 REG_WRITE(hdmi_priv->hdmi_reg, hdmib & ~HDMIB_PORT_EN); in cdv_hdmi_dpms()
105 REG_WRITE(hdmi_priv->hdmi_reg, hdmib | HDMIB_PORT_EN); in cdv_hdmi_dpms()
106 REG_READ(hdmi_priv->hdmi_reg); in cdv_hdmi_dpms()
115 hdmi_priv->save_HDMIB = REG_READ(hdmi_priv->hdmi_reg); in cdv_hdmi_save()
124 REG_WRITE(hdmi_priv->hdmi_reg, hdmi_priv->save_HDMIB); in cdv_hdmi_restore()
125 REG_READ(hdmi_priv->hdmi_reg); in cdv_hdmi_restore()
[all …]
/Linux-v5.4/drivers/gpu/drm/i915/display/
Dintel_hdmi.c75 WARN(I915_READ(intel_hdmi->hdmi_reg) & enabled_bits, in assert_hdmi_port_disabled()
1753 I915_WRITE(intel_hdmi->hdmi_reg, hdmi_val); in intel_hdmi_prepare()
1754 POSTING_READ(intel_hdmi->hdmi_reg); in intel_hdmi_prepare()
1770 ret = intel_sdvo_port_enabled(dev_priv, intel_hdmi->hdmi_reg, pipe); in intel_hdmi_get_hw_state()
1788 tmp = I915_READ(intel_hdmi->hdmi_reg); in intel_hdmi_get_config()
1864 temp = I915_READ(intel_hdmi->hdmi_reg); in g4x_enable_hdmi()
1870 I915_WRITE(intel_hdmi->hdmi_reg, temp); in g4x_enable_hdmi()
1871 POSTING_READ(intel_hdmi->hdmi_reg); in g4x_enable_hdmi()
1886 temp = I915_READ(intel_hdmi->hdmi_reg); in ibx_enable_hdmi()
1896 I915_WRITE(intel_hdmi->hdmi_reg, temp); in ibx_enable_hdmi()
[all …]
Dintel_hdmi.h27 void intel_hdmi_init(struct drm_i915_private *dev_priv, i915_reg_t hdmi_reg,
Dintel_display_types.h1097 i915_reg_t hdmi_reg; member
Dintel_display.c1334 i915_reg_t hdmi_reg) in assert_pch_hdmi_disabled() argument
1339 state = intel_sdvo_port_enabled(dev_priv, hdmi_reg, &port_pipe); in assert_pch_hdmi_disabled()
16879 enum port port, i915_reg_t hdmi_reg) in ibx_sanitize_pch_hdmi_port() argument
16881 u32 val = I915_READ(hdmi_reg); in ibx_sanitize_pch_hdmi_port()
16893 I915_WRITE(hdmi_reg, val); in ibx_sanitize_pch_hdmi_port()
Dintel_ddi.c4205 intel_dig_port->hdmi.hdmi_reg = DDI_BUF_CTL(port); in intel_ddi_init_hdmi_connector()