From abf1ba79f2bfe61f24cfa43deb0400d7c5f95bd5 Mon Sep 17 00:00:00 2001 From: Francisco Jerez Date: Tue, 21 Apr 2009 21:37:45 +0200 Subject: Increase the maximum clock value to 200MHz on SM712. The default MCLK setting was higher than the clock limit, and it failed. --- src/smi_driver.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/smi_driver.c b/src/smi_driver.c index ac1a952..7219612 100644 --- a/src/smi_driver.c +++ b/src/smi_driver.c @@ -918,8 +918,7 @@ SMI_PreInit(ScrnInfoPtr pScrn, int flags) pSmi->clockRange.next = NULL; pSmi->clockRange.minClock = 20000; - if (pSmi->Chipset == SMI_LYNX3DM || - pSmi->Chipset == SMI_COUGAR3DR || + if (SMI_LYNXM_SERIES(pSmi->Chipset) || IS_MSOC(pSmi)) pSmi->clockRange.maxClock = 200000; else -- cgit v1.2.3