Symbol: smum_smc_table_manager
sys/dev/drm/amd/powerplay/hwmgr/smu10_hwmgr.c
1141
smum_smc_table_manager(hwmgr, (uint8_t *)table, (uint16_t)SMU10_WMTABLE, false);
sys/dev/drm/amd/powerplay/hwmgr/smu10_hwmgr.c
427
result = smum_smc_table_manager(hwmgr, (uint8_t *)table, SMU10_CLOCKTABLE, true);
sys/dev/drm/amd/powerplay/hwmgr/vega10_hwmgr.c
2410
result = smum_smc_table_manager(hwmgr, (uint8_t *)avfs_fuse_table,
sys/dev/drm/amd/powerplay/hwmgr/vega10_hwmgr.c
2606
result = smum_smc_table_manager(hwmgr, (uint8_t *)pp_table, PPTABLE, false);
sys/dev/drm/amd/powerplay/hwmgr/vega10_hwmgr.c
3629
result = smum_smc_table_manager(hwmgr, (uint8_t *)pp_table, PPTABLE, false);
sys/dev/drm/amd/powerplay/hwmgr/vega10_hwmgr.c
4370
result = smum_smc_table_manager(hwmgr, (uint8_t *)wm_table, WMTABLE, false);
sys/dev/drm/amd/powerplay/hwmgr/vega10_thermal.c
551
ret = smum_smc_table_manager(hwmgr,
sys/dev/drm/amd/powerplay/hwmgr/vega12_hwmgr.c
2112
result = smum_smc_table_manager(hwmgr,
sys/dev/drm/amd/powerplay/hwmgr/vega12_hwmgr.c
748
result = smum_smc_table_manager(hwmgr,
sys/dev/drm/amd/powerplay/hwmgr/vega20_hwmgr.c
1106
ret = smum_smc_table_manager(hwmgr, (uint8_t *)od_table, TABLE_OVERDRIVE, true);
sys/dev/drm/amd/powerplay/hwmgr/vega20_hwmgr.c
1234
ret = smum_smc_table_manager(hwmgr, (uint8_t *)od_table, TABLE_OVERDRIVE, false);
sys/dev/drm/amd/powerplay/hwmgr/vega20_hwmgr.c
1253
ret = smum_smc_table_manager(hwmgr, (uint8_t *)(&od_table), TABLE_OVERDRIVE, true);
sys/dev/drm/amd/powerplay/hwmgr/vega20_hwmgr.c
1310
ret = smum_smc_table_manager(hwmgr, (uint8_t *)(&od_table), TABLE_OVERDRIVE, false);
sys/dev/drm/amd/powerplay/hwmgr/vega20_hwmgr.c
1924
ret = smum_smc_table_manager(hwmgr, (uint8_t *)&metrics_table, TABLE_SMU_METRICS, true);
sys/dev/drm/amd/powerplay/hwmgr/vega20_hwmgr.c
1958
ret = smum_smc_table_manager(hwmgr, (uint8_t *)&metrics_table, TABLE_SMU_METRICS, true);
sys/dev/drm/amd/powerplay/hwmgr/vega20_hwmgr.c
2726
ret = smum_smc_table_manager(hwmgr,
sys/dev/drm/amd/powerplay/hwmgr/vega20_hwmgr.c
2735
ret = smum_smc_table_manager(hwmgr,
sys/dev/drm/amd/powerplay/hwmgr/vega20_hwmgr.c
2961
result = smum_smc_table_manager(hwmgr,
sys/dev/drm/amd/powerplay/hwmgr/vega20_hwmgr.c
760
result = smum_smc_table_manager(hwmgr,
sys/dev/drm/amd/powerplay/inc/smumgr.h
114
extern int smum_smc_table_manager(struct pp_hwmgr *hwmgr, uint8_t *table, uint16_t table_id, bool rw);