Searched refs:DPIO_CH1 (Results 1 – 6 of 6) sorted by relevance
/linux-6.3-rc2/drivers/gpu/drm/i915/ |
A D | intel_gvt_mmio_table.c | 1169 MMIO_D(BXT_PORT_PLL_EBB_0(DPIO_PHY0, DPIO_CH1)); in iterate_bxt_mmio() 1170 MMIO_D(BXT_PORT_PLL_EBB_4(DPIO_PHY0, DPIO_CH1)); in iterate_bxt_mmio() 1176 MMIO_D(BXT_PORT_TX_DW2_LN0(DPIO_PHY0, DPIO_CH1)); in iterate_bxt_mmio() 1186 MMIO_D(BXT_PORT_PLL(DPIO_PHY0, DPIO_CH1, 0)); in iterate_bxt_mmio() 1187 MMIO_D(BXT_PORT_PLL(DPIO_PHY0, DPIO_CH1, 1)); in iterate_bxt_mmio() 1188 MMIO_D(BXT_PORT_PLL(DPIO_PHY0, DPIO_CH1, 2)); in iterate_bxt_mmio() 1189 MMIO_D(BXT_PORT_PLL(DPIO_PHY0, DPIO_CH1, 3)); in iterate_bxt_mmio() 1190 MMIO_D(BXT_PORT_PLL(DPIO_PHY0, DPIO_CH1, 6)); in iterate_bxt_mmio() 1191 MMIO_D(BXT_PORT_PLL(DPIO_PHY0, DPIO_CH1, 8)); in iterate_bxt_mmio() 1192 MMIO_D(BXT_PORT_PLL(DPIO_PHY0, DPIO_CH1, 9)); in iterate_bxt_mmio() [all …]
|
/linux-6.3-rc2/drivers/gpu/drm/i915/display/ |
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() 670 return DPIO_CH1; in vlv_dig_port_to_channel() 698 return DPIO_CH1; in vlv_pipe_to_channel() 862 !chv_phy_powergate_ch(dev_priv, DPIO_PHY0, DPIO_CH1, true); in chv_phy_pre_pll_enable() 877 if (ch == DPIO_CH1) in chv_phy_pre_pll_enable() 885 if (ch == DPIO_CH1) in chv_phy_pre_pll_enable() 1010 chv_phy_powergate_ch(dev_priv, DPIO_PHY0, DPIO_CH1, false); in chv_phy_release_cl2_override()
|
A D | intel_display_power_well.c | 1321 PHY_STATUS_CMN_LDO(DPIO_PHY0, DPIO_CH1) | in assert_chv_phy_status() 1322 PHY_STATUS_SPLINE_LDO(DPIO_PHY0, DPIO_CH1, 0) | in assert_chv_phy_status() 1323 PHY_STATUS_SPLINE_LDO(DPIO_PHY0, DPIO_CH1, 1)); in assert_chv_phy_status() 1343 PHY_CH_POWER_DOWN_OVRD(0xf, DPIO_PHY0, DPIO_CH1))) in assert_chv_phy_status() 1352 PHY_CH_POWER_DOWN_OVRD(0xf, DPIO_PHY0, DPIO_CH1)) && in assert_chv_phy_status() 1354 phy_status |= PHY_STATUS_CMN_LDO(DPIO_PHY0, DPIO_CH1); in assert_chv_phy_status() 1364 PHY_CH_POWER_DOWN_OVRD(0x3, DPIO_PHY0, DPIO_CH1))) in assert_chv_phy_status() 1365 phy_status |= PHY_STATUS_SPLINE_LDO(DPIO_PHY0, DPIO_CH1, 0); in assert_chv_phy_status() 1367 PHY_CH_POWER_DOWN_OVRD(0xc, DPIO_PHY0, DPIO_CH1))) in assert_chv_phy_status() 1368 phy_status |= PHY_STATUS_SPLINE_LDO(DPIO_PHY0, DPIO_CH1, 1); in assert_chv_phy_status() [all …]
|
A D | intel_dpio_phy.h | 20 DPIO_CH1, enumerator
|
A D | intel_display_power.c | 1735 PHY_CH_POWER_MODE(PHY_CH_DEEP_PSR, DPIO_PHY0, DPIO_CH1) | in chv_phy_control_init() 1764 PHY_CH_POWER_DOWN_OVRD_EN(DPIO_PHY0, DPIO_CH1); in chv_phy_control_init() 1767 PHY_CH_POWER_DOWN_OVRD(mask, DPIO_PHY0, DPIO_CH1); in chv_phy_control_init()
|
/linux-6.3-rc2/drivers/gpu/drm/i915/gvt/ |
A D | handlers.c | 551 ch = DPIO_CH1; in bxt_vgpu_get_dp_bitrate() 2764 MMIO_DH(BXT_PORT_PCS_DW12_GRP(DPIO_PHY0, DPIO_CH1), D_BXT, in init_bxt_mmio_info() 2766 MMIO_DH(BXT_PORT_TX_DW3_LN0(DPIO_PHY0, DPIO_CH1), D_BXT, in init_bxt_mmio_info()
|
Completed in 20 milliseconds