Home
last modified time | relevance | path

Searched refs:TABLE_PPTABLE (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/amd/powerplay/smumgr/
Dvega12_smumgr.c221 &priv->smu_tables.entry[TABLE_PPTABLE].handle, in vega12_smu_init()
222 &priv->smu_tables.entry[TABLE_PPTABLE].mc_addr, in vega12_smu_init()
223 &priv->smu_tables.entry[TABLE_PPTABLE].table); in vega12_smu_init()
227 priv->smu_tables.entry[TABLE_PPTABLE].version = 0x01; in vega12_smu_init()
228 priv->smu_tables.entry[TABLE_PPTABLE].size = sizeof(PPTable_t); in vega12_smu_init()
306 amdgpu_bo_free_kernel(&priv->smu_tables.entry[TABLE_PPTABLE].handle, in vega12_smu_init()
307 &priv->smu_tables.entry[TABLE_PPTABLE].mc_addr, in vega12_smu_init()
308 &priv->smu_tables.entry[TABLE_PPTABLE].table); in vega12_smu_init()
321 amdgpu_bo_free_kernel(&priv->smu_tables.entry[TABLE_PPTABLE].handle, in vega12_smu_fini()
322 &priv->smu_tables.entry[TABLE_PPTABLE].mc_addr, in vega12_smu_fini()
[all …]
Dvega10_smumgr.c193 priv->smu_tables.entry[PPTABLE].table_id = TABLE_PPTABLE; in vega10_smu_init()
/Linux-v4.19/drivers/gpu/drm/amd/powerplay/inc/
Dsmu9_driver_if.h429 #define TABLE_PPTABLE 0 macro
/Linux-v4.19/drivers/gpu/drm/amd/powerplay/inc/vega12/
Dsmu9_driver_if.h706 #define TABLE_PPTABLE 0 macro
/Linux-v4.19/drivers/gpu/drm/amd/powerplay/hwmgr/
Dvega12_hwmgr.c749 (uint8_t *)pp_table, TABLE_PPTABLE); in vega12_init_smc_table()