Searched refs:hdmi_reg (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/drivers/gpu/drm/gma500/ |
D | cdv_intel_hdmi.c | 51 u32 hdmi_reg; member 88 REG_WRITE(hdmi_priv->hdmi_reg, hdmib); in cdv_hdmi_mode_set() 89 REG_READ(hdmi_priv->hdmi_reg); in cdv_hdmi_mode_set() 99 hdmib = REG_READ(hdmi_priv->hdmi_reg); in cdv_hdmi_dpms() 102 REG_WRITE(hdmi_priv->hdmi_reg, hdmib & ~HDMIB_PORT_EN); in cdv_hdmi_dpms() 104 REG_WRITE(hdmi_priv->hdmi_reg, hdmib | HDMIB_PORT_EN); in cdv_hdmi_dpms() 105 REG_READ(hdmi_priv->hdmi_reg); in cdv_hdmi_dpms() 114 hdmi_priv->save_HDMIB = REG_READ(hdmi_priv->hdmi_reg); in cdv_hdmi_save() 123 REG_WRITE(hdmi_priv->hdmi_reg, hdmi_priv->save_HDMIB); in cdv_hdmi_restore() 124 REG_READ(hdmi_priv->hdmi_reg); in cdv_hdmi_restore() [all …]
|
/Linux-v4.19/drivers/gpu/drm/i915/ |
D | intel_hdmi.c | 58 WARN(I915_READ(intel_hdmi->hdmi_reg) & enabled_bits, in assert_hdmi_port_disabled() 1171 I915_WRITE(intel_hdmi->hdmi_reg, hdmi_val); in intel_hdmi_prepare() 1172 POSTING_READ(intel_hdmi->hdmi_reg); in intel_hdmi_prepare() 1186 ret = intel_sdvo_port_enabled(dev_priv, intel_hdmi->hdmi_reg, pipe); in intel_hdmi_get_hw_state() 1205 tmp = I915_READ(intel_hdmi->hdmi_reg); in intel_hdmi_get_config() 1266 temp = I915_READ(intel_hdmi->hdmi_reg); in g4x_enable_hdmi() 1272 I915_WRITE(intel_hdmi->hdmi_reg, temp); in g4x_enable_hdmi() 1273 POSTING_READ(intel_hdmi->hdmi_reg); in g4x_enable_hdmi() 1288 temp = I915_READ(intel_hdmi->hdmi_reg); in ibx_enable_hdmi() 1298 I915_WRITE(intel_hdmi->hdmi_reg, temp); in ibx_enable_hdmi() [all …]
|
D | intel_drv.h | 1010 i915_reg_t hdmi_reg; member 1832 void intel_hdmi_init(struct drm_i915_private *dev_priv, i915_reg_t hdmi_reg,
|
D | intel_ddi.c | 3477 intel_dig_port->hdmi.hdmi_reg = DDI_BUF_CTL(port); in intel_ddi_init_hdmi_connector()
|
D | intel_display.c | 1348 i915_reg_t hdmi_reg) in assert_pch_hdmi_disabled() argument 1353 state = intel_sdvo_port_enabled(dev_priv, hdmi_reg, &port_pipe); in assert_pch_hdmi_disabled()
|