/linux-6.3-rc2/drivers/gpu/drm/i915/display/ |
A D | intel_dkl_phy_regs.h | 29 #define _DKL_REG_PHY_BASE(tc_port) _PORT(tc_port, \ argument 39 #define _DKL_REG(tc_port, phy_offset) \ argument 46 #define _DKL_REG_LN(tc_port, ln_idx, ln0_offs, ln1_offs) \ argument 51 #define DKL_PCS_DW5(tc_port, ln) _DKL_REG_LN(tc_port, ln, \ argument 57 #define DKL_PLL_DIV0(tc_port) _DKL_REG(tc_port, \ argument 76 #define DKL_PLL_DIV1(tc_port) _DKL_REG(tc_port, \ argument 84 #define DKL_PLL_SSC(tc_port) _DKL_REG(tc_port, \ argument 95 #define DKL_PLL_BIAS(tc_port) _DKL_REG(tc_port, \ argument 111 #define DKL_REFCLKIN_CTL(tc_port) _DKL_REG(tc_port, \ argument 187 #define DKL_CMN_UC_DW_27(tc_port) _DKL_REG(tc_port, \ argument [all …]
|
A D | intel_mg_phy_regs.h | 18 #define MG_TX1_LINK_PARAMS(ln, tc_port) \ argument 27 #define MG_TX2_LINK_PARAMS(ln, tc_port) \ argument 37 #define MG_TX1_PISO_READLOAD(ln, tc_port) \ argument 56 #define MG_TX1_SWINGCTRL(ln, tc_port) \ argument 65 #define MG_TX2_SWINGCTRL(ln, tc_port) \ argument 80 #define MG_TX1_DRVCTRL(ln, tc_port) \ argument 89 #define MG_TX2_DRVCTRL(ln, tc_port) \ argument 105 #define MG_CLKHUB(ln, tc_port) \ argument 115 #define MG_TX1_DCC(ln, tc_port) \ argument 123 #define MG_TX2_DCC(ln, tc_port) \ argument [all …]
|
A D | intel_tc.c | 274 enum tc_port tc_port = intel_port_to_tc(i915, dig_port->base.port); in adl_tc_port_live_status_mask() local 343 enum tc_port tc_port = intel_port_to_tc(i915, dig_port->base.port); in adl_tc_phy_status_complete() local 904 enum tc_port tc_port = intel_port_to_tc(i915, port); in tc_port_load_fia_params() local 923 enum tc_port tc_port = intel_port_to_tc(i915, port); in intel_tc_port_init() local
|
A D | intel_dkl_phy.c | 17 enum tc_port tc_port = DKL_REG_TC_PORT(reg); in dkl_phy_set_hip_idx() local
|
A D | intel_ddi.c | 1199 enum tc_port tc_port = intel_port_to_tc(dev_priv, encoder->port); in icl_mg_phy_set_signal_levels() local 1300 enum tc_port tc_port = intel_port_to_tc(dev_priv, encoder->port); in tgl_dkl_phy_set_signal_levels() local 1739 enum tc_port tc_port = intel_port_to_tc(i915, encoder->port); in icl_ddi_tc_enable_clock() local 1759 enum tc_port tc_port = intel_port_to_tc(i915, encoder->port); in icl_ddi_tc_disable_clock() local 1775 enum tc_port tc_port = intel_port_to_tc(i915, encoder->port); in icl_ddi_tc_is_clock_enabled() local 1792 enum tc_port tc_port = intel_port_to_tc(i915, encoder->port); in icl_ddi_tc_get_pll() local 2058 enum tc_port tc_port = intel_port_to_tc(dev_priv, dig_port->base.port); in icl_program_mg_dp_mode() local 3129 enum tc_port tc_port = intel_port_to_tc(i915, encoder->port); in adlp_tbt_to_dp_alt_switch_wa() local 4274 #define tc_port_name(tc_port) ((tc_port) - TC_PORT_1 + '1') argument 4348 enum tc_port tc_port = intel_port_to_tc(dev_priv, port); in intel_ddi_init() local [all …]
|
A D | intel_dpll_mgr.c | 183 enum intel_dpll_id icl_tc_port_to_pll_id(enum tc_port tc_port) in icl_tc_port_to_pll_id() 205 enum tc_port tc_port = icl_pll_id_to_tc_port(id); in intel_tc_pll_enable_reg() local 3401 enum tc_port tc_port = icl_pll_id_to_tc_port(id); in mg_pll_get_hw_state() local 3467 enum tc_port tc_port = icl_pll_id_to_tc_port(id); in dkl_pll_get_hw_state() local 3653 enum tc_port tc_port = icl_pll_id_to_tc_port(pll->info->id); in icl_mg_pll_write() local 3704 enum tc_port tc_port = icl_pll_id_to_tc_port(pll->info->id); in dkl_pll_write() local
|
A D | intel_display.h | 153 enum tc_port { enum
|
A D | intel_display_power_well.c | 531 enum tc_port tc_port; in icl_tc_phy_aux_power_well_enable() local
|
/linux-6.3-rc2/drivers/gpu/drm/i915/ |
A D | i915_reg.h | 7175 #define ICL_DPCLKA_CFGCR0_TC_CLK_OFF(tc_port) (1 << ((tc_port) < TC_PORT_4 ? \ argument 7250 #define MG_PLL_ENABLE(tc_port) _MMIO_PORT((tc_port), _MG_PLL1_ENABLE, \ argument 7261 #define ADLP_PORTTC_PLL_ENABLE(tc_port) _MMIO_PORT((tc_port), \ argument
|