]> git.baikalelectronics.ru Git - kernel.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)
committerBen Skeggs <bskeggs@redhat.com>
Thu, 2 Jun 2016 03:53:30 +0000 (13:53 +1000)
commit7de3c0214523647afab7abcd89d4e4d156ba9475
tree1f5a61a57f04166372a61b6837a50f9e338c1443
parent42f28785dd818de223ed4df8d59b0f8b33efebad
drm/nouveau/bios/disp: fix handling of "match any protocol" entries

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

Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Cc: stable@vger.kernel.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