From 4d3a9ea7070578aa14b6cd16ab714018a56a73e4 Mon Sep 17 00:00:00 2001 From: Thomas Hilber Date: Mon, 11 Aug 2008 08:00:00 +0000 Subject: Increased precision to determine position of 'trim' scanline. Signed-off-by: Thomas Hilber Signed-off-by: Paul Menzel --- src/radeon_video.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/radeon_video.c b/src/radeon_video.c index c72e131..677fddb 100644 --- a/src/radeon_video.c +++ b/src/radeon_video.c @@ -2962,8 +2962,8 @@ RADEONDisplayVideo( * this delimits 'maximum voltage' being fed into our software PLL. */ #define VBL_MAX_TRIM_ABS 37 -#define VBL_MIN_TRIM_ABS 27 -#define VBL_RSYNC_FPOLAR 80 +#define VBL_MIN_TRIM_ABS 37 +#define VBL_RSYNC_FPOLAR 140 /* * field polarity correction is clearly a task of the calling layer -- cgit v1.2.3