linux_dsm_epyc7002/drivers/gpu/drm/nouveau/nvkm/subdev/instmem
Alexandre Courbot a7f6da6e75 drm/nouveau/instmem/gk20a: add IOMMU support
Let GK20A's instmem take advantage of the IOMMU if it is present. Having
an IOMMU means that instmem is no longer allocated using the DMA API,
but instead obtained through page_alloc and made contiguous to the GPU
by IOMMU mappings.

Signed-off-by: Alexandre Courbot <acourbot@nvidia.com>
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
2015-04-14 17:00:45 +10:00
..
base.c drm/nouveau/instmem: namespace + nvidia gpu names (no binary change) 2015-01-22 12:17:55 +10:00
gk20a.c drm/nouveau/instmem/gk20a: add IOMMU support 2015-04-14 17:00:45 +10:00
Kbuild drm/nouveau/instmem/gk20a: move memory allocation to instmem 2015-04-14 17:00:42 +10:00
nv04.c drm/nouveau/instmem: namespace + nvidia gpu names (no binary change) 2015-01-22 12:17:55 +10:00
nv04.h drm/nouveau/instmem: namespace + nvidia gpu names (no binary change) 2015-01-22 12:17:55 +10:00
nv40.c drm/nouveau/instmem: namespace + nvidia gpu names (no binary change) 2015-01-22 12:17:55 +10:00
nv50.c drm/nouveau/instmem: namespace + nvidia gpu names (no binary change) 2015-01-22 12:17:55 +10:00
priv.h drm/nouveau/instmem: namespace + nvidia gpu names (no binary change) 2015-01-22 12:17:55 +10:00