Symbol: smum_get_mac_definition
drivers/gpu/drm/amd/pm/powerplay/hwmgr/smu7_hwmgr.c
1190
soft_register_value |= smum_get_mac_definition(hwmgr,
drivers/gpu/drm/amd/pm/powerplay/hwmgr/smu7_hwmgr.c
2255
i = smum_get_mac_definition(hwmgr, SMU_MAX_LEVELS_VDDGFX);
drivers/gpu/drm/amd/pm/powerplay/hwmgr/smu7_hwmgr.c
3645
(smu7_power_state->performance_level_count < smum_get_mac_definition(hwmgr, SMU_MAX_LEVELS_GRAPHICS)),
drivers/gpu/drm/amd/pm/powerplay/hwmgr/smu7_hwmgr.c
3809
(ps->performance_level_count < smum_get_mac_definition(hwmgr, SMU_MAX_LEVELS_GRAPHICS)),
drivers/gpu/drm/amd/pm/powerplay/hwmgr/smu7_hwmgr.c
391
tmp = smum_get_mac_definition(hwmgr, SMU_MAX_LEVELS_VDDC);
drivers/gpu/drm/amd/pm/powerplay/hwmgr/smu7_hwmgr.c
398
tmp = smum_get_mac_definition(hwmgr, SMU_MAX_LEVELS_VDDGFX);
drivers/gpu/drm/amd/pm/powerplay/hwmgr/smu7_hwmgr.c
405
tmp = smum_get_mac_definition(hwmgr, SMU_MAX_LEVELS_VDDCI);
drivers/gpu/drm/amd/pm/powerplay/hwmgr/smu7_hwmgr.c
412
tmp = smum_get_mac_definition(hwmgr, SMU_MAX_LEVELS_MVDD);
drivers/gpu/drm/amd/pm/powerplay/hwmgr/smu7_hwmgr.c
661
tmp = smum_get_mac_definition(hwmgr, SMU_MAX_LEVELS_LINK);
drivers/gpu/drm/amd/pm/powerplay/hwmgr/smu7_hwmgr.c
747
smum_get_mac_definition(hwmgr,
drivers/gpu/drm/amd/pm/powerplay/hwmgr/smu7_hwmgr.c
752
smum_get_mac_definition(hwmgr,
drivers/gpu/drm/amd/pm/powerplay/hwmgr/smu7_hwmgr.c
757
smum_get_mac_definition(hwmgr,
drivers/gpu/drm/amd/pm/powerplay/hwmgr/smu7_hwmgr.c
762
smum_get_mac_definition(hwmgr,
drivers/gpu/drm/amd/pm/powerplay/hwmgr/smu7_hwmgr.c
767
smum_get_mac_definition(hwmgr,
drivers/gpu/drm/amd/pm/powerplay/inc/smumgr.h
106
extern uint32_t smum_get_mac_definition(struct pp_hwmgr *hwmgr, uint32_t value);