summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2014-02-13 22:46:22 +0000
committerChris Wilson <chris@chris-wilson.co.uk>2014-02-13 22:48:09 +0000
commit3a893d14cd227454826a9a86cb3ce227d04bc352 (patch)
tree3aa977df615cda73eb86ff3c2b21da56ad4cd377
parent2d9fcb3f729e3959dd30b7d7859438894b806b34 (diff)
sna: Increase the acceptable screen size range
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
-rw-r--r--src/sna/sna_display.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sna/sna_display.c b/src/sna/sna_display.c
index 70673b0a..521d4ef4 100644
--- a/src/sna/sna_display.c
+++ b/src/sna/sna_display.c
@@ -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 */