drm/nouveau: fetch memory type indices that we care about for ttm

Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Este commit está contenido en:
Ben Skeggs
2017-11-01 03:56:20 +10:00
padre 325a72827c
commit 658c71f4e7
Se han modificado 2 ficheros con 32 adiciones y 1 borrados

Ver fichero

@@ -140,6 +140,9 @@ struct nouveau_drm {
struct nouveau_channel *chan;
struct nvif_object copy;
int mtrr;
int type_vram;
int type_host;
int type_ncoh;
} ttm;
/* GEM interface support */