Searched refs:pp_atomctrl_mc_reg_table (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ |
H A D | ppatomctrl.h | 238 struct pp_atomctrl_mc_reg_table { struct 244 typedef struct pp_atomctrl_mc_reg_table pp_atomctrl_mc_reg_table; argument 301 …ialize_mc_reg_table(struct pp_hwmgr *hwmgr, uint8_t module_index, pp_atomctrl_mc_reg_table *table); 302 …e_mc_reg_table_v2_2(struct pp_hwmgr *hwmgr, uint8_t module_index, pp_atomctrl_mc_reg_table *table);
|
H A D | ppatomctrl.c | 50 pp_atomctrl_mc_reg_table *table) in atomctrl_retrieve_ac_timing() 104 pp_atomctrl_mc_reg_table *table) in atomctrl_set_mc_reg_address_table() 136 pp_atomctrl_mc_reg_table *table) in atomctrl_initialize_mc_reg_table() 173 pp_atomctrl_mc_reg_table *table) in atomctrl_initialize_mc_reg_table_v2_2()
|
/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/smumgr/ |
H A D | polaris10_smumgr.h | 63 pp_atomctrl_mc_reg_table mc_reg_table;
|
H A D | iceland_smumgr.c | 2480 static int iceland_copy_vbios_smc_reg_table(const pp_atomctrl_mc_reg_table *table, in iceland_copy_vbios_smc_reg_table() 2606 pp_atomctrl_mc_reg_table *table; in iceland_initialize_mc_reg_table() 2610 table = kzalloc(sizeof(pp_atomctrl_mc_reg_table), GFP_KERNEL); in iceland_initialize_mc_reg_table()
|
H A D | ci_smumgr.c | 2553 static int ci_copy_vbios_smc_reg_table(const pp_atomctrl_mc_reg_table *table, in ci_copy_vbios_smc_reg_table() 2679 pp_atomctrl_mc_reg_table *table; in ci_initialize_mc_reg_table() 2683 table = kzalloc(sizeof(pp_atomctrl_mc_reg_table), GFP_KERNEL); in ci_initialize_mc_reg_table()
|
H A D | tonga_smumgr.c | 2945 static int tonga_copy_vbios_smc_reg_table(const pp_atomctrl_mc_reg_table *table, in tonga_copy_vbios_smc_reg_table() 3071 pp_atomctrl_mc_reg_table *table; in tonga_initialize_mc_reg_table() 3075 table = kzalloc(sizeof(pp_atomctrl_mc_reg_table), GFP_KERNEL); in tonga_initialize_mc_reg_table()
|
H A D | polaris10_smumgr.c | 2571 pp_atomctrl_mc_reg_table *mc_reg_table = &smu_data->mc_reg_table; in polaris10_initialize_mc_reg_table() 2574 memset(mc_reg_table, 0, sizeof(pp_atomctrl_mc_reg_table)); in polaris10_initialize_mc_reg_table()
|