summaryrefslogtreecommitdiff
path: root/linux-core/radeon_drv.c
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2008-11-03 09:44:32 +1000
committerDave Airlie <airlied@redhat.com>2008-11-03 09:44:32 +1000
commitbe3dac976e07fbfd727a2d0216ea9ba3247db348 (patch)
tree93bb6aea8f918df43d90f83dd05a28f9581bbe5f /linux-core/radeon_drv.c
parent31f8d4218c0f6455751d8bbc788172912359b0df (diff)
radeon: only enable dynclks if asked for
Diffstat (limited to 'linux-core/radeon_drv.c')
-rw-r--r--linux-core/radeon_drv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux-core/radeon_drv.c b/linux-core/radeon_drv.c
index f1fe3012..daa335b9 100644
--- a/linux-core/radeon_drv.c
+++ b/linux-core/radeon_drv.c
@@ -37,7 +37,7 @@
#include "drm_pciids.h"
int radeon_no_wb;
-int radeon_dynclks = 1;
+int radeon_dynclks = -1;
int radeon_r4xx_atom = 0;
int radeon_agpmode = 0;