Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 287146
b: refs/heads/master
c: ce2e789
h: refs/heads/master
v: v3
  • Loading branch information
Ben Skeggs committed Feb 1, 2012
1 parent 2741a60 commit 8354438
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7df898b1a70b13c3a8892625f4ead929d9554293
refs/heads/master: ce2e7895faba8fabaa917f52293126e5f4174fa9
9 changes: 9 additions & 0 deletions trunk/drivers/gpu/drm/nouveau/nouveau_mxm.c
Original file line number Diff line number Diff line change
Expand Up @@ -656,7 +656,16 @@ nouveau_mxm_init(struct drm_device *dev)

if (mxm_shadow(dev, mxm[0])) {
MXM_MSG(dev, "failed to locate valid SIS\n");
#if 0
/* we should, perhaps, fall back to some kind of limited
* mode here if the x86 vbios hasn't already done the
* work for us (so we prevent loading with completely
* whacked vbios tables).
*/
return -EINVAL;
#else
return 0;
#endif
}

MXM_MSG(dev, "MXMS Version %d.%d\n",
Expand Down

0 comments on commit 8354438

Please sign in to comment.