aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Deucher <alexander.deucher@amd.com>2014-06-17 12:40:40 -0400
committerAlex Deucher <alexander.deucher@amd.com>2014-07-01 11:16:10 -0400
commit09f95d5b8ca64a9ebb5e206ed936c1a70dc8e9c8 (patch)
treeba43489a752b38659acceb74138cd0d74a6b059b
parent96682956572d79920e9da60d7300230329e10a7a (diff)
downloadlinux-modsign-09f95d5b8ca64a9ebb5e206ed936c1a70dc8e9c8.tar.gz
drm/radeon: enable bapm by default on KV/KB
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>
-rw-r--r--drivers/gpu/drm/radeon/kv_dpm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/radeon/kv_dpm.c b/drivers/gpu/drm/radeon/kv_dpm.c
index 3f6e817d97ee80..9ef8c38f2d6622 100644
--- 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 = false;
+ pi->bapm_enable = true;
pi->voltage_drop_t = 0;
pi->caps_sclk_throttle_low_notification = false;
pi->caps_fps = false; /* true? */