diff options
author | Ben Skeggs <bskeggs@redhat.com> | 2014-09-01 09:42:45 +0400 |
---|---|---|
committer | Ben Skeggs <bskeggs@redhat.com> | 2014-09-15 16:25:07 +0400 |
commit | 43b6b2029eb2174ad8ce8a7be89a4a4499d67e8f (patch) | |
tree | 03ea35fe2c32e9cdf0bfa3993187ebdbb2057b8c /drivers/gpu/drm/nouveau/Makefile | |
parent | 7500bb7eb417d432cdb57643d813c122ee8c43c0 (diff) | |
download | linux-43b6b2029eb2174ad8ce8a7be89a4a4499d67e8f.tar.xz |
drm/nouveau/bios: add support for parsing table at BIT 'M' v2 + 0x09
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 0e33b9526f04..e3de7a1c7e4e 100644 --- a/drivers/gpu/drm/nouveau/Makefile +++ b/drivers/gpu/drm/nouveau/Makefile @@ -53,6 +53,7 @@ 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/M0205.o +nouveau-y += core/subdev/bios/M0209.o nouveau-y += core/subdev/bios/P0260.o nouveau-y += core/subdev/bus/hwsq.o nouveau-y += core/subdev/bus/nv04.o |