diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2013-04-18 20:19:33 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2013-04-18 20:19:33 +0000 |
commit | 0bc66d24573d3130f8cd3c9de789f72e85b2a30f (patch) | |
tree | 8fdb0d6de8457e55b03c216db5a35183dc497960 /sys/dev | |
parent | 58031f6514c28da137437e017ecfed39d1a36b43 (diff) |
"160 chars ought to be enough for everybody"
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/pci/drm/i915/i915_drv.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/drm/i915/i915_drv.c b/sys/dev/pci/drm/i915/i915_drv.c index 1e5e70a7319..2ee0c7c97ab 100644 --- a/sys/dev/pci/drm/i915/i915_drv.c +++ b/sys/dev/pci/drm/i915/i915_drv.c @@ -1,4 +1,4 @@ -/* $OpenBSD: i915_drv.c,v 1.20 2013/04/17 21:34:58 kettenis Exp $ */ +/* $OpenBSD: i915_drv.c,v 1.21 2013/04/18 20:19:32 kettenis Exp $ */ /* * Copyright (c) 2008-2009 Owain G. Ainsworth <oga@openbsd.org> * @@ -1033,7 +1033,7 @@ inteldrm_attach(struct device *parent, struct device *self, void *aux) intel_fb_restore_mode(dev); ri->ri_flg = RI_CENTER | RI_VCONS; - rasops_init(ri, 96, 132); + rasops_init(ri, 160, 160); ri->ri_hw = dev_priv; dev_priv->sc_copyrows = ri->ri_copyrows; |