projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5952c75
)
drm/amd/powerplay: Enable low mem pstate when cancel_high
author
Eric Yang
<
[email protected]
>
Wed, 16 Dec 2015 00:00:59 +0000
(19:00 -0500)
committer
Alex Deucher
<
[email protected]
>
Wed, 10 Feb 2016 21:19:29 +0000
(16:19 -0500)
Signed-off-by: Eric Yang <
[email protected]
>
Reviewed-by: Alex Deucher <
[email protected]
>
Signed-off-by: Alex Deucher <
[email protected]
>
drivers/gpu/drm/amd/powerplay/hwmgr/cz_hwmgr.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/amd/powerplay/hwmgr/cz_hwmgr.c
b/drivers/gpu/drm/amd/powerplay/hwmgr/cz_hwmgr.c
index dfff4bd99aef166c1533cee8c465f5225a0e857f..ef1daf1251c7e8e610de201bf183e2cd022ad61f 100644
(file)
--- a/
drivers/gpu/drm/amd/powerplay/hwmgr/cz_hwmgr.c
+++ b/
drivers/gpu/drm/amd/powerplay/hwmgr/cz_hwmgr.c
@@
-884,7
+884,7
@@
static int cz_tf_update_low_mem_pstate(struct pp_hwmgr *hwmgr,
if (pnew_state->action == FORCE_HIGH)
cz_nbdpm_pstate_enable_disable(hwmgr, false, disable_switch);
else if (pnew_state->action == CANCEL_FORCE_HIGH)
- cz_nbdpm_pstate_enable_disable(hwmgr,
fals
e, disable_switch);
+ cz_nbdpm_pstate_enable_disable(hwmgr,
tru
e, disable_switch);
else
cz_nbdpm_pstate_enable_disable(hwmgr, enable_low_mem_state, disable_switch);
}