Commit 64d202b4 authored by Ben Skeggs's avatar Ben Skeggs
Browse files

drm/nouveau: correct INIT_DP_CONDITION subcondition 5



Fixes DP output on a GTX 465 board I have.

Signed-off-by: default avatarBen Skeggs <bskeggs@redhat.com>
parent 0fbb114a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;