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