[PATCH 400] Amifb modedb bug

From: Geert Uytterhoeven (geert_at_linux-m68k.org)
Date: 02/20/04

  • Next message: Geert Uytterhoeven: "[PATCH 402] arch/m68k/mm/Makefile cleanup"
    Date:	Fri, 20 Feb 2004 13:46:42 +0100
    To: Marcelo Tosatti <marcelo.tosatti@cyclades.com>
    
    

    Amifb: Fix bugs in the video mode database:
      - ntsc-lace lacks the yres value
      - a2024-15 is 15 Hz, not 10

    --- linux-2.6.3/drivers/video/amifb.c 2003-05-27 19:03:30.000000000 +0200
    +++ linux-m68k-2.6.3/drivers/video/amifb.c 2004-02-02 15:38:21.000000000 +0100
    @@ -832,7 +832,7 @@
             FB_SYNC_BROADCAST, FB_VMODE_NONINTERLACED | FB_VMODE_YWRAP
         }, {
             /* 640x400, 15 kHz, 60 Hz interlaced (NTSC) */
    - "ntsc-lace", 60, 640, TAG_HIRES, 106, 86, 88, 33, 76, 4,
    + "ntsc-lace", 60, 640, 400, TAG_HIRES, 106, 86, 88, 33, 76, 4,
             FB_SYNC_BROADCAST, FB_VMODE_INTERLACED | FB_VMODE_YWRAP
         }, {
             /* 640x256, 15 kHz, 50 Hz (PAL) */
    @@ -927,7 +927,7 @@
             0, FB_VMODE_NONINTERLACED | FB_VMODE_YWRAP
         }, {
             /* 1024x800, 15 Hz */
    - "a2024-15", 10, 1024, 800, TAG_HIRES, 0, 0, 0, 0, 0, 0,
    + "a2024-15", 15, 1024, 800, TAG_HIRES, 0, 0, 0, 0, 0, 0,
             0, FB_VMODE_NONINTERLACED | FB_VMODE_YWRAP
         }
     #endif

    Gr{oetje,eeting}s,

                                                    Geert

    --
    Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org
    In personal conversations with technical people, I call myself a hacker. But
    when I'm talking to journalists I just say "programmer" or something like that.
    							    -- Linus Torvalds
    -
    To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
    the body of a message to majordomo@vger.kernel.org
    More majordomo info at  http://vger.kernel.org/majordomo-info.html
    Please read the FAQ at  http://www.tux.org/lkml/
    

  • Next message: Geert Uytterhoeven: "[PATCH 402] arch/m68k/mm/Makefile cleanup"

    Relevant Pages