Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/display/
H A Dintel_display_power_well.c1410 u32 phy_control = display->power.chv_phy_control; in assert_chv_phy_status()
1505 val & phy_status_mask, phy_status, display->power.chv_phy_control); in assert_chv_phy_status()
1561 display->power.chv_phy_control |= PHY_COM_LANE_RESET_DEASSERT(phy); in chv_dpio_cmn_power_well_enable()
1563 display->power.chv_phy_control); in chv_dpio_cmn_power_well_enable()
1567 phy, display->power.chv_phy_control); in chv_dpio_cmn_power_well_enable()
1591 display->power.chv_phy_control &= ~PHY_COM_LANE_RESET_DEASSERT(phy); in chv_dpio_cmn_power_well_disable()
1593 display->power.chv_phy_control); in chv_dpio_cmn_power_well_disable()
1599 phy, display->power.chv_phy_control); in chv_dpio_cmn_power_well_disable()
1679 was_override = display->power.chv_phy_control & PHY_CH_POWER_DOWN_OVRD_EN(phy, ch); in chv_phy_powergate_ch()
1685 display->power.chv_phy_control |= PHY_CH_POWER_DOWN_OVRD_EN(phy, ch); in chv_phy_powergate_ch()
[all …]
H A Dintel_display_core.h541 u32 chv_phy_control; member