]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitd229a42cbca7d0f91cf80beedc274cb908b61f49
tree54d6ab1cbcb6ca3709bfadec127e96c304fdcaa2
parent14f38edb93d95cd9826e50504038873d38e72092
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