Searched refs:TABLE_PPTABLE (Results 1 – 15 of 15) sorted by relevance
/linux-5.19.10/drivers/gpu/drm/amd/pm/powerplay/smumgr/ |
D | vega12_smumgr.c | 235 &priv->smu_tables.entry[TABLE_PPTABLE].handle, in vega12_smu_init() 236 &priv->smu_tables.entry[TABLE_PPTABLE].mc_addr, in vega12_smu_init() 237 &priv->smu_tables.entry[TABLE_PPTABLE].table); in vega12_smu_init() 241 priv->smu_tables.entry[TABLE_PPTABLE].version = 0x01; in vega12_smu_init() 242 priv->smu_tables.entry[TABLE_PPTABLE].size = sizeof(PPTable_t); in vega12_smu_init() 338 amdgpu_bo_free_kernel(&priv->smu_tables.entry[TABLE_PPTABLE].handle, in vega12_smu_init() 339 &priv->smu_tables.entry[TABLE_PPTABLE].mc_addr, in vega12_smu_init() 340 &priv->smu_tables.entry[TABLE_PPTABLE].table); in vega12_smu_init() 353 amdgpu_bo_free_kernel(&priv->smu_tables.entry[TABLE_PPTABLE].handle, in vega12_smu_fini() 354 &priv->smu_tables.entry[TABLE_PPTABLE].mc_addr, in vega12_smu_fini() [all …]
|
D | vega20_smumgr.c | 404 upper_32_bits(priv->smu_tables.entry[TABLE_PPTABLE].mc_addr), in vega20_set_pptable_driver_address() 410 lower_32_bits(priv->smu_tables.entry[TABLE_PPTABLE].mc_addr), in vega20_set_pptable_driver_address() 444 &priv->smu_tables.entry[TABLE_PPTABLE].handle, in vega20_smu_init() 445 &priv->smu_tables.entry[TABLE_PPTABLE].mc_addr, in vega20_smu_init() 446 &priv->smu_tables.entry[TABLE_PPTABLE].table); in vega20_smu_init() 450 priv->smu_tables.entry[TABLE_PPTABLE].version = 0x01; in vega20_smu_init() 451 priv->smu_tables.entry[TABLE_PPTABLE].size = sizeof(PPTable_t); in vega20_smu_init() 546 amdgpu_bo_free_kernel(&priv->smu_tables.entry[TABLE_PPTABLE].handle, in vega20_smu_init() 547 &priv->smu_tables.entry[TABLE_PPTABLE].mc_addr, in vega20_smu_init() 548 &priv->smu_tables.entry[TABLE_PPTABLE].table); in vega20_smu_init() [all …]
|
D | vega10_smumgr.c | 237 priv->smu_tables.entry[PPTABLE].table_id = TABLE_PPTABLE; in vega10_smu_init()
|
/linux-5.19.10/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn30/ |
D | dcn30_smu11_driver_if.h | 62 #define TABLE_PPTABLE 0 macro
|
/linux-5.19.10/drivers/gpu/drm/amd/pm/powerplay/inc/ |
D | smu9_driver_if.h | 429 #define TABLE_PPTABLE 0 macro
|
D | smu11_driver_if.h | 832 #define TABLE_PPTABLE 0 macro
|
/linux-5.19.10/drivers/gpu/drm/amd/pm/swsmu/inc/pmfw_if/ |
D | smu13_driver_if_aldebaran.h | 528 #define TABLE_PPTABLE 0 macro
|
D | smu11_driver_if_arcturus.h | 897 #define TABLE_PPTABLE 0 macro
|
D | smu11_driver_if_navi10.h | 1194 #define TABLE_PPTABLE 0 macro
|
D | smu13_driver_if_v13_0_0.h | 1519 #define TABLE_PPTABLE 0 macro
|
D | smu13_driver_if_v13_0_7.h | 1539 #define TABLE_PPTABLE 0 macro
|
D | smu11_driver_if_sienna_cichlid.h | 1805 #define TABLE_PPTABLE 0 macro
|
/linux-5.19.10/drivers/gpu/drm/amd/pm/powerplay/inc/vega12/ |
D | smu9_driver_if.h | 706 #define TABLE_PPTABLE 0 macro
|
/linux-5.19.10/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ |
D | vega12_hwmgr.c | 843 (uint8_t *)pp_table, TABLE_PPTABLE, false); in vega12_init_smc_table()
|
D | vega20_hwmgr.c | 816 (uint8_t *)pp_table, TABLE_PPTABLE, false); in vega20_init_smc_table()
|