Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpu/drm/amd/pm/powerplay/smumgr/
Dvega12_smumgr.c236 &priv->smu_tables.entry[TABLE_PPTABLE].handle, in vega12_smu_init()
237 &priv->smu_tables.entry[TABLE_PPTABLE].mc_addr, in vega12_smu_init()
238 &priv->smu_tables.entry[TABLE_PPTABLE].table); in vega12_smu_init()
242 priv->smu_tables.entry[TABLE_PPTABLE].version = 0x01; in vega12_smu_init()
243 priv->smu_tables.entry[TABLE_PPTABLE].size = sizeof(PPTable_t); in vega12_smu_init()
339 amdgpu_bo_free_kernel(&priv->smu_tables.entry[TABLE_PPTABLE].handle, in vega12_smu_init()
340 &priv->smu_tables.entry[TABLE_PPTABLE].mc_addr, in vega12_smu_init()
341 &priv->smu_tables.entry[TABLE_PPTABLE].table); in vega12_smu_init()
354 amdgpu_bo_free_kernel(&priv->smu_tables.entry[TABLE_PPTABLE].handle, in vega12_smu_fini()
355 &priv->smu_tables.entry[TABLE_PPTABLE].mc_addr, in vega12_smu_fini()
[all …]
Dvega20_smumgr.c406 upper_32_bits(priv->smu_tables.entry[TABLE_PPTABLE].mc_addr), in vega20_set_pptable_driver_address()
412 lower_32_bits(priv->smu_tables.entry[TABLE_PPTABLE].mc_addr), in vega20_set_pptable_driver_address()
446 &priv->smu_tables.entry[TABLE_PPTABLE].handle, in vega20_smu_init()
447 &priv->smu_tables.entry[TABLE_PPTABLE].mc_addr, in vega20_smu_init()
448 &priv->smu_tables.entry[TABLE_PPTABLE].table); in vega20_smu_init()
452 priv->smu_tables.entry[TABLE_PPTABLE].version = 0x01; in vega20_smu_init()
453 priv->smu_tables.entry[TABLE_PPTABLE].size = sizeof(PPTable_t); in vega20_smu_init()
548 amdgpu_bo_free_kernel(&priv->smu_tables.entry[TABLE_PPTABLE].handle, in vega20_smu_init()
549 &priv->smu_tables.entry[TABLE_PPTABLE].mc_addr, in vega20_smu_init()
550 &priv->smu_tables.entry[TABLE_PPTABLE].table); in vega20_smu_init()
[all …]
Dvega10_smumgr.c240 priv->smu_tables.entry[PPTABLE].table_id = TABLE_PPTABLE; in vega10_smu_init()
/Linux-v5.10/drivers/gpu/drm/amd/pm/inc/
Dsmu9_driver_if.h429 #define TABLE_PPTABLE 0 macro
Dsmu11_driver_if.h832 #define TABLE_PPTABLE 0 macro
Dsmu11_driver_if_arcturus.h897 #define TABLE_PPTABLE 0 macro
Dsmu11_driver_if_navi10.h1100 #define TABLE_PPTABLE 0 macro
Dsmu11_driver_if_sienna_cichlid.h1226 #define TABLE_PPTABLE 0 macro
/Linux-v5.10/drivers/gpu/drm/amd/pm/inc/vega12/
Dsmu9_driver_if.h706 #define TABLE_PPTABLE 0 macro
/Linux-v5.10/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
Dvega12_hwmgr.c759 (uint8_t *)pp_table, TABLE_PPTABLE, false); in vega12_init_smc_table()
Dvega20_hwmgr.c816 (uint8_t *)pp_table, TABLE_PPTABLE, false); in vega20_init_smc_table()