Searched refs:TABLE_PPTABLE (Results 1 – 16 of 16) sorted by relevance
/linux-6.12.1/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 | 241 priv->smu_tables.entry[PPTABLE].table_id = TABLE_PPTABLE; in vega10_smu_init()
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn30/ |
D | dcn30_smu11_driver_if.h | 63 #define TABLE_PPTABLE 0 macro
|
/linux-6.12.1/drivers/gpu/drm/amd/pm/powerplay/inc/ |
D | smu9_driver_if.h | 431 #define TABLE_PPTABLE 0 macro
|
D | smu11_driver_if.h | 834 #define TABLE_PPTABLE 0 macro
|
/linux-6.12.1/drivers/gpu/drm/amd/pm/swsmu/inc/pmfw_if/ |
D | smu13_driver_if_aldebaran.h | 547 #define TABLE_PPTABLE 0 macro
|
D | smu11_driver_if_arcturus.h | 899 #define TABLE_PPTABLE 0 macro
|
D | smu11_driver_if_navi10.h | 1196 #define TABLE_PPTABLE 0 macro
|
D | smu13_driver_if_v13_0_0.h | 1606 #define TABLE_PPTABLE 0 macro
|
D | smu13_driver_if_v13_0_7.h | 1596 #define TABLE_PPTABLE 0 macro
|
D | smu11_driver_if_sienna_cichlid.h | 1807 #define TABLE_PPTABLE 0 macro
|
D | smu14_driver_if_v14_0.h | 1862 #define TABLE_PPTABLE 0 macro
|
/linux-6.12.1/drivers/gpu/drm/amd/pm/powerplay/inc/vega12/ |
D | smu9_driver_if.h | 708 #define TABLE_PPTABLE 0 macro
|
/linux-6.12.1/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ |
D | vega12_hwmgr.c | 852 (uint8_t *)pp_table, TABLE_PPTABLE, false); in vega12_init_smc_table()
|
D | vega20_hwmgr.c | 826 (uint8_t *)pp_table, TABLE_PPTABLE, false); in vega20_init_smc_table()
|