Searched refs:DPIO_CH1 (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/drivers/gpu/drm/i915/ |
H A D | intel_gvt_mmio_table.c | 1174 MMIO_D(BXT_PORT_PLL_EBB_0(DPIO_PHY0, DPIO_CH1)); in iterate_bxt_mmio() 1175 MMIO_D(BXT_PORT_PLL_EBB_4(DPIO_PHY0, DPIO_CH1)); in iterate_bxt_mmio() 1181 MMIO_D(BXT_PORT_TX_DW2_LN0(DPIO_PHY0, DPIO_CH1)); in iterate_bxt_mmio() 1191 MMIO_D(BXT_PORT_PLL(DPIO_PHY0, DPIO_CH1, 0)); in iterate_bxt_mmio() 1192 MMIO_D(BXT_PORT_PLL(DPIO_PHY0, DPIO_CH1, 1)); in iterate_bxt_mmio() 1193 MMIO_D(BXT_PORT_PLL(DPIO_PHY0, DPIO_CH1, 2)); in iterate_bxt_mmio() 1194 MMIO_D(BXT_PORT_PLL(DPIO_PHY0, DPIO_CH1, 3)); in iterate_bxt_mmio() 1195 MMIO_D(BXT_PORT_PLL(DPIO_PHY0, DPIO_CH1, 6)); in iterate_bxt_mmio() 1196 MMIO_D(BXT_PORT_PLL(DPIO_PHY0, DPIO_CH1, 8)); in iterate_bxt_mmio() 1197 MMIO_D(BXT_PORT_PLL(DPIO_PHY0, DPIO_CH1, 9)); in iterate_bxt_mmio() [all …]
|
/openbmc/linux/drivers/gpu/drm/i915/display/ |
H A D | intel_dpio_phy.c | 172 [DPIO_CH1] = { .port = PORT_C }, 259 port == phy_info->channel[DPIO_CH1].port) { in bxt_port_to_phy_channel() 261 *ch = DPIO_CH1; in bxt_port_to_phy_channel() 651 return DPIO_CH1; in vlv_dig_port_to_channel() 679 return DPIO_CH1; in vlv_pipe_to_channel() 843 !chv_phy_powergate_ch(dev_priv, DPIO_PHY0, DPIO_CH1, true); in chv_phy_pre_pll_enable() 858 if (ch == DPIO_CH1) in chv_phy_pre_pll_enable() 866 if (ch == DPIO_CH1) in chv_phy_pre_pll_enable() 991 chv_phy_powergate_ch(dev_priv, DPIO_PHY0, DPIO_CH1, false); in chv_phy_release_cl2_override()
|
H A D | intel_display_power_well.c | 1324 PHY_STATUS_CMN_LDO(DPIO_PHY0, DPIO_CH1) | in assert_chv_phy_status() 1325 PHY_STATUS_SPLINE_LDO(DPIO_PHY0, DPIO_CH1, 0) | in assert_chv_phy_status() 1326 PHY_STATUS_SPLINE_LDO(DPIO_PHY0, DPIO_CH1, 1)); in assert_chv_phy_status() 1346 PHY_CH_POWER_DOWN_OVRD(0xf, DPIO_PHY0, DPIO_CH1))) in assert_chv_phy_status() 1355 PHY_CH_POWER_DOWN_OVRD(0xf, DPIO_PHY0, DPIO_CH1)) && in assert_chv_phy_status() 1357 phy_status |= PHY_STATUS_CMN_LDO(DPIO_PHY0, DPIO_CH1); in assert_chv_phy_status() 1367 PHY_CH_POWER_DOWN_OVRD(0x3, DPIO_PHY0, DPIO_CH1))) in assert_chv_phy_status() 1368 phy_status |= PHY_STATUS_SPLINE_LDO(DPIO_PHY0, DPIO_CH1, 0); in assert_chv_phy_status() 1370 PHY_CH_POWER_DOWN_OVRD(0xc, DPIO_PHY0, DPIO_CH1))) in assert_chv_phy_status() 1371 phy_status |= PHY_STATUS_SPLINE_LDO(DPIO_PHY0, DPIO_CH1, 1); in assert_chv_phy_status() [all …]
|
H A D | intel_dpio_phy.h | 20 DPIO_CH1, enumerator
|
H A D | intel_display_power.c | 1768 PHY_CH_POWER_MODE(PHY_CH_DEEP_PSR, DPIO_PHY0, DPIO_CH1) | in chv_phy_control_init() 1797 PHY_CH_POWER_DOWN_OVRD_EN(DPIO_PHY0, DPIO_CH1); in chv_phy_control_init() 1800 PHY_CH_POWER_DOWN_OVRD(mask, DPIO_PHY0, DPIO_CH1); in chv_phy_control_init()
|
/openbmc/linux/drivers/gpu/drm/i915/gvt/ |
H A D | handlers.c | 556 ch = DPIO_CH1; in bxt_vgpu_get_dp_bitrate() 2769 MMIO_DH(BXT_PORT_PCS_DW12_GRP(DPIO_PHY0, DPIO_CH1), D_BXT, in init_bxt_mmio_info() 2771 MMIO_DH(BXT_PORT_TX_DW3_LN0(DPIO_PHY0, DPIO_CH1), D_BXT, in init_bxt_mmio_info()
|