sna: Increase the acceptable screen size range
authorChris Wilson <chris@chris-wilson.co.uk>
Thu, 13 Feb 2014 22:46:22 +0000 (22:46 +0000)
committerChris Wilson <chris@chris-wilson.co.uk>
Thu, 13 Feb 2014 22:48:09 +0000 (22:48 +0000)
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
src/sna/sna_display.c

index 70673b0..521d4ef 100644 (file)
@@ -3448,7 +3448,7 @@ static void set_size_range(struct sna *sna)
         * crtc limits, so if the mode exceeds the scanout restrictions,
         * we will quietly convert that to per-crtc pixmaps.
         */
-       xf86CrtcSetSizeRange(sna->scrn, 320, 200, INT16_MAX, INT16_MAX);
+       xf86CrtcSetSizeRange(sna->scrn, 8, 8, INT16_MAX, INT16_MAX);
 }
 
 enum { /* XXX copied from hw/xfree86/modes/xf86Crtc.c */