projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9668295
)
drm/radeon: enable bapm by default on KV/KB
author
Alex Deucher
<alexander.deucher@amd.com>
Tue, 17 Jun 2014 16:40:40 +0000
(12:40 -0400)
committer
Alex Deucher
<alexander.deucher@amd.com>
Tue, 1 Jul 2014 15:16:10 +0000
(11:16 -0400)
bapm allows the GPU and CPU to share TDP. This allows
for additional performance out of the GPU and CPU when
the headroom is available.
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/radeon/kv_dpm.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/radeon/kv_dpm.c
b/drivers/gpu/drm/radeon/kv_dpm.c
index 3f6e817d97ee80cb0013c85818a1ec0c4c110e79..9ef8c38f2d6622c25a5b3e1e43a37064c8cf1776 100644
(file)
--- a/
drivers/gpu/drm/radeon/kv_dpm.c
+++ b/
drivers/gpu/drm/radeon/kv_dpm.c
@@
-2726,7
+2726,7
@@
int kv_dpm_init(struct radeon_device *rdev)
pi->caps_sclk_ds = true;
pi->enable_auto_thermal_throttling = true;
pi->disable_nb_ps3_in_battery = false;
- pi->bapm_enable =
fals
e;
+ pi->bapm_enable =
tru
e;
pi->voltage_drop_t = 0;
pi->caps_sclk_throttle_low_notification = false;
pi->caps_fps = false; /* true? */