Searched refs:TABLE_ACTIVITY_MONITOR_COEFF (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.4/drivers/gpu/drm/amd/powerplay/smumgr/ |
D | vega20_smumgr.c | 247 memcpy(priv->smu_tables.entry[TABLE_ACTIVITY_MONITOR_COEFF].table, table, in vega20_set_activity_monitor_coeff() 248 priv->smu_tables.entry[TABLE_ACTIVITY_MONITOR_COEFF].size); in vega20_set_activity_monitor_coeff() 252 upper_32_bits(priv->smu_tables.entry[TABLE_ACTIVITY_MONITOR_COEFF].mc_addr))) == 0, in vega20_set_activity_monitor_coeff() 257 lower_32_bits(priv->smu_tables.entry[TABLE_ACTIVITY_MONITOR_COEFF].mc_addr))) == 0, in vega20_set_activity_monitor_coeff() 261 PPSMC_MSG_TransferTableDram2Smu, TABLE_ACTIVITY_MONITOR_COEFF | (workload_type << 16))) == 0, in vega20_set_activity_monitor_coeff() 278 upper_32_bits(priv->smu_tables.entry[TABLE_ACTIVITY_MONITOR_COEFF].mc_addr))) == 0, in vega20_get_activity_monitor_coeff() 283 lower_32_bits(priv->smu_tables.entry[TABLE_ACTIVITY_MONITOR_COEFF].mc_addr))) == 0, in vega20_get_activity_monitor_coeff() 288 TABLE_ACTIVITY_MONITOR_COEFF | (workload_type << 16))) == 0, in vega20_get_activity_monitor_coeff() 295 memcpy(table, priv->smu_tables.entry[TABLE_ACTIVITY_MONITOR_COEFF].table, in vega20_get_activity_monitor_coeff() 296 priv->smu_tables.entry[TABLE_ACTIVITY_MONITOR_COEFF].size); in vega20_get_activity_monitor_coeff() [all …]
|
/Linux-v5.4/drivers/gpu/drm/amd/powerplay/inc/vega12/ |
D | smu9_driver_if.h | 714 #define TABLE_ACTIVITY_MONITOR_COEFF 8 macro
|
/Linux-v5.4/drivers/gpu/drm/amd/powerplay/inc/ |
D | smu11_driver_if.h | 840 #define TABLE_ACTIVITY_MONITOR_COEFF 8 macro
|
D | smu11_driver_if_navi10.h | 1068 #define TABLE_ACTIVITY_MONITOR_COEFF 8 macro
|