Searched refs:TABLE_ACTIVITY_MONITOR_COEFF (Results 1 – 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/powerplay/smumgr/ |
D | vega20_smumgr.c | 257 memcpy(priv->smu_tables.entry[TABLE_ACTIVITY_MONITOR_COEFF].table, table, in vega20_set_activity_monitor_coeff() 258 priv->smu_tables.entry[TABLE_ACTIVITY_MONITOR_COEFF].size); in vega20_set_activity_monitor_coeff() 264 upper_32_bits(priv->smu_tables.entry[TABLE_ACTIVITY_MONITOR_COEFF].mc_addr), in vega20_set_activity_monitor_coeff() 270 lower_32_bits(priv->smu_tables.entry[TABLE_ACTIVITY_MONITOR_COEFF].mc_addr), in vega20_set_activity_monitor_coeff() 276 TABLE_ACTIVITY_MONITOR_COEFF | (workload_type << 16), in vega20_set_activity_monitor_coeff() 294 upper_32_bits(priv->smu_tables.entry[TABLE_ACTIVITY_MONITOR_COEFF].mc_addr), in vega20_get_activity_monitor_coeff() 300 lower_32_bits(priv->smu_tables.entry[TABLE_ACTIVITY_MONITOR_COEFF].mc_addr), in vega20_get_activity_monitor_coeff() 306 TABLE_ACTIVITY_MONITOR_COEFF | (workload_type << 16), NULL)) == 0, in vega20_get_activity_monitor_coeff() 313 memcpy(table, priv->smu_tables.entry[TABLE_ACTIVITY_MONITOR_COEFF].table, in vega20_get_activity_monitor_coeff() 314 priv->smu_tables.entry[TABLE_ACTIVITY_MONITOR_COEFF].size); in vega20_get_activity_monitor_coeff() [all …]
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/inc/vega12/ |
D | smu9_driver_if.h | 714 #define TABLE_ACTIVITY_MONITOR_COEFF 8 macro
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/inc/ |
D | smu11_driver_if.h | 840 #define TABLE_ACTIVITY_MONITOR_COEFF 8 macro
|
D | smu11_driver_if_arcturus.h | 907 #define TABLE_ACTIVITY_MONITOR_COEFF 10 macro
|
D | smu11_driver_if_sienna_cichlid.h | 1233 #define TABLE_ACTIVITY_MONITOR_COEFF 7 macro
|
D | smu11_driver_if_navi10.h | 1108 #define TABLE_ACTIVITY_MONITOR_COEFF 8 macro
|