Searched refs:TABLE_PPTABLE (Results 1 – 10 of 10) sorted by relevance
/Linux-v5.4/drivers/gpu/drm/amd/powerplay/smumgr/ |
D | vega12_smumgr.c | 225 &priv->smu_tables.entry[TABLE_PPTABLE].handle, in vega12_smu_init() 226 &priv->smu_tables.entry[TABLE_PPTABLE].mc_addr, in vega12_smu_init() 227 &priv->smu_tables.entry[TABLE_PPTABLE].table); in vega12_smu_init() 231 priv->smu_tables.entry[TABLE_PPTABLE].version = 0x01; in vega12_smu_init() 232 priv->smu_tables.entry[TABLE_PPTABLE].size = sizeof(PPTable_t); in vega12_smu_init() 328 amdgpu_bo_free_kernel(&priv->smu_tables.entry[TABLE_PPTABLE].handle, in vega12_smu_init() 329 &priv->smu_tables.entry[TABLE_PPTABLE].mc_addr, in vega12_smu_init() 330 &priv->smu_tables.entry[TABLE_PPTABLE].table); in vega12_smu_init() 343 amdgpu_bo_free_kernel(&priv->smu_tables.entry[TABLE_PPTABLE].handle, in vega12_smu_fini() 344 &priv->smu_tables.entry[TABLE_PPTABLE].mc_addr, in vega12_smu_fini() [all …]
|
D | vega20_smumgr.c | 386 upper_32_bits(priv->smu_tables.entry[TABLE_PPTABLE].mc_addr))) == 0, in vega20_set_pptable_driver_address() 391 lower_32_bits(priv->smu_tables.entry[TABLE_PPTABLE].mc_addr))) == 0, in vega20_set_pptable_driver_address() 423 &priv->smu_tables.entry[TABLE_PPTABLE].handle, in vega20_smu_init() 424 &priv->smu_tables.entry[TABLE_PPTABLE].mc_addr, in vega20_smu_init() 425 &priv->smu_tables.entry[TABLE_PPTABLE].table); in vega20_smu_init() 429 priv->smu_tables.entry[TABLE_PPTABLE].version = 0x01; in vega20_smu_init() 430 priv->smu_tables.entry[TABLE_PPTABLE].size = sizeof(PPTable_t); in vega20_smu_init() 521 amdgpu_bo_free_kernel(&priv->smu_tables.entry[TABLE_PPTABLE].handle, in vega20_smu_init() 522 &priv->smu_tables.entry[TABLE_PPTABLE].mc_addr, in vega20_smu_init() 523 &priv->smu_tables.entry[TABLE_PPTABLE].table); in vega20_smu_init() [all …]
|
D | vega10_smumgr.c | 209 priv->smu_tables.entry[PPTABLE].table_id = TABLE_PPTABLE; in vega10_smu_init()
|
/Linux-v5.4/drivers/gpu/drm/amd/powerplay/inc/ |
D | smu9_driver_if.h | 429 #define TABLE_PPTABLE 0 macro
|
D | smu11_driver_if_arcturus.h | 858 #define TABLE_PPTABLE 0 macro
|
D | smu11_driver_if.h | 832 #define TABLE_PPTABLE 0 macro
|
D | smu11_driver_if_navi10.h | 1060 #define TABLE_PPTABLE 0 macro
|
/Linux-v5.4/drivers/gpu/drm/amd/powerplay/inc/vega12/ |
D | smu9_driver_if.h | 706 #define TABLE_PPTABLE 0 macro
|
/Linux-v5.4/drivers/gpu/drm/amd/powerplay/hwmgr/ |
D | vega12_hwmgr.c | 760 (uint8_t *)pp_table, TABLE_PPTABLE, false); in vega12_init_smc_table()
|
D | vega20_hwmgr.c | 817 (uint8_t *)pp_table, TABLE_PPTABLE, false); in vega20_init_smc_table()
|