Home
last modified time | relevance | path

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

/drivers/gpu/drm/i915/display/
Dintel_display_power_well.c1305 u32 phy_control = dev_priv->display.power.chv_phy_control; in assert_chv_phy_status()
1400 phy_status, dev_priv->display.power.chv_phy_control); in assert_chv_phy_status()
1460 dev_priv->display.power.chv_phy_control |= PHY_COM_LANE_RESET_DEASSERT(phy); in chv_dpio_cmn_power_well_enable()
1462 dev_priv->display.power.chv_phy_control); in chv_dpio_cmn_power_well_enable()
1466 phy, dev_priv->display.power.chv_phy_control); in chv_dpio_cmn_power_well_enable()
1490 dev_priv->display.power.chv_phy_control &= ~PHY_COM_LANE_RESET_DEASSERT(phy); in chv_dpio_cmn_power_well_disable()
1492 dev_priv->display.power.chv_phy_control); in chv_dpio_cmn_power_well_disable()
1498 phy, dev_priv->display.power.chv_phy_control); in chv_dpio_cmn_power_well_disable()
1578 was_override = dev_priv->display.power.chv_phy_control & PHY_CH_POWER_DOWN_OVRD_EN(phy, ch); in chv_phy_powergate_ch()
1584 dev_priv->display.power.chv_phy_control |= PHY_CH_POWER_DOWN_OVRD_EN(phy, ch); in chv_phy_powergate_ch()
[all …]
Dintel_display_power.c1722 dev_priv->display.power.chv_phy_control = in chv_phy_control_init()
1744 dev_priv->display.power.chv_phy_control |= in chv_phy_control_init()
1747 dev_priv->display.power.chv_phy_control |= in chv_phy_control_init()
1754 dev_priv->display.power.chv_phy_control |= in chv_phy_control_init()
1757 dev_priv->display.power.chv_phy_control |= in chv_phy_control_init()
1760 dev_priv->display.power.chv_phy_control |= PHY_COM_LANE_RESET_DEASSERT(DPIO_PHY0); in chv_phy_control_init()
1776 dev_priv->display.power.chv_phy_control |= in chv_phy_control_init()
1779 dev_priv->display.power.chv_phy_control |= in chv_phy_control_init()
1782 dev_priv->display.power.chv_phy_control |= PHY_COM_LANE_RESET_DEASSERT(DPIO_PHY1); in chv_phy_control_init()
1790 dev_priv->display.power.chv_phy_control); in chv_phy_control_init()
Dintel_display_core.h372 u32 chv_phy_control; member