Searched refs:DPIO_CH0 (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/gpu/drm/i915/display/ |
| H A D | intel_display_power_well.c | 1377 phy_status_mask &= ~(PHY_STATUS_CMN_LDO(DPIO_PHY0, DPIO_CH0) | in assert_chv_phy_status() 1378 PHY_STATUS_SPLINE_LDO(DPIO_PHY0, DPIO_CH0, 0) | in assert_chv_phy_status() 1379 PHY_STATUS_SPLINE_LDO(DPIO_PHY0, DPIO_CH0, 1) | in assert_chv_phy_status() 1385 phy_status_mask &= ~(PHY_STATUS_CMN_LDO(DPIO_PHY1, DPIO_CH0) | in assert_chv_phy_status() 1386 PHY_STATUS_SPLINE_LDO(DPIO_PHY1, DPIO_CH0, 0) | in assert_chv_phy_status() 1387 PHY_STATUS_SPLINE_LDO(DPIO_PHY1, DPIO_CH0, 1)); in assert_chv_phy_status() 1393 if ((phy_control & PHY_CH_POWER_DOWN_OVRD_EN(DPIO_PHY0, DPIO_CH0)) == 0) in assert_chv_phy_status() 1394 phy_control |= PHY_CH_POWER_DOWN_OVRD(0xf, DPIO_PHY0, DPIO_CH0); in assert_chv_phy_status() 1401 PHY_CH_POWER_DOWN_OVRD(0xf, DPIO_PHY0, DPIO_CH0) | in assert_chv_phy_status() 1403 phy_status |= PHY_STATUS_CMN_LDO(DPIO_PHY0, DPIO_CH0); in assert_chv_phy_status() [all …]
|
| H A D | intel_dpio_phy.c | 176 [DPIO_CH0] = { .port = PORT_B }, 186 [DPIO_CH0] = { .port = PORT_A }, 199 [DPIO_CH0] = { .port = PORT_B }, 209 [DPIO_CH0] = { .port = PORT_A }, 219 [DPIO_CH0] = { .port = PORT_C }, 257 if (port == phy_info->channel[DPIO_CH0].port) { in bxt_port_to_phy_channel() 259 *ch = DPIO_CH0; in bxt_port_to_phy_channel() 274 *ch = DPIO_CH0; in bxt_port_to_phy_channel() 667 return DPIO_CH0; in vlv_dig_port_to_channel() 709 return DPIO_CH0; in vlv_pipe_to_channel() [all …]
|
| H A D | intel_dpio_phy.h | 19 DPIO_CH0, enumerator 116 return DPIO_CH0; in vlv_dig_port_to_channel() 128 return DPIO_CH0; in vlv_pipe_to_channel()
|
| /linux/drivers/gpu/drm/i915/gvt/ |
| H A D | handlers.c | 560 enum dpio_channel ch = DPIO_CH0; in bxt_vgpu_get_dp_bitrate() 568 ch = DPIO_CH0; in bxt_vgpu_get_dp_bitrate() 572 ch = DPIO_CH0; in bxt_vgpu_get_dp_bitrate() 2798 MMIO_DH(BXT_PORT_PCS_DW12_GRP(DPIO_PHY0, DPIO_CH0), D_BXT, in init_bxt_mmio_info() 2800 MMIO_DH(BXT_PORT_TX_DW3_LN(DPIO_PHY0, DPIO_CH0, 0), D_BXT, in init_bxt_mmio_info() 2806 MMIO_DH(BXT_PORT_PCS_DW12_GRP(DPIO_PHY1, DPIO_CH0), D_BXT, in init_bxt_mmio_info() 2808 MMIO_DH(BXT_PORT_TX_DW3_LN(DPIO_PHY1, DPIO_CH0, 0), D_BXT, in init_bxt_mmio_info()
|