Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/display/
H A Dintel_display_power.c1402 if (!dev_priv->chv_phy_assert[DPIO_PHY0]) in assert_chv_phy_status()
1410 if (!dev_priv->chv_phy_assert[DPIO_PHY1]) in assert_chv_phy_status()
1577 dev_priv->chv_phy_assert[phy] = true; in chv_dpio_cmn_power_well_disable()
1595 if (!dev_priv->chv_phy_assert[phy]) in assert_chv_phy_powergate()
5113 dev_priv->chv_phy_assert[DPIO_PHY0] = false; in chv_phy_control_init()
5115 dev_priv->chv_phy_assert[DPIO_PHY0] = true; in chv_phy_control_init()
5135 dev_priv->chv_phy_assert[DPIO_PHY1] = false; in chv_phy_control_init()
5137 dev_priv->chv_phy_assert[DPIO_PHY1] = true; in chv_phy_control_init()
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/
H A Di915_drv.h1297 bool chv_phy_assert[2]; member