X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=KernelLand%2FModules%2FDisplay%2FVIAVideo%2Fmain.c;h=30844eba47226972b620c05e1bffe243fa274f07;hb=230138900684786053e5d1a1efb566db9edc5021;hp=1291113cf98d6b7cd26c0a394310f49e44839093;hpb=a3464cb30ecb189019b8bceb70aebdc74f5edded;p=tpg%2Facess2.git diff --git a/KernelLand/Modules/Display/VIAVideo/main.c b/KernelLand/Modules/Display/VIAVideo/main.c index 1291113c..30844eba 100644 --- a/KernelLand/Modules/Display/VIAVideo/main.c +++ b/KernelLand/Modules/Display/VIAVideo/main.c @@ -24,8 +24,8 @@ const struct sVGA_Timings int HFP, HSync, HDisplay, HBP; int VFP, VSync, VDisplay, VBP; } csaTimings[] = { - {40, 128, 800, 88, 1, 4, 600, 23}, // SVGA @ 60Hz - {24, 136, 1024, 160, 3, 6, 768, 29}, // XGA @ 60Hz + {40, 128, 800, 88, 1, 4, 600, 23}, // SVGA @ 60Hz + {24, 136, 1024, 160, 3, 6, 768, 29}, // XGA @ 60Hz {38, 112, 1280, 248, 1, 3, 1024, 38} // 1280x1024 @ 60Hz }; const Uint16 caVIAVideo_CardIDs[][2] = {