GK20A does not have dedicated RAM, thus having a RAM device for it does not make sense. Move the contiguous physical memory allocation to instmem. Signed-off-by: Alexandre Courbot <acourbot@nvidia.com> Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
5 lines
186 B
Makefile
5 lines
186 B
Makefile
nvkm-y += nvkm/subdev/instmem/base.o
|
|
nvkm-y += nvkm/subdev/instmem/nv04.o
|
|
nvkm-y += nvkm/subdev/instmem/nv40.o
|
|
nvkm-y += nvkm/subdev/instmem/nv50.o
|
|
nvkm-y += nvkm/subdev/instmem/gk20a.o
|