/linux-6.6.21/drivers/gpu/drm/i915/display/ ! |
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 103 #define DKL_PLL_TDC_COLDST_BIAS(tc_port) _DKL_REG(tc_port, \ argument 111 #define DKL_REFCLKIN_CTL(tc_port) _DKL_REG(tc_port, \ argument [all …]
|
D | intel_mg_phy_regs.h | 11 #define MG_PHY_PORT_LN(ln, tc_port, ln0p1, ln0p2, ln1p1) \ argument 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 46 #define MG_TX2_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 [all …]
|
D | intel_dkl_phy.c | 26 enum tc_port tc_port = DKL_REG_TC_PORT(reg); in dkl_phy_set_hip_idx() local
|
D | intel_ddi.c | 1226 enum tc_port tc_port = intel_port_to_tc(dev_priv, encoder->port); in icl_mg_phy_set_signal_levels() local 1327 enum tc_port tc_port = intel_port_to_tc(dev_priv, encoder->port); in tgl_dkl_phy_set_signal_levels() local 1766 enum tc_port tc_port = intel_port_to_tc(i915, encoder->port); in icl_ddi_tc_enable_clock() local 1786 enum tc_port tc_port = intel_port_to_tc(i915, encoder->port); in icl_ddi_tc_disable_clock() local 1802 enum tc_port tc_port = intel_port_to_tc(i915, encoder->port); in icl_ddi_tc_is_clock_enabled() local 1819 enum tc_port tc_port = intel_port_to_tc(i915, encoder->port); in icl_ddi_tc_get_pll() local 2085 enum tc_port tc_port = intel_port_to_tc(dev_priv, dig_port->base.port); in icl_program_mg_dp_mode() local 3405 enum tc_port tc_port = intel_port_to_tc(i915, encoder->port); in adlp_tbt_to_dp_alt_switch_wa() local 4656 #define tc_port_name(tc_port) ((tc_port) - TC_PORT_1 + '1') argument 4806 enum tc_port tc_port = intel_port_to_tc(dev_priv, port); in intel_ddi_init() local [all …]
|
D | intel_tc.c | 249 enum tc_port tc_port = intel_port_to_tc(i915, tc->dig_port->base.port); in tc_port_power_domain() local 420 enum tc_port tc_port = intel_port_to_tc(i915, port); in tc_phy_load_fia_params() local 772 enum tc_port tc_port = intel_port_to_tc(i915, tc->dig_port->base.port); in adlp_tc_phy_is_ready() local 1823 enum tc_port tc_port = intel_port_to_tc(i915, port); in intel_tc_port_init() local
|
D | intel_dpll_mgr.c | 184 enum intel_dpll_id icl_tc_port_to_pll_id(enum tc_port tc_port) in icl_tc_port_to_pll_id() 207 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 3655 enum tc_port tc_port = icl_pll_id_to_tc_port(pll->info->id); in icl_mg_pll_write() local 3698 enum tc_port tc_port = icl_pll_id_to_tc_port(pll->info->id); in dkl_pll_write() local
|
D | intel_display.h | 154 enum tc_port { enum
|
D | intel_display_power_well.c | 526 enum tc_port tc_port; in icl_tc_phy_aux_power_well_enable() local
|
/linux-6.6.21/drivers/gpu/drm/i915/ ! |
D | i915_reg.h | 6024 #define ICL_DPCLKA_CFGCR0_TC_CLK_OFF(tc_port) (1 << ((tc_port) < TC_PORT_4 ? \ argument 6101 #define MG_PLL_ENABLE(tc_port) _MMIO_PORT((tc_port), _MG_PLL1_ENABLE, \ argument 6113 #define ADLP_PORTTC_PLL_ENABLE(tc_port) _MMIO_PORT((tc_port), \ argument
|