projects
/
GitHub
/
mt8127
/
android_kernel_alcatel_ttab.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0fbb114
)
drm/nouveau: correct INIT_DP_CONDITION subcondition 5
author
Ben Skeggs
<bskeggs@redhat.com>
Tue, 21 Sep 2010 02:10:51 +0000
(12:10 +1000)
committer
Ben Skeggs
<bskeggs@redhat.com>
Fri, 24 Sep 2010 06:28:16 +0000
(16:28 +1000)
Fixes DP output on a GTX 465 board I have.
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
drivers/gpu/drm/nouveau/nouveau_bios.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/gpu/drm/nouveau/nouveau_bios.c
b/drivers/gpu/drm/nouveau/nouveau_bios.c
index 8d60bfdf6c74062fdb85367a5d1420a98f8e585e..7b7b1e27ed0b9a694f977abd389525bdd7a5fc8d 100644
(file)
--- a/
drivers/gpu/drm/nouveau/nouveau_bios.c
+++ b/
drivers/gpu/drm/nouveau/nouveau_bios.c
@@
-1222,7
+1222,7
@@
init_dp_condition(struct nvbios *bios, uint16_t offset, struct init_exec *iexec)
return 3;
}
- if (
cond & 1
)
+ if (
!(cond & 1)
)
iexec->execute = false;
}
break;