Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 201121
b: refs/heads/master
c: 7173aef
h: refs/heads/master
i:
  201119: 4c1c657
v: v3
  • Loading branch information
Francisco Jerez authored and Dave Airlie committed Jul 20, 2010
1 parent a241bcf commit 14a932f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 14d7ec11d165fe11c2bce5b412773af70b7c8e1b
refs/heads/master: 7173aeff025a7fed3fa903e362bf773e6258dd47
3 changes: 2 additions & 1 deletion trunk/drivers/gpu/drm/nouveau/nouveau_fbcon.c
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,8 @@ int nouveau_fbcon_init(struct drm_device *dev)
dev_priv->nfbdev = nfbdev;
nfbdev->helper.funcs = &nouveau_fbcon_helper_funcs;

ret = drm_fb_helper_init(dev, &nfbdev->helper, 2, 4);
ret = drm_fb_helper_init(dev, &nfbdev->helper,
nv_two_heads(dev) ? 2 : 1, 4);
if (ret) {
kfree(nfbdev);
return ret;
Expand Down

0 comments on commit 14a932f

Please sign in to comment.