commit | 64d202b4d78968979c0d44306854d41f9b71626d | [log] [tgz] |
---|---|---|
author | Ben Skeggs <bskeggs@redhat.com> | Tue Sep 21 12:10:51 2010 +1000 |
committer | Ben Skeggs <bskeggs@redhat.com> | Fri Sep 24 16:28:16 2010 +1000 |
tree | 3d03f89843d235fdcb19fa403b58f775b0cc9c56 | |
parent | 0fbb114af7ea63227599460c412fb8796556a169 [diff] |
drm/nouveau: correct INIT_DP_CONDITION subcondition 5 Fixes DP output on a GTX 465 board I have. Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
diff --git a/drivers/gpu/drm/nouveau/nouveau_bios.c b/drivers/gpu/drm/nouveau/nouveau_bios.c index 8d60bfd..7b7b1e2 100644 --- a/drivers/gpu/drm/nouveau/nouveau_bios.c +++ b/drivers/gpu/drm/nouveau/nouveau_bios.c
@@ -1222,7 +1222,7 @@ return 3; } - if (cond & 1) + if (!(cond & 1)) iexec->execute = false; } break;