Home
last modified time | relevance | path

Searched refs:DPIO_PHY0 (Results 1 – 8 of 8) sorted by relevance

/Linux-v5.4/drivers/gpu/drm/i915/gvt/
Dhandlers.c1609 vgpu_vreg_t(vgpu, BXT_PORT_CL1CM_DW0(DPIO_PHY0)) &= in bxt_gt_disp_pwron_write()
1611 vgpu_vreg_t(vgpu, BXT_PORT_CL1CM_DW0(DPIO_PHY0)) |= in bxt_gt_disp_pwron_write()
3144 MMIO_DH(BXT_PHY_CTL_FAMILY(DPIO_PHY0), D_BXT, in init_bxt_mmio_info()
3158 MMIO_D(BXT_PORT_CL1CM_DW0(DPIO_PHY0), D_BXT); in init_bxt_mmio_info()
3159 MMIO_D(BXT_PORT_CL1CM_DW9(DPIO_PHY0), D_BXT); in init_bxt_mmio_info()
3160 MMIO_D(BXT_PORT_CL1CM_DW10(DPIO_PHY0), D_BXT); in init_bxt_mmio_info()
3161 MMIO_D(BXT_PORT_CL1CM_DW28(DPIO_PHY0), D_BXT); in init_bxt_mmio_info()
3162 MMIO_D(BXT_PORT_CL1CM_DW30(DPIO_PHY0), D_BXT); in init_bxt_mmio_info()
3163 MMIO_D(BXT_PORT_CL2CM_DW6(DPIO_PHY0), D_BXT); in init_bxt_mmio_info()
3164 MMIO_D(BXT_PORT_REF_DW3(DPIO_PHY0), D_BXT); in init_bxt_mmio_info()
[all …]
Dmmio.c251 vgpu_vreg_t(vgpu, BXT_PORT_CL1CM_DW0(DPIO_PHY0)) &= in intel_vgpu_reset_mmio()
255 vgpu_vreg_t(vgpu, BXT_PHY_CTL_FAMILY(DPIO_PHY0)) &= in intel_vgpu_reset_mmio()
/Linux-v5.4/drivers/gpu/drm/i915/display/
Dintel_display_power.c1305 if (!dev_priv->chv_phy_assert[DPIO_PHY0]) in assert_chv_phy_status()
1306 phy_status_mask &= ~(PHY_STATUS_CMN_LDO(DPIO_PHY0, DPIO_CH0) | in assert_chv_phy_status()
1307 PHY_STATUS_SPLINE_LDO(DPIO_PHY0, DPIO_CH0, 0) | in assert_chv_phy_status()
1308 PHY_STATUS_SPLINE_LDO(DPIO_PHY0, DPIO_CH0, 1) | in assert_chv_phy_status()
1309 PHY_STATUS_CMN_LDO(DPIO_PHY0, DPIO_CH1) | in assert_chv_phy_status()
1310 PHY_STATUS_SPLINE_LDO(DPIO_PHY0, DPIO_CH1, 0) | in assert_chv_phy_status()
1311 PHY_STATUS_SPLINE_LDO(DPIO_PHY0, DPIO_CH1, 1)); in assert_chv_phy_status()
1319 phy_status |= PHY_POWERGOOD(DPIO_PHY0); in assert_chv_phy_status()
1322 if ((phy_control & PHY_CH_POWER_DOWN_OVRD_EN(DPIO_PHY0, DPIO_CH0)) == 0) in assert_chv_phy_status()
1323 phy_control |= PHY_CH_POWER_DOWN_OVRD(0xf, DPIO_PHY0, DPIO_CH0); in assert_chv_phy_status()
[all …]
Dintel_dpio_phy.c161 [DPIO_PHY0] = {
183 [DPIO_PHY0] = {
263 *phy = DPIO_PHY0; in bxt_port_to_phy_channel()
799 !chv_phy_powergate_ch(dev_priv, DPIO_PHY0, DPIO_CH1, true); in chv_phy_pre_pll_enable()
947 chv_phy_powergate_ch(dev_priv, DPIO_PHY0, DPIO_CH1, false); in chv_phy_release_cl2_override()
Dintel_display.h240 DPIO_PHY0, enumerator
Dintel_display_types.h1317 return DPIO_PHY0; in vlv_dport_to_phy()
/Linux-v5.4/drivers/gpu/drm/i915/
Di915_drv.c455 DPIO_PHY_IOSF_PORT(DPIO_PHY0) = IOSF_PORT_DPIO_2; in intel_init_dpio()
458 DPIO_PHY_IOSF_PORT(DPIO_PHY0) = IOSF_PORT_DPIO; in intel_init_dpio()
Di915_reg.h3311 #define PHY_POWERGOOD(phy) (((phy) == DPIO_PHY0) ? (1 << 31) : (1 << 30))