Searched refs:smu_tables (Results 1 – 8 of 8) sorted by relevance
/linux/drivers/gpu/drm/amd/pm/powerplay/smumgr/ |
A D | vega10_smumgr.c | 60 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 …]
|
A D | vega12_smumgr.c | 73 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 …]
|
A D | vega20_smumgr.c | 198 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 …]
|
A D | smu10_smumgr.c | 139 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() 256 &priv->smu_tables.entry[SMU10_WMTABLE].handle, in smu10_smu_init() 257 &priv->smu_tables.entry[SMU10_WMTABLE].mc_addr, in smu10_smu_init() 258 &priv->smu_tables.entry[SMU10_WMTABLE].table); in smu10_smu_init() 287 &priv->smu_tables.entry[SMU10_WMTABLE].mc_addr, in smu10_smu_init() [all …]
|
A D | smu10_smumgr.h | 46 struct smu_table_array smu_tables; member
|
A D | vega10_smumgr.h | 42 struct smu_table_array smu_tables; member
|
A D | vega12_smumgr.h | 43 struct smu_table_array smu_tables; member
|
A D | vega20_smumgr.h | 42 struct smu_table_array smu_tables; member
|
Completed in 14 milliseconds