Skip to content
Snippets Groups Projects
Commit 2c25b739 authored by Ben Skeggs's avatar Ben Skeggs
Browse files

drm/nouveau/fb: fix reporting of memory type on GF8+ IGPs


Purely a cosmetic issue at this point.

Signed-off-by: default avatarBen Skeggs <bskeggs@redhat.com>
parent 4bf24c02
No related branches found
No related tags found
No related merge requests found
......@@ -237,6 +237,7 @@ nv50_fb_ctor(struct nouveau_object *parent, struct nouveau_object *engine,
return ret;
priv->base.ram.stolen = (u64)nv_rd32(priv, 0x100e10) << 12;
priv->base.ram.type = NV_MEM_TYPE_STOLEN;
break;
default:
ret = nouveau_mm_init(&priv->base.vram, rsvd_head, size,
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment