Searched refs:PPTABLE (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/gpu/drm/amd/pm/powerplay/smumgr/ |
H A D | vega10_smumgr.c | 233 &priv->smu_tables.entry[PPTABLE].handle, in vega10_smu_init() 234 &priv->smu_tables.entry[PPTABLE].mc_addr, in vega10_smu_init() 235 &priv->smu_tables.entry[PPTABLE].table); in vega10_smu_init() 239 priv->smu_tables.entry[PPTABLE].version = 0x01; in vega10_smu_init() 240 priv->smu_tables.entry[PPTABLE].size = sizeof(PPTable_t); in vega10_smu_init() 241 priv->smu_tables.entry[PPTABLE].table_id = TABLE_PPTABLE; in vega10_smu_init() 323 amdgpu_bo_free_kernel(&priv->smu_tables.entry[PPTABLE].handle, in vega10_smu_init() 324 &priv->smu_tables.entry[PPTABLE].mc_addr, in vega10_smu_init() 325 &priv->smu_tables.entry[PPTABLE].table); in vega10_smu_init() 337 amdgpu_bo_free_kernel(&priv->smu_tables.entry[PPTABLE].handle, in vega10_smu_fini() [all …]
|
/linux/drivers/gpu/drm/amd/pm/powerplay/inc/ |
H A D | smumgr.h | 72 PPTABLE = 0, enumerator
|
/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ |
H A D | vega10_thermal.c | 556 PPTABLE, false); in vega10_thermal_setup_fan_table() 581 PPTABLE, false); in vega10_enable_mgpu_fan_boost()
|
H A D | vega10_hwmgr.c | 2721 result = smum_smc_table_manager(hwmgr, (uint8_t *)pp_table, PPTABLE, false); in vega10_init_smc_table() 3862 result = smum_smc_table_manager(hwmgr, (uint8_t *)pp_table, PPTABLE, false); in vega10_set_power_state_tasks()
|
/linux/drivers/gpu/drm/amd/pm/swsmu/smu13/ |
H A D | smu_v13_0_7_ppt.c | 219 TAB_MAP(PPTABLE),
|
/linux/drivers/gpu/drm/amd/pm/swsmu/smu14/ |
H A D | smu_v14_0_2_ppt.c | 217 TAB_MAP(PPTABLE),
|