diff options
author | Dave Airlie <airlied@redhat.com> | 2008-11-03 09:44:32 +1000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2008-11-03 09:44:32 +1000 |
commit | be3dac976e07fbfd727a2d0216ea9ba3247db348 (patch) | |
tree | 93bb6aea8f918df43d90f83dd05a28f9581bbe5f /linux-core | |
parent | 31f8d4218c0f6455751d8bbc788172912359b0df (diff) |
radeon: only enable dynclks if asked for
Diffstat (limited to 'linux-core')
-rw-r--r-- | linux-core/radeon_drv.c | 2 |
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; |