diff options
author | Alex Deucher <alex@botch2.(none)> | 2008-01-23 18:05:41 -0500 |
---|---|---|
committer | Alex Deucher <alex@botch2.(none)> | 2008-01-23 18:05:41 -0500 |
commit | 09d713aa0ed6367b4457420b3c2832fe8eca9b00 (patch) | |
tree | 8aae5a5c3e5c66811ae9ac5dda73c45a488e9f70 /src/radeon_tv.c | |
parent | 719a9a376e34d99032af75e3f7b002670ccb816b (diff) |
Revert "RADEON: adjust PAL mode hstart"
This reverts commit 719a9a376e34d99032af75e3f7b002670ccb816b.
This breaks TV out on some cards.
Diffstat (limited to 'src/radeon_tv.c')
-rw-r--r-- | src/radeon_tv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/radeon_tv.c b/src/radeon_tv.c index c20aedd0..d5d1e9e7 100644 --- a/src/radeon_tv.c +++ b/src/radeon_tv.c @@ -161,7 +161,7 @@ static const TVModeConstants availableTVModes[] = TV_STD_PAL, /* standard */ 1144, /* horTotal */ 706, /* verTotal */ - 799, /* horStart */ + 812, /* horStart */ 824, /* horSyncStart */ 669, /* verSyncStart */ 696700, /* defRestart */ |