Searched refs:TABLE_PPTABLE (Results 1 – 11 of 11) sorted by relevance
| /Linux-v5.10/drivers/gpu/drm/amd/pm/powerplay/smumgr/ |
| D | vega12_smumgr.c | 236 &priv->smu_tables.entry[TABLE_PPTABLE].handle, in vega12_smu_init() 237 &priv->smu_tables.entry[TABLE_PPTABLE].mc_addr, in vega12_smu_init() 238 &priv->smu_tables.entry[TABLE_PPTABLE].table); in vega12_smu_init() 242 priv->smu_tables.entry[TABLE_PPTABLE].version = 0x01; in vega12_smu_init() 243 priv->smu_tables.entry[TABLE_PPTABLE].size = sizeof(PPTable_t); in vega12_smu_init() 339 amdgpu_bo_free_kernel(&priv->smu_tables.entry[TABLE_PPTABLE].handle, in vega12_smu_init() 340 &priv->smu_tables.entry[TABLE_PPTABLE].mc_addr, in vega12_smu_init() 341 &priv->smu_tables.entry[TABLE_PPTABLE].table); in vega12_smu_init() 354 amdgpu_bo_free_kernel(&priv->smu_tables.entry[TABLE_PPTABLE].handle, in vega12_smu_fini() 355 &priv->smu_tables.entry[TABLE_PPTABLE].mc_addr, in vega12_smu_fini() [all …]
|
| D | vega20_smumgr.c | 406 upper_32_bits(priv->smu_tables.entry[TABLE_PPTABLE].mc_addr), in vega20_set_pptable_driver_address() 412 lower_32_bits(priv->smu_tables.entry[TABLE_PPTABLE].mc_addr), in vega20_set_pptable_driver_address() 446 &priv->smu_tables.entry[TABLE_PPTABLE].handle, in vega20_smu_init() 447 &priv->smu_tables.entry[TABLE_PPTABLE].mc_addr, in vega20_smu_init() 448 &priv->smu_tables.entry[TABLE_PPTABLE].table); in vega20_smu_init() 452 priv->smu_tables.entry[TABLE_PPTABLE].version = 0x01; in vega20_smu_init() 453 priv->smu_tables.entry[TABLE_PPTABLE].size = sizeof(PPTable_t); in vega20_smu_init() 548 amdgpu_bo_free_kernel(&priv->smu_tables.entry[TABLE_PPTABLE].handle, in vega20_smu_init() 549 &priv->smu_tables.entry[TABLE_PPTABLE].mc_addr, in vega20_smu_init() 550 &priv->smu_tables.entry[TABLE_PPTABLE].table); in vega20_smu_init() [all …]
|
| D | vega10_smumgr.c | 240 priv->smu_tables.entry[PPTABLE].table_id = TABLE_PPTABLE; in vega10_smu_init()
|
| /Linux-v5.10/drivers/gpu/drm/amd/pm/inc/ |
| D | smu9_driver_if.h | 429 #define TABLE_PPTABLE 0 macro
|
| D | smu11_driver_if.h | 832 #define TABLE_PPTABLE 0 macro
|
| D | smu11_driver_if_arcturus.h | 897 #define TABLE_PPTABLE 0 macro
|
| D | smu11_driver_if_navi10.h | 1100 #define TABLE_PPTABLE 0 macro
|
| D | smu11_driver_if_sienna_cichlid.h | 1226 #define TABLE_PPTABLE 0 macro
|
| /Linux-v5.10/drivers/gpu/drm/amd/pm/inc/vega12/ |
| D | smu9_driver_if.h | 706 #define TABLE_PPTABLE 0 macro
|
| /Linux-v5.10/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ |
| D | vega12_hwmgr.c | 759 (uint8_t *)pp_table, TABLE_PPTABLE, false); in vega12_init_smc_table()
|
| D | vega20_hwmgr.c | 816 (uint8_t *)pp_table, TABLE_PPTABLE, false); in vega20_init_smc_table()
|