Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/display/
H A Dintel_display_power_well.c1318 u32 phy_control = dev_priv->display.power.chv_phy_control; in assert_chv_phy_status()
1413 phy_status, dev_priv->display.power.chv_phy_control); in assert_chv_phy_status()
1469 dev_priv->display.power.chv_phy_control |= PHY_COM_LANE_RESET_DEASSERT(phy); in chv_dpio_cmn_power_well_enable()
1471 dev_priv->display.power.chv_phy_control); in chv_dpio_cmn_power_well_enable()
1475 phy, dev_priv->display.power.chv_phy_control); in chv_dpio_cmn_power_well_enable()
1499 dev_priv->display.power.chv_phy_control &= ~PHY_COM_LANE_RESET_DEASSERT(phy); in chv_dpio_cmn_power_well_disable()
1501 dev_priv->display.power.chv_phy_control); in chv_dpio_cmn_power_well_disable()
1507 phy, dev_priv->display.power.chv_phy_control); in chv_dpio_cmn_power_well_disable()
1587 was_override = dev_priv->display.power.chv_phy_control & PHY_CH_POWER_DOWN_OVRD_EN(phy, ch); in chv_phy_powergate_ch()
1593 dev_priv->display.power.chv_phy_control |= PHY_CH_POWER_DOWN_OVRD_EN(phy, ch); in chv_phy_powergate_ch()
[all …]
H A Dintel_display_power.c1756 dev_priv->display.power.chv_phy_control = in chv_phy_control_init()
1778 dev_priv->display.power.chv_phy_control |= in chv_phy_control_init()
1781 dev_priv->display.power.chv_phy_control |= in chv_phy_control_init()
1788 dev_priv->display.power.chv_phy_control |= in chv_phy_control_init()
1791 dev_priv->display.power.chv_phy_control |= in chv_phy_control_init()
1794 dev_priv->display.power.chv_phy_control |= PHY_COM_LANE_RESET_DEASSERT(DPIO_PHY0); in chv_phy_control_init()
1810 dev_priv->display.power.chv_phy_control |= in chv_phy_control_init()
1813 dev_priv->display.power.chv_phy_control |= in chv_phy_control_init()
1816 dev_priv->display.power.chv_phy_control |= PHY_COM_LANE_RESET_DEASSERT(DPIO_PHY1); in chv_phy_control_init()
1824 dev_priv->display.power.chv_phy_control); in chv_phy_control_init()
H A Dintel_display_core.h477 u32 chv_phy_control; member