mirror of
https://github.com/torvalds/linux.git
synced 2024-11-16 09:02:00 +00:00
drm/amd/powerplay: Use correct clock in cz_apply_state_adjust_rules
Signed-off-by: Eric Yang <eric.yang2@amd.com> Reviewed-by: Eagle Yeh <eagle.yeh@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
ff5e20c2a0
commit
5952c75b41
@ -1125,8 +1125,8 @@ static int cz_apply_state_adjust_rules(struct pp_hwmgr *hwmgr,
|
||||
|
||||
cz_hwmgr->battery_state = (PP_StateUILabel_Battery == prequest_ps->classification.ui_label);
|
||||
|
||||
clocks.memoryClock = hwmgr->display_config.min_core_set_clock != 0 ?
|
||||
hwmgr->display_config.min_core_set_clock :
|
||||
clocks.memoryClock = hwmgr->display_config.min_mem_set_clock != 0 ?
|
||||
hwmgr->display_config.min_mem_set_clock :
|
||||
cz_hwmgr->sys_info.nbp_memory_clock[1];
|
||||
|
||||
cgs_get_active_displays_info(hwmgr->device, &info);
|
||||
|
Loading…
Reference in New Issue
Block a user