From 346693719a49cf50ff62cb25b09d433d2d8db9ea Mon Sep 17 00:00:00 2001 From: Alex Deucher Date: Tue, 27 Feb 2007 20:35:35 -0500 Subject: [PATCH] bump Xv image height up from 1080 to 1088 for 315 chips fixes bug 10075 --- src/sis_video.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sis_video.h b/src/sis_video.h index 01a26fa..64a85f9 100644 --- a/src/sis_video.h +++ b/src/sis_video.h @@ -163,7 +163,7 @@ extern int SISGetPortUtilAttribute(ScrnInfoPtr pScrn, Atom attribute, #define IMAGE_MAX_WIDTH_315 1920 #define IMAGE_MAX_WIDTH_340 1920 /* ? */ #define IMAGE_MAX_WIDTH_761 1920 /* ? */ -#define IMAGE_MAX_HEIGHT_315 1080 +#define IMAGE_MAX_HEIGHT_315 1088 #define OVERLAY_MIN_WIDTH 32 /* Minimum overlay sizes */ #define OVERLAY_MIN_HEIGHT 24