Home
last modified time | relevance | path

Searched refs:atom_pll_id (Results 1 – 7 of 7) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/amd/display/dc/bios/dce112/
Dcommand_table_helper2_dce112.c191 uint32_t *atom_pll_id) in clock_source_id_to_atom() argument
195 if (atom_pll_id != NULL) in clock_source_id_to_atom()
198 *atom_pll_id = ATOM_COMBOPHY_PLL0; in clock_source_id_to_atom()
201 *atom_pll_id = ATOM_COMBOPHY_PLL1; in clock_source_id_to_atom()
204 *atom_pll_id = ATOM_COMBOPHY_PLL2; in clock_source_id_to_atom()
207 *atom_pll_id = ATOM_COMBOPHY_PLL3; in clock_source_id_to_atom()
210 *atom_pll_id = ATOM_COMBOPHY_PLL4; in clock_source_id_to_atom()
213 *atom_pll_id = ATOM_COMBOPHY_PLL5; in clock_source_id_to_atom()
216 *atom_pll_id = ATOM_PPLL0; in clock_source_id_to_atom()
219 *atom_pll_id = ATOM_GCK_DFS; in clock_source_id_to_atom()
[all …]
Dcommand_table_helper_dce112.c191 uint32_t *atom_pll_id) in clock_source_id_to_atom() argument
195 if (atom_pll_id != NULL) in clock_source_id_to_atom()
198 *atom_pll_id = ATOM_COMBOPHY_PLL0; in clock_source_id_to_atom()
201 *atom_pll_id = ATOM_COMBOPHY_PLL1; in clock_source_id_to_atom()
204 *atom_pll_id = ATOM_COMBOPHY_PLL2; in clock_source_id_to_atom()
207 *atom_pll_id = ATOM_COMBOPHY_PLL3; in clock_source_id_to_atom()
210 *atom_pll_id = ATOM_COMBOPHY_PLL4; in clock_source_id_to_atom()
213 *atom_pll_id = ATOM_COMBOPHY_PLL5; in clock_source_id_to_atom()
216 *atom_pll_id = ATOM_PPLL0; in clock_source_id_to_atom()
219 *atom_pll_id = ATOM_GCK_DFS; in clock_source_id_to_atom()
[all …]
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/bios/dce80/
Dcommand_table_helper_dce80.c108 uint32_t *atom_pll_id) in clock_source_id_to_atom() argument
112 if (atom_pll_id != NULL) in clock_source_id_to_atom()
115 *atom_pll_id = ATOM_PPLL0; in clock_source_id_to_atom()
118 *atom_pll_id = ATOM_PPLL1; in clock_source_id_to_atom()
121 *atom_pll_id = ATOM_PPLL2; in clock_source_id_to_atom()
124 *atom_pll_id = ATOM_PPLL_INVALID; in clock_source_id_to_atom()
127 *atom_pll_id = ATOM_EXT_PLL1; in clock_source_id_to_atom()
133 *atom_pll_id = ATOM_PPLL_INVALID; in clock_source_id_to_atom()
137 *atom_pll_id = ATOM_PPLL_INVALID; in clock_source_id_to_atom()
141 *atom_pll_id = ATOM_PPLL_INVALID; in clock_source_id_to_atom()
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/bios/dce110/
Dcommand_table_helper_dce110.c194 uint32_t *atom_pll_id) in clock_source_id_to_atom() argument
198 if (atom_pll_id != NULL) in clock_source_id_to_atom()
201 *atom_pll_id = ATOM_PPLL0; in clock_source_id_to_atom()
204 *atom_pll_id = ATOM_PPLL1; in clock_source_id_to_atom()
207 *atom_pll_id = ATOM_PPLL2; in clock_source_id_to_atom()
210 *atom_pll_id = ATOM_PPLL_INVALID; in clock_source_id_to_atom()
213 *atom_pll_id = ATOM_EXT_PLL1; in clock_source_id_to_atom()
219 *atom_pll_id = ATOM_PPLL_INVALID; in clock_source_id_to_atom()
223 *atom_pll_id = ATOM_PPLL_INVALID; in clock_source_id_to_atom()
227 *atom_pll_id = ATOM_PPLL_INVALID; in clock_source_id_to_atom()
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/bios/
Dcommand_table_helper_struct.h47 uint32_t *atom_pll_id);
Dcommand_table.c2155 uint32_t atom_pll_id; in program_clock_v5() local
2159 bp_params->pll_id, &atom_pll_id)) { in program_clock_v5()
2165 params.sPCLKInput.ucPpll = (uint8_t) atom_pll_id; in program_clock_v5()
2186 uint32_t atom_pll_id; in program_clock_v6() local
2191 bp_params->pll_id, &atom_pll_id)) { in program_clock_v6()
2197 params.sPCLKInput.ucPpll = (uint8_t)atom_pll_id; in program_clock_v6()
2427 uint32_t atom_pll_id; in set_dce_clock_v2_1() local
2433 if (!cmd->clock_source_id_to_atom(bp_params->pll_id, &atom_pll_id) || in set_dce_clock_v2_1()
2437 params.asParam.ucDCEClkSrc = atom_pll_id; in set_dce_clock_v2_1()
Dcommand_table2.c715 uint32_t atom_pll_id; in set_dce_clock_v2_1() local
721 if (!cmd->clock_source_id_to_atom(bp_params->pll_id, &atom_pll_id) || in set_dce_clock_v2_1()
726 params.param.dceclksrc = atom_pll_id; in set_dce_clock_v2_1()