sna: Increase the acceptable screen size range

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
Chris Wilson 2014-02-13 22:46:22 +00:00
parent 2d9fcb3f72
commit 3a893d14cd
1 changed files with 1 additions and 1 deletions

View 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 */