diff options
Diffstat (limited to 'drivers/gpu/drm/nouveau')
-rw-r--r-- | drivers/gpu/drm/nouveau/nouveau_bios.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/nouveau/nouveau_bios.c b/drivers/gpu/drm/nouveau/nouveau_bios.c index 8d60bfdf6c7..7b7b1e27ed0 100644 --- 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) | |||
1222 | return 3; | 1222 | return 3; |
1223 | } | 1223 | } |
1224 | 1224 | ||
1225 | if (cond & 1) | 1225 | if (!(cond & 1)) |
1226 | iexec->execute = false; | 1226 | iexec->execute = false; |
1227 | } | 1227 | } |
1228 | break; | 1228 | break; |