From ce951b8c8f4c1813362fad1e9a6cbd2378d463ec Mon Sep 17 00:00:00 2001 From: Bartosz Kosiorek Date: Tue, 22 Jun 2010 21:37:33 +0000 Subject: Increase bandwidth to handle 1920x1200 resolution with DDR266 --- src/via_mode.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/via_mode.h b/src/via_mode.h index 9b03d6c..562205c 100644 --- a/src/via_mode.h +++ b/src/via_mode.h @@ -32,7 +32,7 @@ */ #define VIA_BW_MIN 74000000 /* > 640x480@60Hz@32bpp */ #define VIA_BW_DDR200 394000000 -#define VIA_BW_DDR400 498000000 /* > 1920x1080@60Hz@32bpp */ +#define VIA_BW_DDR400 553000000 /* > 1920x1200@60Hz@32bpp */ #define VIA_BW_DDR667 922000000 union pllparams { -- cgit v1.2.3