diff options
author | Ben Skeggs <bskeggs@redhat.com> | 2014-03-04 20:57:50 +1000 |
---|---|---|
committer | Ben Skeggs <bskeggs@redhat.com> | 2014-03-26 14:08:14 +1000 |
commit | bd3cac7bb02e0edf1f4bfc224c039e3da178d093 (patch) | |
tree | 658a875977ff80c71990d741c70ba92f8960b245 /drivers/gpu/drm/nouveau/Makefile | |
parent | 085969e6fb219b472b8cc8b0d84183a6184452e8 (diff) | |
download | blackbird-op-linux-bd3cac7bb02e0edf1f4bfc224c039e3da178d093.tar.gz blackbird-op-linux-bd3cac7bb02e0edf1f4bfc224c039e3da178d093.zip |
drm/nouveau/bios: parsing of some random table needed to bring up gr
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 4c5a61e4277f..4625f70fd320 100644 --- a/drivers/gpu/drm/nouveau/Makefile +++ b/drivers/gpu/drm/nouveau/Makefile @@ -48,6 +48,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/P0260.o nouveau-y += core/subdev/bus/hwsq.o nouveau-y += core/subdev/bus/nv04.o nouveau-y += core/subdev/bus/nv31.o |