projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d13102c
)
drm/nv40: allow cold-booting of nv4x chipsets
author
Ben Skeggs
<bskeggs@redhat.com>
Tue, 25 May 2010 03:48:07 +0000
(13:48 +1000)
committer
Ben Skeggs
<bskeggs@redhat.com>
Fri, 28 May 2010 06:06:32 +0000
(16:06 +1000)
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
drivers/gpu/drm/nouveau/nouveau_bios.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/nouveau/nouveau_bios.c
b/drivers/gpu/drm/nouveau/nouveau_bios.c
index 61d9322613562ec6e47803f6cc7b7c24456d630f..620cbd9767ccaf06ee9868f8c8084c70a1b5bb9a 100644
(file)
--- a/
drivers/gpu/drm/nouveau/nouveau_bios.c
+++ b/
drivers/gpu/drm/nouveau/nouveau_bios.c
@@
-6265,7
+6265,7
@@
nouveau_bios_init(struct drm_device *dev)
/* ... unless card isn't POSTed already */
if (!nouveau_bios_posted(dev)) {
NV_INFO(dev, "Adaptor not initialised\n");
- if (dev_priv->card_type < NV_
5
0) {
+ if (dev_priv->card_type < NV_
4
0) {
NV_ERROR(dev, "Unable to POST this chipset\n");
return -ENODEV;
}