]> git.baikalelectronics.ru Git - kernel.git/commit
drm/nv50/disp: prevent false output detection on the original nv50
authorEmil Velikov <emil.l.velikov@gmail.com>
Fri, 23 Aug 2013 17:43:42 +0000 (18:43 +0100)
committerBen Skeggs <bskeggs@redhat.com>
Wed, 4 Sep 2013 03:47:02 +0000 (13:47 +1000)
commit188feef50b45205086a7f1d14c41217c93246518
treee73d10135fb529dfb5cfc863b697e3c692e60f99
parent52a4bab71e3b9c80f1f19284ea2f5aab8d001bd6
drm/nv50/disp: prevent false output detection on the original nv50

Commit 9f37869db146aa5fe5f07be0d899dc369c6e9482 effectively enabled the
use of an improved DAC detection code, but introduced a regression on
the original nv50 chipset, causing a ghost monitor to be detected.

v2 (Ben Skeggs): the offending line was likely a thinko, removed it for
all chipsets (tested nv50 and nve6 to cover entire range) and added
some additional debugging.

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=67382
Tested-by: Martin Peres <martin.peres@labri.fr>
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Cc: <stable@vger.kernel.org> # 3.9+
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
drivers/gpu/drm/nouveau/core/engine/disp/dacnv50.c