Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=545c4423335469de06af7f7c95e97c1122c1c818
Commit:     545c4423335469de06af7f7c95e97c1122c1c818
Parent:     9723198c219f3546982cb469e5aed26e68399055
Author:     Alex <[EMAIL PROTECTED]>
AuthorDate: Thu Jan 17 15:21:18 2008 -0800
Committer:  Linus Torvalds <[EMAIL PROTECTED]>
CommitDate: Thu Jan 17 15:38:59 2008 -0800

    fix radeonfb regression with Xpress 200m 5955
    
    Fix http://bugzilla.kernel.org/show_bug.cgi?id=9762
    
    Framebuffer is ok only with default parameters only (it is [EMAIL 
PROTECTED]).  If
    parameters are video=radeonfb:[EMAIL PROTECTED] then xres, yres and 
xres_virtual
    are ok but yres_virtual is 1024.  It can be corrected by fbset utility so I
    think it can be corrected in the driver code also.
    
    Steps to reproduce: video=radeonfb:[EMAIL PROTECTED] or
    video=radeonfb:[EMAIL PROTECTED]
    
    Add 1280x800 mode into modedb
    
    Cc: "Rafael J. Wysocki" <[EMAIL PROTECTED]>
    Cc: "Antonino A. Daplas" <[EMAIL PROTECTED]>
    Cc: Geert Uytterhoeven <[EMAIL PROTECTED]>
    Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
    Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]>
---
 drivers/video/modedb.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/drivers/video/modedb.c b/drivers/video/modedb.c
index 8d81ef0..08d0725 100644
--- a/drivers/video/modedb.c
+++ b/drivers/video/modedb.c
@@ -259,6 +259,10 @@ static const struct fb_videomode modedb[] = {
        /* 1366x768, 60 Hz, 47.403 kHz hsync, WXGA 16:9 aspect ratio */
        NULL, 60, 1366, 768, 13806, 120, 10, 14, 3, 32, 5,
        0, FB_VMODE_NONINTERLACED
+   }, {
+       /* 1280x800, 60 Hz, 47.403 kHz hsync, WXGA 16:10 aspect ratio */
+       NULL, 60, 1280, 800, 12048, 200, 64, 24, 1, 136, 3,
+       0, FB_VMODE_NONINTERLACED
     },
 };
 
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to