Home
last modified time | relevance | path

Searched refs:chv_phy_control (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/i915/
Dintel_runtime_pm.c1133 u32 phy_control = dev_priv->chv_phy_control; in assert_chv_phy_status()
1230 phy_status, dev_priv->chv_phy_control); in assert_chv_phy_status()
1290 dev_priv->chv_phy_control |= PHY_COM_LANE_RESET_DEASSERT(phy); in chv_dpio_cmn_power_well_enable()
1291 I915_WRITE(DISPLAY_PHY_CONTROL, dev_priv->chv_phy_control); in chv_dpio_cmn_power_well_enable()
1294 phy, dev_priv->chv_phy_control); in chv_dpio_cmn_power_well_enable()
1316 dev_priv->chv_phy_control &= ~PHY_COM_LANE_RESET_DEASSERT(phy); in chv_dpio_cmn_power_well_disable()
1317 I915_WRITE(DISPLAY_PHY_CONTROL, dev_priv->chv_phy_control); in chv_dpio_cmn_power_well_disable()
1322 phy, dev_priv->chv_phy_control); in chv_dpio_cmn_power_well_disable()
1400 was_override = dev_priv->chv_phy_control & PHY_CH_POWER_DOWN_OVRD_EN(phy, ch); in chv_phy_powergate_ch()
1406 dev_priv->chv_phy_control |= PHY_CH_POWER_DOWN_OVRD_EN(phy, ch); in chv_phy_powergate_ch()
[all …]
Di915_drv.h1848 u32 chv_phy_control; member