Home
last modified time | relevance | path

Searched refs:TABLE_PMSTATUSLOG (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/amd/powerplay/smumgr/
Dvega12_smumgr.c187 if (priv->smu_tables.entry[TABLE_PMSTATUSLOG].mc_addr) { in vega12_set_tools_address()
190 upper_32_bits(priv->smu_tables.entry[TABLE_PMSTATUSLOG].mc_addr))) in vega12_set_tools_address()
193 lower_32_bits(priv->smu_tables.entry[TABLE_PMSTATUSLOG].mc_addr)); in vega12_set_tools_address()
251 &priv->smu_tables.entry[TABLE_PMSTATUSLOG].handle, in vega12_smu_init()
252 &priv->smu_tables.entry[TABLE_PMSTATUSLOG].mc_addr, in vega12_smu_init()
253 &priv->smu_tables.entry[TABLE_PMSTATUSLOG].table); in vega12_smu_init()
257 priv->smu_tables.entry[TABLE_PMSTATUSLOG].version = 0x01; in vega12_smu_init()
258 priv->smu_tables.entry[TABLE_PMSTATUSLOG].size = tools_size; in vega12_smu_init()
297 if (priv->smu_tables.entry[TABLE_PMSTATUSLOG].table) in vega12_smu_init()
298 amdgpu_bo_free_kernel(&priv->smu_tables.entry[TABLE_PMSTATUSLOG].handle, in vega12_smu_init()
[all …]
Dvega10_smumgr.c240 priv->smu_tables.entry[TOOLSTABLE].table_id = TABLE_PMSTATUSLOG; in vega10_smu_init()
/Linux-v4.19/drivers/gpu/drm/amd/powerplay/inc/
Dsmu10.h181 #define TABLE_PMSTATUSLOG 3 /* Called by Tools for Agm logging */ macro
Dsmu9_driver_if.h434 #define TABLE_PMSTATUSLOG 5 macro
/Linux-v4.19/drivers/gpu/drm/amd/powerplay/inc/vega12/
Dsmu9_driver_if.h711 #define TABLE_PMSTATUSLOG 5 macro