Searched refs:activity_percent (Results 1 - 6 of 6) sorted by relevance

/openbsd-current/sys/dev/pci/drm/amd/pm/powerplay/hwmgr/
H A Dsmu8_hwmgr.c1735 uint32_t sclk, vclk, dclk, ecclk, tmp, activity_percent; local
1803 &activity_percent);
1805 activity_percent = activity_percent > 100 ? 100 : activity_percent;
1808 *((uint32_t *)value) = activity_percent;
H A Dsmu10_hwmgr.c1297 uint32_t sclk, mclk, activity_percent; local
1337 &activity_percent);
1339 *((uint32_t *)value) = min(activity_percent, (u32)100);
H A Dvega12_hwmgr.c1454 uint32_t *activity_percent)
1465 *activity_percent = metrics_table.AverageGfxActivity;
1468 *activity_percent = metrics_table.AverageUclkActivity;
1451 vega12_get_current_activity_percent( struct pp_hwmgr *hwmgr, int idx, uint32_t *activity_percent) argument
H A Dsmu7_hwmgr.c3999 uint32_t sclk, mclk, activity_percent; local
4027 activity_percent = cgs_read_ind_register(hwmgr->device, CGS_IND_REG__SMC, offset);
4028 activity_percent += 0x80;
4029 activity_percent >>= 8;
4030 *((uint32_t *)value) = activity_percent > 100 ? 100 : activity_percent;
H A Dvega10_hwmgr.c3919 uint32_t sclk_mhz, mclk_idx, activity_percent = 0; local
3941 &activity_percent);
3942 *((uint32_t *)value) = activity_percent > 100 ? 100 : activity_percent;
H A Dvega20_hwmgr.c2178 uint32_t *activity_percent)
2189 *activity_percent = metrics_table.AverageGfxActivity;
2192 *activity_percent = metrics_table.AverageUclkActivity;
2176 vega20_get_current_activity_percent(struct pp_hwmgr *hwmgr, int idx, uint32_t *activity_percent) argument

Completed in 267 milliseconds