drm/nouveau/bios: add 0x59 and 0x5a opcodes
authorIlia Mirkin <imirkin@alum.mit.edu>
Fri, 19 Jun 2015 03:59:06 +0000 (23:59 -0400)
committerBen Skeggs <bskeggs@redhat.com>
Mon, 27 Jul 2015 08:56:09 +0000 (18:56 +1000)
commit360ccb8436ce83b9c25f969cee7b1b607899063b
tree54d6ab1cbcb6ca3709bfadec127e96c304fdcaa2
parent1196bcf92142ad6f022df01ab8120aefa908eaea
drm/nouveau/bios: add 0x59 and 0x5a opcodes

Opcode 0x5a is a register write for data looked up from another part of
the VBIOS image. 0x59 is a more complex opcode, but we may as well
recognize it. These occur on a single known instance of Riva TNT2
hardware.

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=91025
Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu>
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
drivers/gpu/drm/nouveau/nvkm/subdev/bios/init.c