sna: Increase the acceptable screen size range
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
parent
2d9fcb3f72
commit
3a893d14cd
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in New Issue