diff options
author | Ben Skeggs <bskeggs@redhat.com> | 2014-11-04 12:06:25 +1000 |
---|---|---|
committer | Ben Skeggs <bskeggs@redhat.com> | 2014-12-02 15:44:05 +1000 |
commit | 4766ec53945f14f134fc51de782b362a51351cb1 (patch) | |
tree | 8fdb9f9b33be4d006e8c18cffcbb5f3d63b7e786 /drivers/gpu/drm/nouveau/Makefile | |
parent | ddbb55ab04db3edbc2d0910c5060c025a9ae4425 (diff) | |
download | blackbird-op-linux-4766ec53945f14f134fc51de782b362a51351cb1.tar.gz blackbird-op-linux-4766ec53945f14f134fc51de782b362a51351cb1.zip |
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>
Diffstat (limited to 'drivers/gpu/drm/nouveau/Makefile')
-rw-r--r-- | drivers/gpu/drm/nouveau/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/nouveau/Makefile b/drivers/gpu/drm/nouveau/Makefile index e72b488c739e..1ec77ccc9611 100644 --- a/drivers/gpu/drm/nouveau/Makefile +++ b/drivers/gpu/drm/nouveau/Makefile @@ -62,6 +62,7 @@ nouveau-y += core/subdev/bios/therm.o nouveau-y += core/subdev/bios/vmap.o nouveau-y += core/subdev/bios/volt.o nouveau-y += core/subdev/bios/xpio.o +nouveau-y += core/subdev/bios/M0203.o nouveau-y += core/subdev/bios/M0205.o nouveau-y += core/subdev/bios/M0209.o nouveau-y += core/subdev/bios/P0260.o |