]> git.baikalelectronics.ru Git - kernel.git/commit
drm/nouveau/bios: add parsing of BIT M(v2) +0x03 table
authorBen Skeggs <bskeggs@redhat.com>
Tue, 4 Nov 2014 02:06:25 +0000 (12:06 +1000)
committerBen Skeggs <bskeggs@redhat.com>
Tue, 2 Dec 2014 05:44:05 +0000 (15:44 +1000)
commitd31a3e7020c83003bdc8ae88549903005fa04f56
tree8fdb9f9b33be4d006e8c18cffcbb5f3d63b7e786
parent12072e16e1727d86fba13c90960c71ebce962860
drm/nouveau/bios: add parsing of BIT M(v2) +0x03 table

We only support one kind of matching here (ramcfg strap), but it appears
alternate methods are possible.  I wrote a tool to scan our vbios repo
for other types, but did not see any used.  Hopefully this means there
aren't any in the wild that will now break.

Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
drivers/gpu/drm/nouveau/Makefile
drivers/gpu/drm/nouveau/core/include/subdev/bios/M0203.h [new file with mode: 0644]
drivers/gpu/drm/nouveau/core/subdev/bios/M0203.c [new file with mode: 0644]