Home
last modified time | relevance | path

Searched refs:PPTABLE (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/amd/powerplay/smumgr/
Dvega10_smumgr.c185 &priv->smu_tables.entry[PPTABLE].handle, in vega10_smu_init()
186 &priv->smu_tables.entry[PPTABLE].mc_addr, in vega10_smu_init()
187 &priv->smu_tables.entry[PPTABLE].table); in vega10_smu_init()
191 priv->smu_tables.entry[PPTABLE].version = 0x01; in vega10_smu_init()
192 priv->smu_tables.entry[PPTABLE].size = sizeof(PPTable_t); in vega10_smu_init()
193 priv->smu_tables.entry[PPTABLE].table_id = TABLE_PPTABLE; in vega10_smu_init()
275 amdgpu_bo_free_kernel(&priv->smu_tables.entry[PPTABLE].handle, in vega10_smu_init()
276 &priv->smu_tables.entry[PPTABLE].mc_addr, in vega10_smu_init()
277 &priv->smu_tables.entry[PPTABLE].table); in vega10_smu_init()
289 amdgpu_bo_free_kernel(&priv->smu_tables.entry[PPTABLE].handle, in vega10_smu_fini()
[all …]
/Linux-v4.19/drivers/gpu/drm/amd/powerplay/inc/
Dsmumgr.h71 PPTABLE = 0, enumerator
/Linux-v4.19/drivers/gpu/drm/amd/powerplay/hwmgr/
Dvega10_thermal.c550 PPTABLE, false); in vega10_thermal_setup_fan_table()
Dvega10_hwmgr.c2602 result = smum_smc_table_manager(hwmgr, (uint8_t *)pp_table, PPTABLE, false); in vega10_init_smc_table()
3590 result = smum_smc_table_manager(hwmgr, (uint8_t *)pp_table, PPTABLE, false); in vega10_set_power_state_tasks()