mirror of
https://github.com/torvalds/linux.git
synced 2026-04-21 16:23:59 -04:00
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>
6 lines
186 B
Makefile
6 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
|