Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/amd/pm/powerplay/smumgr/
Dvega12_smumgr.c235 &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 …]
Dvega20_smumgr.c404 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 …]
Dvega10_smumgr.c237 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/
Ddcn30_smu11_driver_if.h62 #define TABLE_PPTABLE 0 macro
/linux-5.19.10/drivers/gpu/drm/amd/pm/powerplay/inc/
Dsmu9_driver_if.h429 #define TABLE_PPTABLE 0 macro
Dsmu11_driver_if.h832 #define TABLE_PPTABLE 0 macro
/linux-5.19.10/drivers/gpu/drm/amd/pm/swsmu/inc/pmfw_if/
Dsmu13_driver_if_aldebaran.h528 #define TABLE_PPTABLE 0 macro
Dsmu11_driver_if_arcturus.h897 #define TABLE_PPTABLE 0 macro
Dsmu11_driver_if_navi10.h1194 #define TABLE_PPTABLE 0 macro
Dsmu13_driver_if_v13_0_0.h1519 #define TABLE_PPTABLE 0 macro
Dsmu13_driver_if_v13_0_7.h1539 #define TABLE_PPTABLE 0 macro
Dsmu11_driver_if_sienna_cichlid.h1805 #define TABLE_PPTABLE 0 macro
/linux-5.19.10/drivers/gpu/drm/amd/pm/powerplay/inc/vega12/
Dsmu9_driver_if.h706 #define TABLE_PPTABLE 0 macro
/linux-5.19.10/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
Dvega12_hwmgr.c843 (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()