]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
drm/nouveau/bios/disp: fix handling of "match any protocol" entries
authorBen Skeggs <bskeggs@redhat.com>
Wed, 25 May 2016 00:56:24 +0000 (10:56 +1000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 27 Jul 2016 15:42:17 +0000 (08:42 -0700)
commit697de5db027e6a83a21ed3a19e1d2f7d1e0bbc43
tree5634e47a262648570c1c41d95e36a4afdf9927d9
parent81f0444341a04dbc467225ff04cbe62db9eaf195
drm/nouveau/bios/disp: fix handling of "match any protocol" entries

commit bc9139d23f6b038e32bcd2dffdee70a8d76b3976 upstream.

As it turns out, a value of 0xff means "any protocol" and not "VGA".

Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/disp.h
drivers/gpu/drm/nouveau/nvkm/engine/disp/gf119.c
drivers/gpu/drm/nouveau/nvkm/engine/disp/nv50.c
drivers/gpu/drm/nouveau/nvkm/subdev/bios/disp.c