Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/smumgr/
H A Dvega10_smumgr.c60 priv->smu_tables.entry[table_id].table_id, in vega10_copy_table_from_smc()
66 priv->smu_tables.entry[table_id].size); in vega10_copy_table_from_smc()
91 priv->smu_tables.entry[table_id].size); in vega10_copy_table_to_smc()
105 priv->smu_tables.entry[table_id].table_id, in vega10_copy_table_to_smc()
229 &priv->smu_tables.entry[PPTABLE].handle, in vega10_smu_init()
230 &priv->smu_tables.entry[PPTABLE].mc_addr, in vega10_smu_init()
231 &priv->smu_tables.entry[PPTABLE].table); in vega10_smu_init()
244 &priv->smu_tables.entry[WMTABLE].handle, in vega10_smu_init()
245 &priv->smu_tables.entry[WMTABLE].mc_addr, in vega10_smu_init()
246 &priv->smu_tables.entry[WMTABLE].table); in vega10_smu_init()
[all …]
H A Dvega12_smumgr.c73 memcpy(table, priv->smu_tables.entry[table_id].table, in vega12_copy_table_from_smc()
74 priv->smu_tables.entry[table_id].size); in vega12_copy_table_from_smc()
98 memcpy(priv->smu_tables.entry[table_id].table, table, in vega12_copy_table_to_smc()
99 priv->smu_tables.entry[table_id].size); in vega12_copy_table_to_smc()
235 &priv->smu_tables.entry[TABLE_PPTABLE].handle, in vega12_smu_init()
236 &priv->smu_tables.entry[TABLE_PPTABLE].mc_addr, in vega12_smu_init()
237 &priv->smu_tables.entry[TABLE_PPTABLE].table); in vega12_smu_init()
322 &priv->smu_tables.entry[TABLE_OVERDRIVE].mc_addr, in vega12_smu_init()
323 &priv->smu_tables.entry[TABLE_OVERDRIVE].table); in vega12_smu_init()
339 &priv->smu_tables.entry[TABLE_PPTABLE].mc_addr, in vega12_smu_init()
[all …]
H A Dvega20_smumgr.c198 priv->smu_tables.entry[table_id].size); in vega20_copy_table_from_smc()
224 priv->smu_tables.entry[table_id].size); in vega20_copy_table_to_smc()
444 &priv->smu_tables.entry[TABLE_PPTABLE].handle, in vega20_smu_init()
445 &priv->smu_tables.entry[TABLE_PPTABLE].mc_addr, in vega20_smu_init()
446 &priv->smu_tables.entry[TABLE_PPTABLE].table); in vega20_smu_init()
486 &priv->smu_tables.entry[TABLE_OVERDRIVE].handle, in vega20_smu_init()
488 &priv->smu_tables.entry[TABLE_OVERDRIVE].table); in vega20_smu_init()
536 &priv->smu_tables.entry[TABLE_OVERDRIVE].table); in vega20_smu_init()
547 &priv->smu_tables.entry[TABLE_PPTABLE].mc_addr, in vega20_smu_init()
548 &priv->smu_tables.entry[TABLE_PPTABLE].table); in vega20_smu_init()
[all …]
H A Dsmu10_smumgr.c139 priv->smu_tables.entry[table_id].table_id, in smu10_copy_table_from_smc()
145 priv->smu_tables.entry[table_id].size); in smu10_copy_table_from_smc()
165 priv->smu_tables.entry[table_id].size); in smu10_copy_table_to_smc()
179 priv->smu_tables.entry[table_id].table_id, in smu10_copy_table_to_smc()
209 &priv->smu_tables.entry[SMU10_WMTABLE].mc_addr, in smu10_smu_fini()
210 &priv->smu_tables.entry[SMU10_WMTABLE].table); in smu10_smu_fini()
255 &priv->smu_tables.entry[SMU10_WMTABLE].handle, in smu10_smu_init()
256 &priv->smu_tables.entry[SMU10_WMTABLE].mc_addr, in smu10_smu_init()
257 &priv->smu_tables.entry[SMU10_WMTABLE].table); in smu10_smu_init()
285 &priv->smu_tables.entry[SMU10_WMTABLE].mc_addr, in smu10_smu_init()
[all …]
H A Dsmu10_smumgr.h46 struct smu_table_array smu_tables; member
H A Dvega10_smumgr.h42 struct smu_table_array smu_tables; member
H A Dvega12_smumgr.h43 struct smu_table_array smu_tables; member
H A Dvega20_smumgr.h42 struct smu_table_array smu_tables; member