Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/amd/powerplay/smumgr/
Dvega12_smumgr.c225 &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 …]
Dvega20_smumgr.c386 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 …]
Dvega10_smumgr.c209 priv->smu_tables.entry[PPTABLE].table_id = TABLE_PPTABLE; in vega10_smu_init()
/Linux-v5.4/drivers/gpu/drm/amd/powerplay/inc/
Dsmu9_driver_if.h429 #define TABLE_PPTABLE 0 macro
Dsmu11_driver_if_arcturus.h858 #define TABLE_PPTABLE 0 macro
Dsmu11_driver_if.h832 #define TABLE_PPTABLE 0 macro
Dsmu11_driver_if_navi10.h1060 #define TABLE_PPTABLE 0 macro
/Linux-v5.4/drivers/gpu/drm/amd/powerplay/inc/vega12/
Dsmu9_driver_if.h706 #define TABLE_PPTABLE 0 macro
/Linux-v5.4/drivers/gpu/drm/amd/powerplay/hwmgr/
Dvega12_hwmgr.c760 (uint8_t *)pp_table, TABLE_PPTABLE, false); in vega12_init_smc_table()
Dvega20_hwmgr.c817 (uint8_t *)pp_table, TABLE_PPTABLE, false); in vega20_init_smc_table()